Skip to content

Commit

Permalink
Merge pull request #457 from forrestguice/release-0.13.5
Browse files Browse the repository at this point in the history
release 0.13.5
  • Loading branch information
forrestguice authored Dec 5, 2020
2 parents d12c7d0 + b137160 commit 658a291
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### ~

### v0.13.5 (2020-12-04)
* adds translation to Russian (ru) (contributed by Ruslan Chintsov) (#458).
* updates translation to Brazilian Portuguese (pt-br) (#453 by efraletti).
* updates translation to Polish and Esperanto (eo, pl) (#460 by Verdulo).
* updates translation to Norwegian (nb) (#461 by FTno).
* fixes bug "NotificationService keeps running in background" (#456, #323).

### v0.13.4 (2020-11-16)
* updates translation to Brazilian Portuguese (pt-br) (#450 by naoliv).
* updates translation to Norwegian (nb) (#447 by FTno).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Norwegian translation by <u>FTno</u>.<br/>
Italian translation by <u>Matteo Caoduro</u>.<br/>
Traditional Chinese translation by <u><a href=https://github.com/pggdt>ft42</a></u>.<br />
Brazilian Portuguese translation by <u><a href=https://github.com/netosilva15>NetoSilva</a></u>, <u>Nelson A. de Oliveira</u>, and <u>Enrico S. B. Fraletti</u>.<br />
Russian translation by <u><a href=https://github.com/rchintsov>Ruslan Chintsov</a></u>.<br />

[Contributions to the project](CONTRIBUTING.md) are welcome.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 68
versionName "0.13.4"
versionCode 69
versionName "0.13.5"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/69.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds translation to Russian.
- updates translation to Brazilian Portuguese.
- updates translation to Polish and Esperanto.
- updates translation to Norwegian.
- fixes bug "NotificationService keeps running in background" (#456, #323).

0 comments on commit 658a291

Please sign in to comment.