Skip to content

Commit

Permalink
chore: Bump version to v1.12.8+45
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Jun 6, 2024
1 parent 64c45dc commit 427c422
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 1.12.8+45

- Update Translation file (vi)
- Add linux platform support (#174)
- Fix test reporter action HTTP Error (#181)
- Bump dependencies version

## 1.12.5+42

- Add In-App Language Switching
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

## 1.12.8+45

- 更新翻译文件。(越南语)
- 增加对 Linux 平台的支持。(#174
- 修复 Github Action 测试报告程序的 HTTP 错误。(#181
- 升级依赖项的版本。

## 1.12.5+42

- 添加应用内语言切换功能。
Expand Down
11 changes: 3 additions & 8 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
Title: Pre-Released or Released: v1.2.3+xx
-->

# Pre-Released

## v1.12.7+44
# Released: v1.12.8+45

- Update Translation file (vi)
- Add linux platform support (#174)
- Fix test reporter action HTTP Error (#181)
- Bump dependencies version

### Linux Platform Support
## Linux Platform Support

**Note**: Need to install following dependencies first:

Expand All @@ -26,7 +25,3 @@ sudo apt-get -y install libsqlite3-0 libsqlite3-dev
```

**Note**: Reminder feature temporarily unavailable on Linux desktop.

## v1.12.6+43

- bump dependencies version
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Update Translation file (vi)
- Add linux platform support (#174)
- Fix test reporter action HTTP Error (#181)
- Bump dependencies version
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/45.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 更新翻译文件。(越南语)
- 增加对 Linux 平台的支持。(#174)
- 修复 Github Action 测试报告程序的 HTTP 错误。(#181)
- 升级依赖项的版本。
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.7+44
version: 1.12.8+45

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

0 comments on commit 427c422

Please sign in to comment.