Skip to content

Releases: OffRange/KeyGo

Release 1.1.0-alpha01

13 May 15:21
b16f825
Compare
Choose a tag to compare
Release 1.1.0-alpha01 Pre-release
Pre-release

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

26 Apr 20:23
018426a
Compare
Choose a tag to compare

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

  • Updated to Gradle 8.0 b8fb762
  • Updated desugar_jdk_libs and room dependencies 9d35e44

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1

10 Apr 18:21
c9a024b
Compare
Choose a tag to compare

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

12 Mar 09:29
35d9a26
Compare
Choose a tag to compare

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

24 Feb 22:39
a431a4a
Compare
Choose a tag to compare
Version 1.0.0-rc02 Pre-release
Pre-release

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
  • Rotational bugs
    • Fixed a bug that prevented selected items from being deselected after a phone rotation 440d9fe
    • Fixed an issue where text would not reappear in text editing views after a phone rotation ed5db1b
  • Fixed the bug that the search view could only be opened once at runtime 40830fd

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