Releases: danishjamal104/notes
Releases · danishjamal104/notes
v1.0.0
This is the first production release of the application
Full Changelog: v1.2.0-beta...v1.0.0
Playstore Link
v1.2.0-beta
This release fixes some major app crashes on android pie(API Level 28) and later. Refer below changelog for more info.
- Added SDK specific biometric prompt.
- Removed
WRITE_EXTERNAL_STORAGE
access for Android API level 29 and greater. - Migrated Android API level 29 and greater to use
MediaStore
API instead of legacy method for storing backup files. - Enhanced file handling while creating backup.
Full Changelog: https://github.com/danishjamal104/notes/commits/v1.2.0-beta
v1.1.0-beta
This release includes below fixes
- Added "PBKDF2withHmacSHA1And8BIT" encryption algorithm support for lower API level devices.
- Encoding and decoding bugs fixed on android M.
- Added explicit permission prompt asking for write storage permission.
** Minor bug fixes **
Full Changelog: https://github.com/danishjamal104/notes/commits/v1.1.0-beta
v1.0.0-beta
This is the first release
Full Changelog: https://github.com/danishjamal104/notes/commits/1.0.0