version bump

This commit is contained in:
Thibault Deckers 2024-10-09 01:04:02 +02:00
parent 9401dd2874
commit dde21abbac
6 changed files with 16 additions and 6 deletions

View file

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased] ## <a id="unreleased"></a>[Unreleased]
## <a id="v1.11.15"></a>[v1.11.15] - 2024-10-09
### Changed
- Enterprise: do not request `INTERACT_ACROSS_PROFILES` permission (Play Store compatibility)
## <a id="v1.11.14"></a>[v1.11.14] - 2024-10-09 ## <a id="v1.11.14"></a>[v1.11.14] - 2024-10-09
### Added ### Added

View file

@ -39,10 +39,6 @@
<uses-permission <uses-permission
android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROCESSING" android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROCESSING"
tools:ignore="SystemPermissionTypo" /> tools:ignore="SystemPermissionTypo" />
<!-- to switch between regular and work profiles -->
<uses-permission
android:name="android.permission.INTERACT_ACROSS_PROFILES"
tools:ignore="ProtectedPermissions" />
<!-- TODO TLAD still needed to fetch map tiles / reverse geocoding / else ? check in release mode --> <!-- TODO TLAD still needed to fetch map tiles / reverse geocoding / else ? check in release mode -->
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<!-- from Android 12 (API 31), users can optionally grant access to the media management special permission --> <!-- from Android 12 (API 31), users can optionally grant access to the media management special permission -->

View file

@ -0,0 +1,4 @@
In v1.11.15:
- enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub

View file

@ -0,0 +1,4 @@
In v1.11.15:
- enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub

View file

@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US # - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.11.14+133 version: 1.11.15+134
publish_to: none publish_to: none
environment: environment:

View file

@ -1,4 +1,4 @@
In v1.11.14: In v1.11.15:
- enjoy new map layers - enjoy new map layers
- share "geo" addresses to Aves and see your collection in that area - share "geo" addresses to Aves and see your collection in that area
Full changelog available on GitHub Full changelog available on GitHub