Skip to content

Tags: beemdevelopment/Aegis

Tags

v3.3.4

Toggle v3.3.4's commit message
Release v3.3.4

## Fixed bugs

* Icons are now resized to 512x512 to reduce the size of the vault file and to reduce the chance of encountering out of memory conditions

v3.3.3

Toggle v3.3.3's commit message
Release v3.3.3

## Fixed bugs

* Some users ran into out of memory conditions due to large icons in their vault file. We've introduced a temporary measure that should help in most cases, but we'll follow up with a more comprehensive fix soon.
* Window insets were not always applied correctly, causing parts of the UI to appear off-screen
* The 2FAS importer did not tolerate spaces for secrets and was not always able to extract the issuer

v3.3.2

Toggle v3.3.2's commit message
Release v3.3.2

## New features

* Find entries by searching in multiple fields simultaneously

## Fixed bugs

* Entries would not actually be added to the Aegis vault in some cases when importing from Google Authenticator export QR codes
* The lock button was sometimes shown for unencrypted vaults
* The sort category menu item did not always reflect the current sorting
* The next code was not always easy to read because its color had low contrast with the background
* Entry selection was not cancelled when changing the group filter

v3.3.1

Toggle v3.3.1's commit message
Release v3.3.1

## Fixed bugs

* Codes were not shown in case the tiles view mode was combined with hidden account names

v3.3

Toggle v3.3's commit message
Release v3.3

## New features

* Significant improvements to group filtering
  * Groups can now be filtered on straight from the main view instead of through a dialog
  * Ability to assign multiple entries to a group in one go
  * Support for reordering groups
* Codes now change color when they're about to expire
* Option to show the next code ahead of time
* Support for backing up to a single file (This enables support for more cloud providers, such as Google Drive)
* Various minor improvements to make QR code exports easier to scan
* Support for importing from Ente Auth
* Support for importing FreeOTP 2 backups
* Updated translations

## Fixed bugs

* QR codes exported for Google Authenticator could not be scanned on iOS
* The code would be copied after a single tap in case "Tap to reveal" and "Copy tokens to the clipboard" were enabled simultaneously
* Various other minor UI, stability and performance improvements

v3.3-beta1

Toggle v3.3-beta1's commit message
Release v3.3-beta1

## New features

* Significant improvements to group filtering
  * Groups can now be filtered on straight from the main view instead of through a dialog
  * Ability to assign multiple entries to a group in one go
  * Support for reordering groups
* Codes now change color when they're about to expire
* Option to show the next code ahead of time
* Support for backing up to a single file (This enables support for more cloud providers, such as Google Drive)
* Various minor improvements to make QR code exports easier to scan
* Support for importing from Ente Auth
* Support for importing FreeOTP 2 backups
* Updated translations

## Fixed bugs

* QR codes exported for Google Authenticator could not be scanned on iOS
* The code would be copied after a single tap in case "Tap to reveal" and "Copy tokens to the clipboard" were enabled simultaneously
* Various other minor UI, stability and performance improvements

v3.2

Toggle v3.2's commit message
Release v3.2

## New features

* The ability to add a single entry to multiple groups
* Option to keep an infinite number of backups
* Option to customize which fields to search for in entries
* Allow hiding entry names in the tiled view mode

## Fixed bugs

* With "Tap to reveal" enabled, the size of the shown dots would not be consistent with the size of the code digits, on some devices
* After importing a backup, the UI would in some cases incorrectly claim that biometric unlock is enabled
* The export dialog was not fully visible on some devices
* Various other minor UI, stability and performance improvements

v3.1.1

Toggle v3.1.1's commit message
Release v3.1.1

## Fixes

A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault. We have reported this issue to the Google Issue Tracker ([link](https://issuetracker.google.com/issues/352963108)) and are awaiting a response from Google. In the meantime, we have implemented a workaround that eliminates this bug.

* Group filter now gets applied properly upon unlocking the vault
* Advanced entry settings now gets shown correctly
* Keyboard when searching for entries now gets hidden when the user starts scrolling through the list

v3.1.1-beta1

Toggle v3.1.1-beta1's commit message
Release v3.1.1-beta1

A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault. We have reported this issue to the Google Issue Tracker (https://issuetracker.google.com/issues/3529631080) and are awaiting a response from Google. In the meantime, we have implemented a workaround to eliminates this bug.

v3.1

Toggle v3.1's commit message
Release v3.1

## New features

* A new audit log has been added to check all important events that occurred in your vault
* Added the ability to rename groups

## Fixed bugs

* Group selection will now be remembered again upon launch
* Various UI improvements
* Stability fixes