Skip to content

Commit b1bbeac

Browse files
committed
update version
1 parent a3266b6 commit b1bbeac

File tree

16 files changed

+71
-5
lines changed

16 files changed

+71
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While there are many 2FA authenticator apps out there, most of them come with an
3030
- [x] HOTP
3131
- Organization
3232
- [ ] Search
33-
- [ ] Sorting
33+
- [x] Sorting
3434
- [ ] Grouping
3535
- [x] Editing
3636
- [x] Deletion
@@ -60,8 +60,6 @@ src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png?raw=true">
6060
src="fastlane/metadata/android/en-US/images/phoneScreenshots/7.png?raw=true">
6161
<img width=200 alt="Screenshot 8"
6262
src="fastlane/metadata/android/en-US/images/phoneScreenshots/8.png?raw=true">
63-
<img width=200 alt="Screenshot 9"
64-
src="fastlane/metadata/android/en-US/images/phoneScreenshots/9.png?raw=true">
6563

6664
# Download
6765
Mauth is available on F-Droid and GitHub Releases page.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.xinto.mauth"
1414
minSdk = 21
1515
targetSdk = 33
16-
versionCode = 53
17-
versionName = "0.5.3"
16+
versionCode = 60
17+
versionName = "0.6.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
v0.5.0
2+
3+
New features
4+
============
5+
- Added a settings page
6+
- Includes a "Secure Mode" switch that protects you from exposing data via screenshots
7+
- `otpauth://` deeplink support
8+
- Added a splash screen for devices running on Android 11 and below
9+
- Turkish translation
10+
11+
Changes
12+
=======
13+
- Small UI updates
14+
- "Full-screen" immersive navigation and top bars
15+
- Animated code display
16+
- Remove placeholder icon buttons in home bottom bar
17+
- Updates to account card
18+
- 90% of the app was rewritten from scratch! This should result in a better performance and will make subsequent updates much easier
19+
20+
Bug fixes
21+
=========
22+
- Fixed a bug where camera would not properly close after exiting the QR Scan screen
23+
- Fixed many possible crashes
24+
25+
*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*
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
v0.5.1
2+
3+
Changes
4+
=======
5+
- Updated the account screen
6+
- The number fields will now turn red when an incorrect number is entered
7+
- Required fields are now marked
8+
- The save button will be greyed out until you satisfy all the requirements
9+
10+
Fixes
11+
=====
12+
- Fixed a crash when editing number fields in the account screen
13+
- Fixed a crash when saving the edited account in the account screen
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v0.5.2
2+
3+
Changes
4+
=======
5+
- Implement form validation for number fields in the account screen
6+
- Fields are now coerced to a specific range
7+
- Digits field's ranges are annotated
8+
9+
Fixes
10+
=====
11+
- Fixed a bug where Mauth would accept any value for number fields in the Account screen, rendering the app unusable
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v0.5.3
2+
3+
Fixes
4+
=====
5+
- Fixed the form validation in the account screen. Again!
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
v0.6.0
2+
3+
New Features
4+
============
5+
- You can now sort your accounts by label, issuer and addition date (both ascending and descending)
6+
- The app's icon now supports Material You colors
7+
- The accounts now store their addition/creation date
8+
9+
Fixes
10+
=====
11+
- Fixed a bug where Android's clipboard preview would show the account code, even if it was hidden
12+
- Updated the Add Account bottom sheet for consistency with the Material 3 guidelines
13+
- Minor bottom bar menu fixes
14+
- Refactored and optimized some parts of the code
1.32 KB
Loading
5.21 KB
Loading
1.96 KB
Loading

0 commit comments

Comments
 (0)