Releases: X1nto/Mauth
Releases Β· X1nto/Mauth
v0.8.0
New Features
- Added theme settings, allowing you to customize how Mauth looks like
Changes
- Updated pt-BR translation by @Yuno2k23
- Updated Chinese (Simplified) translation by @hovthen
- The "Add account" buttons now have the same color
- Rephrased the sorting option labels
Fixes
- Fixed auth pin button colors and behavior
- Fixed a bug that allowed empty PINs to be set
- The edit button should no longer disappear when the label is too long
- More fixes to the buttons in the "Add account" sheet
- Improved the OTP URI parser
v0.7.0
New Features
- Added Chinese (Simplified) translation by @hovthen (#45)
- Added Portuguese translation by @Suburbanno (#46)
- Implemented authentication methods (#48)
- PIN Authentication
- Biometric Authentication (requires PIN auth to be enabled)
- Added the About screen (#50)
- The About screen includes a shortcut that navigates you to the repository's feedback (issues) page
Changes
- Updated navigation transitions to be more fluid
- Other small UI tweaks
Note: Please consider reporting any bugs regarding the new pin and biometric authentication on Mauth's feedback page. The more security issues I fix before v1.0.0, the safer it'll be for people to use Mauth.
v0.6.1
v0.6.0
New Features
- You can now sort your accounts by label, issuer and addition date (both ascending and descending)
- The app's icon now supports Material You colors
- The accounts now store their addition/creation date
Fixes
- Fixed a bug where Android's clipboard preview would show the account code, even if it was hidden
- Updated the Add Account bottom sheet for consistency with the Material 3 guidelines
- Minor bottom bar menu fixes
- Refactored and optimized some parts of the code
v0.5.3
v0.5.2
v0.5.1
Changes
- Updated the account screen
- The number fields will now turn red when an incorrect number is entered
- Required fields are now marked
- The save button will be greyed out until you satisfy all the requirements
Fixes
- Fixed a crash when editing number fields in the account screen
- Fixed a crash when saving the edited account in the account screen
v0.5.0
New Features
- Added a settings page
- Includes a "Secure Mode" switch that protects you from exposing data via screenshots
otpauth://
deeplink support (@Lastaapps)- Added a splash screen for devices running on Android 11 and below
- Turkish translation (@TeaqariaWTF)
Changes
- Small UI updates
- 90% of the app was rewritten from scratch! This should result in a better performance and will make subsequent updates much easier
Bug fixes
- Fixed a bug where camera would not properly close after exiting the QR Scan screen (#22)
- Fixed many possible crashes
Note: due to changes to the app's database, a complex migration was written to convert from the old schema to the new one. Please report issues if Mauth starts crashing or accounts disappear after updating to v0.5.0