Skip to content

Commit

Permalink
chore: Bump version to v1.14.1+54
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Oct 22, 2024
1 parent 7b4549f commit 5835b31
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[中文](./docs/CHANGELOG/zh.md)

## 1.14.1+54

- Add Turkey translation, Thanks for S. Aydın's contribution on weblate.
- Bump Dependencies versions on Android.
- Keep `@mipmap/ic_notification` to prevent it from being removed by `shrinkResources`,
see [https://stackoverflow.com/a/50703322](https://stackoverflow.com/a/50703322).

full changes on this realese see: [release.md](https://github.com/FriesI23/mhabit/blob/v1.14.1%2B54/docs/release.md)

## 1.13.6+52

- Add Polish translation (need translate).
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 更新日志

## 1.14.1+54

- 添加土耳其语翻译,感谢 S. Aydın 在 Weblate 上的贡献。
- 更新了 Android 端对应依赖版本。
- 保留 `@mipmap/ic_notification`,以防被 `shrinkResources` 移除,
详见 [https://stackoverflow.com/a/50703322](https://stackoverflow.com/a/50703322)

完整的更新内容详见:[release.md](https://github.com/FriesI23/mhabit/blob/v1.14.1%2B54/docs/release.md)

## 1.13.6+52

- 添加波兰语翻译(需要翻译)。
Expand Down
7 changes: 3 additions & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
Title: Pre-Released or Released: v1.2.3+xx
-->

# Pre-Released

## v1.14.0+53
# Released v1.14.1+54

- Add Turkey translation, Thanks for S. Aydın's contribution on weblate.
- Bump Dependencies versions.
- `gradle` to 8.9
- `com.android.application` to 8.7.0
Expand All @@ -20,4 +19,4 @@ Title: Pre-Released or Released: v1.2.3+xx
- bump flutter package versions,
run `git diff 62317cd 0ef4434 -- "pubspec.lock"` see full changelog
- Keep `@mipmap/ic_notification` to prevent it from being removed by `shrinkResources`,
see https://stackoverflow.com/a/50703322.
see [https://stackoverflow.com/a/50703322](https://stackoverflow.com/a/50703322).
3 changes: 1 addition & 2 deletions lib/common/consts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ const appSupportedLocales = [
// TODO: remove kDebugMode below after translation
if (kDebugMode) Locale.fromSubtags(languageCode: 'pt', countryCode: 'BR'),
Locale.fromSubtags(languageCode: 'ru'),
// TODO: remove kDebugMode below after translation
if (kDebugMode) Locale.fromSubtags(languageCode: 'tr'),
Locale.fromSubtags(languageCode: 'tr'),
Locale.fromSubtags(languageCode: 'uk'),
Locale.fromSubtags(languageCode: 'vi'),
Locale.fromSubtags(languageCode: 'zh'),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.14.0+53
version: 1.14.1+54

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 5835b31

Please # to comment.