diff --git a/app/build.gradle b/app/build.gradle index 78760cde..5c0e5091 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 34 - versionCode 520 - versionName "5.2.0" + versionCode 521 + versionName "5.2.1" 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 1c373bfc..5184836c 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,7 +1,7 @@ - + New: Dashboard (BETA) (1.20 and above) New: Open commits directly from links New: Search stargazers and watchers @@ -17,6 +17,10 @@ Bugfix: Fix repo name does not match crash when saving repo settings Bugfix: Fix repository forks pagination Bugfix: Fix unwatch repository + Bugfix: Fix tabs animation (fade out) + Bugfix: Fix org screen if user is not a member + Bugfix: Fix showing 504 error code on app startup + Bugfix: Fix dynamic light theme dialogs diff --git a/fastlane/metadata/android/en-US/changelogs/521.txt b/fastlane/metadata/android/en-US/changelogs/521.txt new file mode 100644 index 00000000..daa94e36 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/521.txt @@ -0,0 +1,22 @@ +5.2.0 + +🎉 Features 🎉 +- Dashboard (BETA) +- Open commits directly from links +- Search stargazers and watchers +- Profile repository view in user profile +- New account settings screen +- Watched repositories +- SSH keys list +- Codeberg theme +- Themed icon for Android 13 + +5.2.1 + +🐛 Bug Fixes 🐛 +- Fix tabs animation (fade out) +- Fix org screen if user is not a member +- Fix showing 504 error code on app startup +- Fix dynamic light theme dialogs + +Release Posts: https://najigram.com/category/gitnex \ No newline at end of file