diff --git a/app/build.gradle b/app/build.gradle index 6f14f029..8d58ac7c 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 525 + versionName "5.3.0-dev" 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..b0aabe21 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,22 +1,8 @@ - - New: Dashboard (BETA) (1.20 and above) - New: Open commits directly from links - New: Search stargazers and watchers - New: Profile repository view in user profile - New: New account settings screen - New: Watched repositories - New: SSH keys list - New: Codeberg theme - New: Themed icon for Android 13 - New: Show draft status for pull requests - New: Tabs animation (fade out, zoom out) - Improvement: Don't flash save draft message on each change - Bugfix: Fix repo name does not match crash when saving repo settings - Bugfix: Fix repository forks pagination - Bugfix: Fix unwatch repository + + Under development