diff --git a/app/build.gradle b/app/build.gradle index cf956c3a..b04beb2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 30 - versionCode 329 - versionName "3.3.0-rc3" + versionCode 336 + versionName "3.4.0-dev" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -110,6 +110,6 @@ dependencies { implementation "com.eightbitlab:blurview:1.6.4" implementation "io.mikael:urlbuilder:2.0.9" implementation "org.codeberg.gitnex-garage:emoji-java:v5.1.2" - coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.0" + coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.1" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 7df37090..8df9def2 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,8 @@ - - Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions. + + Under development diff --git a/fastlane/metadata/android/en-US/changelogs/330.txt b/fastlane/metadata/android/en-US/changelogs/330.txt new file mode 100644 index 00000000..035908be --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/330.txt @@ -0,0 +1,14 @@ +3.3.0 + +New: New labels/assignees popups +New: Transition to new input design +New: New commenting screen +New: Handle popular instances links (open from email etc) +New: Syntax highlighting in code blocks +New: Organization labels in issue labels +New: Group notifications, settings screen to enable/disable, change delay, light color +New: Issue/PR and comments emoji reactions + +Release Notes: https://codeberg.org/gitnex/GitNex/releases + +Release Blog: https://gitnex.codeberg.page/posts/330.html \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png index 79d3d969..0679ccab 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 2507aa45..441e52b9 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 88dca266..0f14b5d2 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/004.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png index c50e1d74..df6cef62 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png index 43abc310..2e092661 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/005.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 fb128b84..fc654b6d 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 3745f1c2..5e9110d7 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 a154fde0..58c4ed90 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