Skip to content

Commit

Permalink
ForkHub v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonan committed Apr 4, 2018
1 parent 43b910b commit cfcd0ab
Show file tree
Hide file tree
Showing 3 changed files with 12 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.9] - 2018-04-04

### Added
- Add shortcuts for viewing the issue dashboard and notifications.
Expand Down Expand Up @@ -200,7 +200,7 @@

- Last official GitHub release.

[Unreleased]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.8...master
[ForkHub v1.2.9]: https://github.com/jonan/ForkHub/compare/ForkHub-v1.2.8...ForkHub-v1.2.9
[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
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 27
versionCode 1020800
versionName '1.2.8'
versionCode 1020900
versionName '1.2.9'
}

packagingOptions {
Expand Down
11 changes: 8 additions & 3 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
* Show the 'reviewed' and 'review_dismissed' issue events.
* Fix crash when opening the browser in some devices.
* Improve translations: ZH-CN.
* Add shortcuts for viewing the issue dashboard and notifications.
* Display reactions in issue and commit comments.
* Add logout button.
* Remove repository image from the toolbar.
* Improve the source viewer for many languages (CodeMirror 5.27.4).
* Some minor improvements.
* Improve translations: DE, PT-BR, RU, TR.
* New translations: PT-PT.

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

1 comment on commit cfcd0ab

@Multiply9493
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

Please sign in to comment.