diff --git a/app/build.gradle b/app/build.gradle index fe4d8364..71127f82 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 31 - versionCode 421 - versionName "4.2.1" + versionCode 422 + versionName "4.2.2" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index a9aedd8f..3c65649b 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,11 +1,10 @@ - - Bugfix: Fix reactions UI - Bugfix: Fix duplicate instance profiles - Regression: Disable fork view - Bugfix: Fix notifications UI + + Bugfix: Fix crash on commits viewing in some cases + Bugfix: Fix notifications pagination + Bugfix: Fix cache size when selected 1 GB diff --git a/fastlane/metadata/android/en-US/changelogs/422.txt b/fastlane/metadata/android/en-US/changelogs/422.txt new file mode 100644 index 00000000..894eb177 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/422.txt @@ -0,0 +1,11 @@ +4.2.2 + +Bugfix: Fix crash on commits viewing in some cases +Bugfix: Fix notifications pagination +Bugfix: Fix cache size when selected 1 GB + +Release Notes 4.2.0: https://codeberg.org/gitnex/GitNex/releases + +Release Video 4.2.0: https://youtu.be/mxkE-x64iXs + +Release Blog 4.2.0: https://gitnex.codeberg.page/posts/420.html \ No newline at end of file