Skip to content

Commit

Permalink
add changelogs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smichel17 committed Feb 3, 2019
1 parent f698b0c commit ca08e83
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
applicationId "com.jmstudios.redmoon"
minSdkVersion 14
targetSdkVersion 25
versionCode 36
versionName "3.3.2"
versionCode 37
versionName "3.4.0"
}
buildTypes {
release {
Expand Down
39 changes: 39 additions & 0 deletions app/src/main/assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,44 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.0] — 2019-02-02
### Added
- Preliminary support for devices running Android Oreo (8.0) and newer — @AdamNiederer
- Support for devices running Android versions going back to Ice Cream Sandwitch (4.0). Previous minimum was Jelly Bean (4.2.x).
- Added Spanish (American) translation — @mvelizbravo
- Added Spanish (Argentina) translation — @Andy-thor
- Added Telagu translation — @veeven

### Changed
- More intuitive behavior when saving filters with the same name — @david-hil
- Updated slider labels
- New changelog format
- Updated Arabic translation — Ammar
- Updated Basque translation Dabid — Martinez
- Updated Chinese (Simplified) translation — @gensitu, @Therhokar
- Updated Chinese (Traditional) translation — @gensitu, @louies0623
- Updated Dutch translation — @ltGuillaume, @wb9688
- Updated French translation — @dmaulat, @wellinkstein
- Updated German translation — Andreas Kleinert, @Atalanttore, @elumbella, @JoKeyser
- Updated Greek translation — @AndLydakis
- Updated Hungarian translation — @notramo
- Updated Italian translation — random r
- Updated Japanese translation — librada, @naofum
- Updated Lithuanian translation — @mobtechpd, @welaq
- Updated Norwegian translation Bokmål — @comradekingu
- Updated Persian translation — @ahangarha
- Updated Polish translation — @verdulo
- Updated Portuguese (Brazil) translation — @elchevive, @mv-santos
- Updated Russian translation — @mesnevi
- Updated Spanish translation — Alberto, ChemaBautista, @larjona, @mvelizbravo, @wakutiteo
- Updated Turkish translation — @emintufan, @monolifed
- Updated Ukrainian translation — Володимир Бриняк

### Fixed
- Schedule now updates correctly when changing time zones — @SeonD
- Notification no longer can become out of date while filter is paused — @david-hil
- Changelog works with the dark theme

## [3.3.2] — 2017-10-09
### Changed
- Updated Czech translation — @petrkle
Expand Down Expand Up @@ -157,6 +195,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove the floating button (since the top switch does this now)


[3.4.0]: https://github.com/LibreShift/red-moon/compare/v3.3.2...v3.4.0
[3.3.2]: https://github.com/LibreShift/red-moon/compare/v3.3.1...v3.3.2
[3.3.1]: https://github.com/LibreShift/red-moon/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/LibreShift/red-moon/compare/v3.2.0...v3.3.0
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/com/jmstudios/redmoon/RedMoonApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class RedMoonApplication: Application() {
ScheduleReceiver.rescheduleOnCommand()
ScheduleReceiver.rescheduleOffCommand()
upgradeFrom(34)
} in 34..35 -> {
upgradeFrom(36)
} in 34..36 -> {
upgradeFrom(37)
} else -> {
Log.e("Didn't catch upgrades from version $version")
upgradeFrom(version+1)
Expand Down
36 changes: 36 additions & 0 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
### Added
- Preliminary support for devices running Android Oreo (8.0) and newer — @AdamNiederer
- Support for devices running Android versions going back to Ice Cream Sandwitch (4.0). Previous minimum was Jelly Bean (4.2.x).
- Added Spanish (American) translation — @mvelizbravo
- Added Spanish (Argentina) translation — @Andy-thor
- Added Telagu translation — @veeven

### Changed
- More intuitive behavior when saving filters with the same name — @david-hil
- Updated slider labels
- New changelog format
- Updated Arabic translation — Ammar
- Updated Basque translation Dabid — Martinez
- Updated Chinese (Simplified) translation — @gensitu, @Therhokar
- Updated Chinese (Traditional) translation — @gensitu, @louies0623
- Updated Dutch translation — @ltGuillaume, @wb9688
- Updated French translation — @dmaulat, @wellinkstein
- Updated German translation — Andreas Kleinert, @Atalanttore, @elumbella, @JoKeyser
- Updated Greek translation — @AndLydakis
- Updated Hungarian translation — @notramo
- Updated Italian translation — random r
- Updated Japanese translation — librada, @naofum
- Updated Lithuanian translation — @mobtechpd, @welaq
- Updated Norwegian translation Bokmål — @comradekingu
- Updated Persian translation — @ahangarha
- Updated Polish translation — @verdulo
- Updated Portuguese (Brazil) translation — @elchevive, @mv-santos
- Updated Russian translation — @mesnevi
- Updated Spanish translation — Alberto, ChemaBautista, @larjona, @mvelizbravo, @wakutiteo
- Updated Turkish translation — @emintufan, @monolifed
- Updated Ukrainian translation — Володимир Бриняк

### Fixed
- Schedule now updates correctly when changing time zones — @SeonD
- Notification no longer can become out of date while filter is paused — @david-hil
- Changelog works with the dark theme

0 comments on commit ca08e83

Please sign in to comment.