Bumped version number, synced translations and updated changelog.

This commit is contained in:
Karim Abou Zeid 2017-03-23 13:18:41 +01:00
commit d5bf0b58d2
3 changed files with 14 additions and 2 deletions

View file

@ -35,8 +35,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone"
versionCode 128
versionName "0.14.0"
versionCode 129
versionName "0.14.1"
}
buildTypes {
release {

View file

@ -25,6 +25,14 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 0.14.1</h3>
<ol>
<li><b>FIX:</b> Notification won't disappear.</li>
<li><b>IMPROVEMENT:</b> Updated libraries.</li>
<li><b>IMPROVEMENT:</b> Synced translations.</li>
</ol>
<h3>Version 0.14.0</h3>
<ol>

View file

@ -20,6 +20,9 @@
<string name="action_search">搜索</string>
<string name="action_play_next">作为下一首播放</string>
<string name="action_play">播放</string>
<string name="action_play_pause">播放/暂停</string>
<string name="action_previous">上一首</string>
<string name="action_next">下一首</string>
<string name="action_add_to_playing_queue">加入播放队列</string>
<string name="action_remove_from_playing_queue">从播放队列中移除</string>
<string name="action_add_to_playlist">加入播放列表</string>
@ -45,6 +48,7 @@
<string name="year">年份</string>
<string name="track">音轨</string>
<string name="track_hint">"音轨(如用 2 表示第 2 首歌或用 3004 表示 CD3 里的第 4 首歌)"</string>
<string name="lyrics">歌词</string>
<string name="album_or_artist_empty">标题或艺术家名称为空</string>
<string name="saving_changes">正在保存更改…</string>
<string name="saving_to_file">保存至文件...</string>