From 2d6e05a0afea4b7f3b016bc166f8db6a2078eb49 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Thu, 21 Sep 2023 08:11:51 +0000 Subject: [PATCH] Kickstart 5.3.0 dev (#1302) As title Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1302 Co-authored-by: M M Arif Co-committed-by: M M Arif --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 18 ++---------------- 2 files changed, 4 insertions(+), 18 deletions(-) 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