Releases: OffRange/KeyGo
Version 1.2.0
KeyGo v1.2.0 Release Notes
Installation Guide
Recommended Method
- Download the application from the Play Store
GitHub Version (Advanced Users)
- For detailed installation instructions for the GitHub version, including an optional updater (the Play Store version automatically handles updates), please refer to the Installation Guide.
Bug Fixes
Backup
- Resolved a stability issue that could cause the application to unexpectedly close under certain conditions when running on API 33 (Android 13) 6a0ea90
New Features since 1.1.x
Backup Feature
has been implemented #18 #25 6991d09- Import/Export KDBX and CSV files
App Icon
Monochrome version added 162d04bTag
Ability to assign tags to elements now available #23Autofill
has been improved66cf0de..e8cdcca
Support for Different Card Number Formats
Now supports various card length and format patterns, as well as different CVV formats #24 bdecb6c- Design chganges
- Bug fixes
Full Changelog
For a comprehensive list of all changes between v1.1.1 and v1.2.0, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version 1.2.0-rc03
KeyGo v1.2.0-rc03 Release Notes
Important Notice: In the previous version, a configuration oversight with ProGuard necessitated the reset of your main password. I want to assure you that all your stored data, encompassing passwords, credit card details, and other sensitive information, remains secure and will be fully accessible following this update. Your understanding and cooperation are immensely valued as I and the open-source community strive to improve both the security and performance of our app. Thank you for your continued support.
Update Notice: As part of the latest enhancements, I have discontinued support for the legacy .keygo format. Consequently, it will no longer be possible to import or export data in this format. Please note that the application lacks backward compatibility for this feature, as it was never included in an official stable release.
Update Notice: With the introduction of significant improvements to the Android Autofill Service in version 1.2.0-rc01, users are advised to reselect KeyGo Autofill Service in their device settings after updating from any version earlier than 1.2.0-rc01. This step is crucial for ensuring optimal performance and full integration of the latest enhancements.
Installation Guide
Recommended Method
-
Download the application from the Play Store
GitHub Version (Advanced Users)
- For detailed installation instructions for the GitHub version, including an optional updater (the Play Store version automatically handles updates), please refer to the Installation Guide.
New Features
Support for Different Card Number Formats
Backup Feature
Bug Fixes
AutoFill
- Fixed a bug to ensure inline suggestions now properly autofill forms, enhancing user interaction efficiency. 6cf5557
Dashboard
- Fixed a bug causing the application to throw a
NullPointerException
. f598d1e
- Fixed a bug causing the application to throw a
Critical Application Stability Fix
- In version 1.2.0-rc02, an issue was identified where the application failed to start due to improper code obfuscation by ProGuard, affecting essential functionalities. I have now addressed this problem with a comprehensive solution to ensure greater stability and reliability. Please note, to align with these improvements, users will need to establish a new main password, similar to the procedure in version 1.2.0-beta04. Rest assured, all your data will be preserved and accessible after this update.
Other Changes
Full Changelog
For a comprehensive list of all changes between v1.2.0-rc01 and v1.2.0-rc03, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version 1.2.0-rc01
KeyGo v1.2.0-rc01 Release Notes
Update Notice: Due to recent enhancements in the Android Autofill Service, users might need to reselect KeyGo Autofill Service in their device settings for optimal performance. This ensures the latest updates are fully integrated.
Important Note: Users upgrading from versions older than v1.2.0-beta04 are required to set a new main password due to updates in the way the main password is stored. Rest assured, all stored data, including passwords and credit card information, will remain secure and accessible after this update. I appreciate your cooperation in enhancing KeyGo's security and performance.
Installation Guide
Recommended Method
-
Download the application from the Play Store
GitHub Version (Advanced Users)
- For detailed installation instructions for the GitHub version, including an optional updater (the Play Store version automatically handles updates), please refer to the Installation Guide.
New Features
Sorting
Create Credit Card
- Now, only the last four digits are shown when the full masked card number is truncated 40b0820
Autofill
- Now, the user is seamlessly guided to the autofill service settings to select a service when requested in the settings 864251b
- Added compatibility support for additional browsers 09b9beb
- Implemented a completely renewed autofill service
66cf0de..e8cdcca
Dashboard
- Updated the style of the header for the elements 049ae9b
Bug Fixes
Create Password
- Resolved an issue with leading and trailing whitespaces in the title, origin, and username ee83fd2
Tag
- Fixed an issue where tags without an assigned element were still saved in the database; Now they are automatically deleted 049acee
UI
Other Changes
AGP
Updated to version 8.2.1 2462057Kotlin
Updated to version 1.9.22 8056f8cMigration
Migrated BuildConfig to Gradle Build files 4100d29
Full Changelog
For a comprehensive list of all changes between v1.2.0-beta04 and v1.2.0-rc01, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version 1.2.0-beta04
KeyGo v1.2.0-beta04 Release Notes
Importnat Note: Due to significant updates in the way the main password is stored, now utilizing the more advanced and secure Data Store API, it is necessary for users to set a new main password. Please be assured that all your stored data, including passwords, credit card information, and other elements, will remain intact and accessible after this change. I appreciate your understanding and cooperation in enhancing the security and performance of our application.
Installation Guide
Recommended Method
-
Download the application from the Play Store
GitHub Version (Advanced Users)
- For detailed installation instructions for the GitHub version (this version includes an updater, which is optional as the Play Store version handles updates automatically.), please refer to the Installation Guide.
New Features
Backup Feature
App Icon
Monochrome version added 162d04bTag
Ability to assign tags to elements now available #23
Key features include:- Added new Dashboard UI
- Tag filter added
- Tag view added
- Merge tag feature added
Bug Fixes
Backup Feature
- Fixed issue causing erroneous export and import of element IDs, leading to overwriting existing database entries a264dd3
- Improved CSV import duplicate detection 8b0fe6d
- Resolved premature dialog closure when no password entered for export/import a1a5945
- Fixed import issue when clicking on a .keygo file f6cf7ca
- Converted to Kotlin 1be0285
Re-Authentication
Fixed bug requiring users to re-authenticate 92496f4Title Update Issue
Fixed bug where title did not refresh correctly after Fast-Edit usage 7548eeb (also included inv1.1.1
)Floating Action Button (FAB) Visibility
Addressed intermittent FAB display issues in certain scenarios f6d6bd4 (also included inv1.1.1
)Scrolling in Viewing Page
Resolved UI issue preventing scrolling on the viewing page ccf479f (also included inv1.1.1
)
Other Changes
Android Version
Now targeting and compiling with API 34 Android 14 3e86c6aAGP
Updated AGP to 8.2.0 2911330Dependencies
Updated outdated dependencies 57d771f 27ecb69Strength Estimation
Performance improved acd4fceFilterBottomSheet
Converted to Kotlin cc734bcNo Results
Changed message for no item sets ed081b0
Full Changelog
For a comprehensive list of all changes between v1.2.0-beta03 and v1.2.0-beta04, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version 1.1.1
KeyGo v1.1.1 Release Notes
Installation Guide
Recommended Method
- Download the application from the Play Store
GitHub Version (Advanced Users)
- For detailed installation instructions for the GitHub version (this version includes an updater, which is optional as the Play Store version handles updates automatically.), please refer to the Installation Guide.
Bug Fixes
Title Update Issue
: Resolved a bug where the title did not refresh correctly after using the Fast-Edit feature 8069802 21e2e22Floating Action Button (FAB) Visibility
: Addressed an intermittent problem where the FAB was incorrectly displayed in certain scenarios 2fe34a5Scrolling in Viewing Page
: Fixed a user interface issue preventing scrolling on the viewing page 0114dd5
Other Changes
Dependencies
Updated outdated dependencies 296e5baAGP
Updated AGP to 8.2.0 918e9fbAndroid Version
Targeting and compiling with API 34 (Android 14)
Full Changelog
For a comprehensive list of all changes between v1.1.0 and v1.1.1, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version 1.2.0-beta03
KeyGo v1.2.0-beta03 Release Notes
Installation Guide
Recommended Method
-
Download the application from the Play Store
GitHub Version (Advanced Users)
- For detailed installation instructions for the GitHub version (this version includes an updater, which is optional as the Play Store version handles updates automatically.), please refer to the Installation Guide.
New Features
Backup Feature
: Export/Import passwords using a CSV (not encrypted) (requested in #16) 8e5046bBackup Feature
: Export/Import every element using the new KEYGO format, a secure and encrypted file format (requested in #6) 1fd4fa1 7210115
Other Changes
Full Changelog
For a comprehensive list of all changes between v1.1.0 and v1.2.0-beta03, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version 1.1.0
KeyGo v1.1.0 Release Notes
Update Guide (Important)
Note: Due to a significant change in the app's signing key, it is not possible to update the KeyGo app directly through the APK. While there are ways to bypass the signature verification on rooted devices, I strongly advise against attempting this, as it may lead to unintended consequences for your overall user experience and the security of the app and your Android device.
I apologize for any inconvenience this may cause. If you are an existing user of KeyGo and wish to update to v1.1.0, you will need to deinstall the application and reinstall the new version.
To update to v1.1.0, existing users of KeyGo should follow these steps:
-
Uninstall the current version of the KeyGo application from your device. To do this, avoid using the Google Play Store for uninstallation, as it may lead to issues during the reinstallation process. Instead, follow these steps:
-
Long-press on the app's icon and select "App info."
-
In the window that opens, click on "Uninstall."
Please note that this process will remove ALL data, including saved passwords and credit card information. Unfortunately, data backup is not possible, and the data will be permanently lost.
-
-
After uninstalling, download and install the new version of KeyGo from a trusted source. You can get the latest version either from the official GitHub or the Play Store.
I understand that this situation may be frustrating for you, and I sincerely apologize for the inconvenience. I am working diligently to find ways to improve the update process and prevent such data loss in the future. If you encounter any issues during the update process or have any questions, please don't hesitate to open an issue or a discussion. Your security and user experience remain my top priorities. Thank you for your understanding and continued support.
Installation Guide
-
(Recommended) Download the application from the Play Store
-
For detailed installation instructions for the GitHub version (this version includes an updater, which is optional as the Play Store version handles updates automatically.), please refer to the Installation Guide.
Version Tag
v1.1.0
New Features since v1.0.2
-
KeyGo is now available in the Google Play Store
-
Updater for GitHub Product Flavor: Starting from this version, the updater functionality is now exclusively available for the GitHub product flavor. This update ensures smoother and more convenient updates for users accessing KeyGo via GitHub. a0304f8
-
Custom stylings for Android system bars bec6e41
-
Credit card numbers are now masked in groups of four (•••• •••• •••• ••••) 9b2dda7
-
Added a Highlights page 8f95cec
- You can now add favorites
- You now have access to your recently viewed and edited items
-
Added a responsive design 46bba95
-
Added filter feature 5ea9810
Other Changes
-
New Logo: I have revamped the KeyGo logo with a fresh and modern design. 525fe28.
-
Renamed Application: The application has been renamed to KeyGo - Digital Vault short keyGo to better reflect its primary purpose and functionality. 4327ed8 1f32e37.
Full Changelog
For a comprehensive list of all changes between v1.0.2 and v1.1.0, please check out the full changelog.
I appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvements, please don't hesitate to raise an issue. Happy vaulting with KeyGo!
Version Tag
v1.1.0
Needed for the old updater
Version 1.1.0-rc01
Password Manager v1.1.0-rc01 Release Notes
Installation Guide
For installation instructions, please refer to the Installation Guide.
Version Tag
v1.1.0 4599-rc
Bug Fixes
- Fixed an issue that occurred when Fast-Editing sensitive information (like passwords) c201f33
- Now the element name/title is used as the title for the creation activities f673c6e
- Fixed issue #12 that occurred when validating a master password larger than 72 characters #13
New Features
- Custom stylings for Android system bars bec6e41
- Credit card numbers are now masked in groups of four (•••• •••• •••• ••••) 9b2dda7
- Added a feature to mark an element as your favorite directly in the elements viewing page ce34e72
Full Changelog
View the full changelog for all changes between v1.1.0-beta01...v1.1.0-rc01
Version 1.1-beta01
Installation Guide
Installation instructions can be found here
Note
Please note that this beta 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.
DUE TO NEW FEATURES, DOWNGRADING TO AN OLDER VERSION OLDER THAN 1.1.0-alpha02 IS NOT POSSIBLE AS THE VERSION CODE HAS INCREASED SINCE THEN
Version Tag
v1.1.0 4155-beta
Bug fixes
- Fixes a bug that causes the app to crash when trying to login be442a9
New Features
- Added text when no items are displayed on the highlight page 8045d91
Others
- Firebase Crashlytics dependencies have been removed due to the privacy concerns mentioned in #5 66a7021
Full Changelog: v1.1.0-alpha02...v1.1.0-beta01
Version 1.1-alpha02
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.
DUE TO THE NEW FEATURES DESCRIBED UNDER "New Features", DOWNGRADING TO AN OLDER VERSION IS NOT POSSIBLE BECAUSE THE VERSION CODE HAS INCREASED.
Version Tag
v1.1.0 4130-alpha
Bug fixes
- Fixed an issue that caused the updater not to be visible on the settings page 0128885
New Features
- Added a Highlights page 8f95cec
- You can now add favorites
- You now have access to your recently viewed and edited items
Others
- The order of the menu items in the toolbar has been changed 11c7887
- Did some code cleanups c19639f
- The slf4j-simple dependency has been updated to version 2.0.7
Full Changelog: v1.1.0-alpha01...v1.1.0-alpha02