Skip to content

Commit

Permalink
Feat: Bump version to 1.7.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Mar 11, 2024
1 parent d8b951d commit 084f777
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
// Not supporting notification runtime permission yet.
//noinspection OldTargetApi
targetSdk 34
versionCode 34
versionName '1.6.2'
versionCode 35
versionName '1.7.0'
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Added WebDAV support.
- Added keyboard shortcut support.
- Added Android TV launcher icon.
- Added predicative back gesture support.
- Added Catalan translation.
- Fixed storage permission support for Android TV 11, 12 and 12L.
- Material Design 2 theme may be removed in the upcoming version 1.8.0.
- Other bug fixes and improvements.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- 添加了 WebDAV 支持。
- 添加了键盘快捷键支持。
- 添加了 Android TV 启动器图标。
- 添加了预测性返回手势支持。
- 添加了加泰罗尼亚语翻译。
- 修复了 Android TV 11, 12 和 12L 的存储权限支持.
- Material Design 2 主题可能在未来的 1.8.0 版本中被移除。
- 其他错误修复和改进。

0 comments on commit 084f777

Please sign in to comment.