Skip to content

Commit

Permalink
Update version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmovse committed Oct 7, 2018
1 parent ef0713e commit 9e45e65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@

点击下载,安装,惊喜为你而来。

# 2.6.0 版更新记录
- [新增] 谷歌翻译源
- [新增] 一键删除历史记录
- [新增] 快捷翻译与复制翻译源跟随主翻译源变化
- [修复] 切换到任务栏时的主题着色不一致
- [修复] 切换到译云源时查询原文会改变
- [修复] 分割线显示问题
- [优化] 扇贝源只支持英文单词译中的提示
# 2.6.1 版更新记录
- [新增] 翻译源提示
- [修复] 安卓 P 崩溃 bug
- [修复] 初始化主题色在切换到任务栏时不一致的 bug
- [修复] 谷歌,有道,百度等翻译多段文本时只显示第一段的 bug
- [移除] 4.4 的支持,最低支持版本 5.0
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.example.jooff.shuyi"
minSdkVersion 21
targetSdkVersion 28
versionCode 14
versionName "2.6.0"
versionCode 15
versionName "2.6.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 9e45e65

Please sign in to comment.