Skip to content

Commit

Permalink
Update to version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmovse committed Oct 6, 2018
1 parent 7de11de commit 50ce100
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@

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

# 2.5.1 版更新记录
- [移除] 历史记录以及翻译卡片过重的阴影,一切从轻出发
- [新增] 历史记录新增收藏功能
- [新增] 笔记本界面
- [新增] 全新的复制翻译界面,专注翻译显示,不提供编辑功能
- [新增] 全新的快速翻译界面,一触即达
- [新增] 更换通知栏图标,适配原生通知
- [新增] 换源时可实时翻译
- [优化] bug 修复
- [开源地址] https://github.com/lmovse/MouseTranslate
# 2.5.2 版更新记录
- [新增] 谷歌翻译源
- [新增] 一键删除历史记录
- [修复] 切换到任务栏时的主题着色不一致
- [修复] 切换到译云源时查询原文会改变
- [优化] 扇贝源只支持英文单词译中的提示
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 13
versionName "2.5"
versionName "2.5.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Build;
import android.os.Bundle;
import android.support.design.widget.AppBarLayout;
Expand Down

0 comments on commit 50ce100

Please sign in to comment.