Skip to content

Commit

Permalink
Release 1.0.20+39
Browse files Browse the repository at this point in the history
  • Loading branch information
kmac committed Nov 14, 2021
1 parent 8189ada commit e750467
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 1.0.20
- Issue #35: Fix service disabled on app open after close
- Issue #35: fix service disabled on app open after close
- Migrate from SharedPreferences to Hive for internal data
- add nextAlarm field in db to track state for restart
- Update to android targetSdkVersion 30 (required for Play Store)
- Update internal libraries and dependencies
- Remove some test reminders that were mistakenly included in the
last release. This affects new installs only - if you recently
installed please manually delete any reminders that don't make
sense to you!

# 1.0.19
- Issue #31/#36: Revisit sound modes for different channels
Expand Down
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 1.0.20
- Issue #35: fix service disabled on app open after close
- Migrate from SharedPreferences to Hive for internal data
- add nextAlarm field in db to track state for restart
- Update to android targetSdkVersion 30 (required for Play Store)
- Update internal libraries and dependencies
- Remove some test reminders that were mistakenly included in the
last release. This affects new installs only - if you recently
installed please manually delete any reminders that don't make
sense to you!
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# This number is used only to determine whether one version is more recent than another,
# with higher numbers indicating more recent versions
# versionName: Customer-visible version string
version: 1.0.20+37
version: 1.0.20+39

environment:
# sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit e750467

Please sign in to comment.