Skip to content

Commit

Permalink
ForkHub v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonan committed Mar 4, 2017
1 parent d6fd1ef commit 3e446e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.7] - 2017-03-04

### Added
- Show repository projects.
Expand Down Expand Up @@ -173,7 +173,7 @@

- Last official GitHub release.

[Unreleased]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.6...master
[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
[ForkHub v1.2.4]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.3...ForkHub-v1.2.4
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 1020600
versionName '1.2.6'
versionCode 1020700
versionName '1.2.7'
}

packagingOptions {
Expand Down
10 changes: 7 additions & 3 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
* Show more issue events.
* Fix crash that occurred when opening a pull request with reviews.
* Some minor improvements.
* 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.

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

0 comments on commit 3e446e9

Please sign in to comment.