Skip to content

Commit

Permalink
chore: Bump version to v1.12.2+39
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Apr 27, 2024
1 parent 52167df commit 002ba60
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## 1.12.2+39

- Add Russian translation. (#169, thanks for @yurtpage's contribution)
- Add Italian translation. (from Weblate, thanks for @spar34vi's translation)
- Add support for the Windows platform. (#164)
- Add support for `dmg` build on macOS. (#168, thanks for @rxzheng's contribution)
- Add `pre-release` version build process. (#171)
- Fixed issue in `OpenContainer` raise exception when navigating via `Tooltips` enabled. (#166)
- Update iOS dependency package versions.
- Optimize code quality.

## 1.12.0+37

- Add Batch Check-in feature
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 更新日志

## 1.12.2+39

- 添加俄语翻译。 (#169, 感谢 @yurtpage 的贡献)
- 添加意大利语翻译。 (来自 Weblate,感谢 @spar34vi 的翻译)
- 添加对 Windows 支持。 (#164)
- 添加对 macOS 上 dmg 支持。 (#168, 感谢 @rxzheng 的贡献)
- 添加 `pre-release` 版本构建流程。 (#171)
- 修复了通过 `OpenContainer` 导航时, 如果启用 `Tooltips` 会引发异常的问题。 (#166)
- 更新 iOS 依赖版本。
- 优化代码质量。

## 1.12.0+37

- 新增批量打卡功能
Expand Down
13 changes: 8 additions & 5 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Pre-Released
<!--
Title: Pre-Released or Released: v1.2.3+xx
-->

## 1.12.1+38
# Released: v1.12.2+39

- Add Russian translation. (#169, thanks for @yurtpage's contribution)
- Add Italian translation. (from Weblate, thanks for @spar34vi's translation)
- Add support for the Windows platform. (#164)
- Add Russian translation. (#169)
- Add Add support for `dmg` build on macos. (#168)
- Add support for `dmg` build on macOS. (#168, thanks for @rxzheng's contribution)
- Add `pre-release` version build process. (#171)
- Fixed issue in `OpenContainer` raise exception when navigating via `Tooltips` enabled. (#166)
- Update iOS dependency package versions.
- Optimize code quality.

### Build Windows version of `Table Habit`
### Build Windows version

```sh
flutter config --enable-windows-desktop
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Add Russian translation. (#169, thanks for @yurtpage's contribution)
- Add Italian translation. (from Weblate, thanks for @spar34vi's translation)
- Add support for the Windows platform. (#164)
- Add Add support for `dmg` build on macOS. (#168, thanks for @rxzheng's contribution)
- Add `pre-release` version build process. (#171)
- Fixed issue in `OpenContainer` raise exception when navigating via `Tooltips` enabled. (#166)
- Update iOS dependency package versions.
- Optimize code quality.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- 添加俄语翻译。 (#169, 感谢 @yurtpage 的贡献)
- 添加意大利语翻译。 (来自 Weblate,感谢 @spar34vi 的翻译)
- 添加对 Windows 支持。 (#164)
- 添加对 macOS 上 dmg 支持。 (#168, 感谢 @rxzheng 的贡献)
- 添加 `pre-release` 版本构建流程。 (#171)
- 修复了通过 `OpenContainer` 导航时, 如果启用 `Tooltips` 会引发异常的问题。 (#166)
- 更新 iOS 依赖版本。
- 优化代码质量。
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.12.1+38
version: 1.12.2+39

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

0 comments on commit 002ba60

Please sign in to comment.