Skip to content

Commit

Permalink
ForkHub v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonan committed Mar 22, 2017
1 parent c802186 commit 9d86b66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [ForkHub v1.2.8] - 2017-03-22

### Added
- Show the 'reviewed' and 'review_dismissed' issue events.
Expand Down Expand Up @@ -184,7 +184,7 @@

- Last official GitHub release.

[Unreleased]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.7...master
[ForkHub v1.2.8]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.7...ForkHub-v1.2.8
[ForkHub v1.2.7]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.6...ForkHub-v1.2.7
[ForkHub v1.2.6]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.5...ForkHub-v1.2.6
[ForkHub v1.2.5]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.4...ForkHub-v1.2.5
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 'jp.forkhub'
minSdkVersion 19
targetSdkVersion 25
versionCode 1020700
versionName '1.2.7'
versionCode 1020800
versionName '1.2.8'
}

packagingOptions {
Expand Down
10 changes: 3 additions & 7 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
* Show repository projects.
* Show the 'commit-commented' issue event.
* Make some issue events clickable.
* Improve zoom in the code viewer.
* Use the default browser when available.
* Some minor UI improvements.
* Improve translations: DE, PT-BR.
* Show the 'reviewed' and 'review_dismissed' issue events.
* Fix crash when opening the browser in some devices.
* Improve translations: ZH-CN.

https://github.com/jonan/ForkHub/blob/master/CHANGELOG.md

0 comments on commit 9d86b66

Please sign in to comment.