diff --git a/RELEASES.md b/RELEASES.md index abdc58ca7..368556e37 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,18 @@ +# Thumb-Key 3.1.4 (2024-05-03) + +## What's Changed in 3.1.4 + +- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879) +- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878) +- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.3...3.1.4 + # Thumb-Key 3.1.3 (2024-05-03) ## What's Changed in 3.1.3 +- Upping version. by @dessalines - Fixes and improvements in br-fr layout by @zeecho in [#875](https://github.com/dessalines/thumb-key/pull/875) - Update ENQwertEase.kt by @Lysalana in [#873](https://github.com/dessalines/thumb-key/pull/873) - Update ENTwoHandsQwertEase.kt by @Lysalana in [#874](https://github.com/dessalines/thumb-key/pull/874) diff --git a/app/build.gradle b/app/build.gradle index e8975f9a8..c5e9a5ef2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 80 - versionName "3.1.3" + versionCode 81 + versionName "3.1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index b9fe1417f..ff9113d5a 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,11 +1,11 @@ -# Thumb-Key 3.1.3 (2024-05-03) +# Thumb-Key 3.1.4 (2024-05-03) -## What's Changed in 3.1.3 +## What's Changed in 3.1.4 -- Fixes and improvements in br-fr layout by @zeecho in [#875](https://github.com/dessalines/thumb-key/pull/875) -- Update ENQwertEase.kt by @Lysalana in [#873](https://github.com/dessalines/thumb-key/pull/873) -- Update ENTwoHandsQwertEase.kt by @Lysalana in [#874](https://github.com/dessalines/thumb-key/pull/874) +- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879) +- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878) +- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.2...3.1.3 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.3...3.1.4