diff --git a/app/build.gradle b/app/build.gradle index a7fd801b..74c6e451 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 30 - versionCode 346 - versionName "3.5.0-dev" + versionCode 350 + versionName "3.5.0" 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 760446c4..26feb1e4 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,14 @@ - - Under development + + New: Render emoji in issue/pr titles, commit message and markdown files + New: Cron tasks (Admin only) + New: Biometric support to unlock the app + New: Switch to saved instance when coming from email/links + New: Copy user login id to clipboard + New: Progress notification for downloading files + New: Rewrite file viewer in native code to move away from traditional js to load files faster diff --git a/fastlane/metadata/android/en-US/changelogs/350.txt b/fastlane/metadata/android/en-US/changelogs/350.txt new file mode 100644 index 00000000..98c039b3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/350.txt @@ -0,0 +1,13 @@ +3.5.0 + +New: Render emoji in issue/pr titles, commit message and markdown files +New: Cron tasks (Admin only) +New: Biometric support to unlock the app +New: Switch to saved instance when coming from email/links +New: Copy user login id to clipboard +New: Progress notification for downloading files +New: Rewrite file viewer in native code to move away from traditional js to load files faster + +Release Notes: https://codeberg.org/gitnex/GitNex/releases + +Release Blog: https://gitnex.codeberg.page/posts/350.html diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png index 0679ccab..e32ba5d1 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png index 441e52b9..99d4c851 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png index 0f14b5d2..03aa40b5 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png index fc654b6d..be0b4e19 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png index 5e9110d7..dc3e0c76 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png index 58c4ed90..9d7e8abe 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png differ