Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuche committed Apr 11, 2019
1 parent b652b53 commit aa43909
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Tooltips on toolbar buttons

- Hint bar on home and browser screens (#1907)

### Changed

### Fixed


## [3.7-RO] 2019-04-16
*Released to Fire TV 4K, staged roll-out*
### Added
- Tooltips on toolbar buttons (#1908)
- Hint bar on home and browser screens (#1907)

## 3.6-A - 2019-04-16
*Staged rollout of 3.5, no change from v3.5-RO. Released to all devices except Fire TV 4K*

## [3.6-RO] 2019-03-26
*Released to Fire TV 4K, staged roll-out*
### Fixed
Expand Down Expand Up @@ -209,7 +216,8 @@ The CHANGELOG entries for the releases listed below this were added retroactivel
## [1.0] - 2017-12-20
*Initial release! A browser including home tile shortcuts.*

[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.6-RO...HEAD
[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.7-RO...HEAD
[3.7-RO]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.6-RO...v3.7-RO
[3.6-RO]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.5-RO...v3.6-RO
[3.5-RO]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.4-A...v3.5-RO
[3.4-A]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.3.1...v3.4-A
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
targetSdkVersion 28
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "3.6-LAT1"
versionName "3.7-LAT1"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit aa43909

Please sign in to comment.