Skip to content

Releases: X1nto/Mauth

v0.8.0

30 Mar 12:51
Compare
Choose a tag to compare

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

29 Oct 20:37
Compare
Choose a tag to compare

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

14 Aug 12:45
Compare
Choose a tag to compare

Fixes

  • Fixed the parsing for OTP strings that had lowercase algorithm names
  • The buttons in the "Add Account" bottom sheet no longer overlap with the system navigation bar

v0.6.0

13 Aug 16:32
Compare
Choose a tag to compare

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

17 Mar 18:27
Compare
Choose a tag to compare

Fixes

  • Fixed the form validation in the account screen. Again! (#34)

Note: Sorry for such frequent updates! The bugs keep piling up.

v0.5.2

17 Mar 09:26
Compare
Choose a tag to compare

Changes

  • Implement form validation for number fields in the account screen
    • Fields are now coerced to a specific range
      • Digits field's ranges are annotated

Fixes

  • Fixed a bug where Mauth would accept any value for number fields in the Account screen, rendering the app unusable (#33)

v0.5.1

16 Mar 19:58
Compare
Choose a tag to compare

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

15 Mar 22:01
Compare
Choose a tag to compare

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
    • "Full-screen" immersive navigation and top bars (#31 )
    • Animated code display (#21)
    • Remove placeholder icon buttons in home bottom bar
    • Updates to account card
  • 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

v0.4.0

19 Oct 13:34
Compare
Choose a tag to compare
  • Add account editing.
  • Add HOTP support.
  • Fix dropdown menus in the account add/edit menu.
  • Fix the account icon not resetting after re-entering the account add/edit menu.

v0.3.0

15 Oct 13:41
Compare
Choose a tag to compare
  • Added an ability to select and delete accounts.
  • Added Norwegian BokmΓ₯l language.
  • Removed the placeholders from the text fields in the account add screen.