CHANGELOG: Release 1.9

This commit is contained in:
Peter Cai 2023-11-19 21:23:19 -05:00
parent 787a10e746
commit ef1632dc8b

View file

@ -1,4 +1,4 @@
1.9 (Unreleased)
1.9
==
- Updated targetSDK to 34 (Android 14) with compatibility fixes.
@ -9,6 +9,7 @@
- File Shuttle no longer appends ".null" or ".bin" suffixes unnecessarily. This should make it work much better with file managers such as Material Files.
- File Shuttle now triggers media scanning much more robustly. Media files (pictures, videos, etc.) copied into the work profile should now show up much quicker in gallery apps.
- Added a fake NFC payment service to workaround a bug in Android that prevents payment apps inside the work profile from being used if none is present in the main profile.
- Fixed unintuitive colors of navigation icons under dark mode.
1.8
===