Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### ~

### v0.16.11 (2025-10-12)
* fixes bug where "show map" and "share place" actions don't include the full list of supporting apps.
* fixes bug where content provider reports incorrect version information.
* updates translation to Norwegian (nb) (#899 by FTno).

### v0.16.10 (2025-09-05)
* adds a crash report notification that displays the stacktrace when the application crashes.
* adds "Boot Completed (Delay)" to alarm settings; an intentional delay when rescheduling alarms after reboot.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 28
versionCode 124
versionName "0.16.10"
versionCode 125
versionName "0.16.11"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/125.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fixes bug where "show map" doesn't include the full list of supporting apps.
- updates translation to Norwegian.