Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floating-cat committed Dec 20, 2014
1 parent ce0fba8 commit c0f4c69
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-zh-rCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.2.0 / 2014-12-20

### 较小的改进

* 新增了新的主题
* 新增了点击左侧抽屉头像可以更换主题的功能

### Bug修复

* 修复了当头像不显示时,回帖内容错位的问题
* 修复了在Android 4.4后,部分界面状态栏覆盖导航栏的问题
* 完善了上拉刷新的逻辑

## 0.2.0-rc1 / 2014-12-14

### 主要的改进
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 15
targetSdkVersion 21
versionCode 2
versionName "0.2.0-rc1"
versionName "0.2.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<string name="pref_open_source_licenses">开放源代码许可</string>
<string name="pref_open_source_licenses_summary">开放源代码软件的许可详情</string>
<string name="pref_version">版本号</string>
<string name="pref_version_summary">版本: 0.2.0-rc1</string>
<string name="pref_version_summary">版本: 0.2.0</string>
<string name="pref_theme_entries_1">默认</string>
<string name="pref_theme_entries_2">淡蓝色</string>
<string name="pref_theme_entries_3">绿色</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<string name="pref_open_source_licenses_summary">License details for open source software</string>
<string name="pref_version">Build Version</string>
<!-- TODO: Update version code when bump version -->
<string name="pref_version_summary">Version: 0.2.0-rc1</string>
<string name="pref_version_summary">Version: 0.2.0</string>

<!-- array -->
<string name="pref_theme_entries_1">Default</string>
Expand Down

0 comments on commit c0f4c69

Please sign in to comment.