Skip to content

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floating-cat committed Oct 16, 2015
1 parent fff5149 commit f884c25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG-zh-rCH.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## 0.5.0 / 尚未发布
## 0.5.0 / 2015-10-16

### 较小的改进

* 对 Android 6.0 的 权限 和 数据备份(本应用仅备份设置选项) 功能进行支持
* 现在可以通过 UID 或者 Email 的方式登陆论坛了~
* 新增了图片下载的功能
* 新增了复制帖子链接的功能
* 新增了紫色的主题
* 对 UID 及 Email 的登陆方式进行支持
* 对 Android 6.0 的 数据备份(不包含用户的登录数据)的功能进行支持
* 对从右向左的布局进行了支持
* 当使用 Chrome 45 及其以上版本打开应用内的链接时,将会使用 Chrome 的 Custom Tabs 模式来浏览网页

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'cl.monsoon.s1next'
minSdkVersion 15
targetSdkVersion 23
versionCode 6
versionName '0.4.2'
versionCode 7
versionName '0.5.0'
generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi', 'xxxhdpi']
}
buildTypes {
Expand Down

0 comments on commit f884c25

Please sign in to comment.