Releases: OffRange/KeyGo
Release 1.1.0-alpha01
Installation Guide
Installation instructions can be found here
Note
Please note that this alpha release is not intended for production use and may contain bugs, which may result in unexpected crashes and potential data loss. This version is recommended only for advanced users who want to explore new features at an early stage.
Version Tag
v1.1.0 3882-alpha
New Features
- Added a responsive design 46bba95
- Added filter feature 5ea9810
- Added crashlytics (Firebase) to understand crashes better 7fd42ea
- Added update feature 893c2f5
Others
- Support for Java 17
Full Changelog: v1.0.2...v1.1.0-alpha01
Version 1.0.2
Installation Guide
Installation instructions can be found here
Version Tag
v1.0.2 3050r
Bug fixes
- Fixed an issue that caused the application to fail to reopen after automatically saving a password (using the auto fill feature) 29b92e7 844a3eb
Others
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
Installation Guide
Installation instructions can be found here
Version Tag
v1.0.1 3048r
Bug fixes
- Fixed an issue that occurred when Fast-Editing the title #3
- Fixed an issue that occurred when rotating the phone in the "Create Password View" c9a024b
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
First stable version of this application.
IMPORTANT NOTICE: This app update includes significant changes to the database storage protocol, which means all previous versions are no longer compatible and have been removed. To update to the latest version, I recommend deinstalling or clearing the cache of the current app before installing the latest version. Please be aware that this will delete all stored passwords, so make sure you remember them.
Installation Guide
Installation instructions can be found here
Version Tag
v1.0.0 3045r
Bug fixes
- Fixed some typos 4b88ac8 5473e04
- Fixed an issue occurring when rotating the phone causing the search bar hint to revert to the default string "Search" even though items were selected. d068369
- Fixed an issue that prevented passwords from being saved via the autofill service 1f0d8a9
Others
- Improved field detection for autofill feature by adding a JSON file with possible credential field hints 22d0175
New Features
- Store Passwords and Credit Card information
- Generate secure Passwords and Passphrases
- Estimate the Password Strength with nbvcxz
- AES-Encryption on your local device
- Autofill feature for easy input
- Supports Material 3 and Dynamic Color (Android 12+ required)
Full Changelog: v1.0.0-rc02...v1.0.0
Version 1.0.0-rc02
IMPORTANT NOTICE: This app update includes significant changes to the database storage protocol, which means all previous versions are no longer compatible and have been removed. To update to the latest version, I recommend deinstalling or clearing the cache of the current app before installing the latest version. Please be aware that this will delete all stored passwords, so make sure you remember them.
Version Tag
v1.0.0 3032rc
Bug fixes
- Fixed a bug that caused the sorting algorithm to be case sensitive d152365
From previous version
New Features
- There is no longer any serializable objects stored in the database, which gives great flexibility when changing and adding new features. Especially with the existing element details. See fce8804
Full Changelog: https://github.com/OffRange/PasswordManager/commits/v1.0.0-rc02