Skip to content

Commit

Permalink
Prepare release 5.2.0 (#1301)
Browse files Browse the repository at this point in the history
As title

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1301
Co-authored-by: M M Arif <[email protected]>
Co-committed-by: M M Arif <[email protected]>
  • Loading branch information
mmarif4u authored and M M Arif committed Sep 21, 2023
1 parent 906a703 commit 47bf4c0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 34
versionCode 515
versionName "5.2.0-dev"
versionCode 520
versionName "5.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/gitea_version.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="versionLow" translatable="false">1.18</string>
<string name="versionHigh" translatable="false">1.20</string>
<string name="versionLow" translatable="false">1.19</string>
<string name="versionHigh" translatable="false">1.22</string>

</resources>
28 changes: 16 additions & 12 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>

<release version="5.1.0" versioncode="510">
<change>New: Dynamic colors for Android 12+ (Settings -> Appearance -> Theme)</change>
<change>New: FAB buttons for each task where required</change>
<change>New: Lisp language support</change>
<change>New: Repository language statistics</change>
<change>New: [CE] Settings to change syntax highlighting color (Settings -> Code Editor)</change>
<change>New: [CE] Settings to choose Tabs or Spaces for indentation (Settings -> Code Editor)</change>
<change>New: System default font (Settings -> Appearance -> Font)</change>
<change>Improvement: Hide notification count when no notification available</change>
<change>Improvement: Move logout from navigation to settings</change>
<change>Improvement: Move drafts, crash reports to General section</change>
<change>Improvement: Move translation to Appearance section</change>
<release version="5.2.0" versioncode="520">
<change>New: Dashboard (BETA) (1.20 and above)</change>
<change>New: Open commits directly from links</change>
<change>New: Search stargazers and watchers</change>
<change>New: Profile repository view in user profile</change>
<change>New: New account settings screen</change>
<change>New: Watched repositories</change>
<change>New: SSH keys list</change>
<change>New: Codeberg theme</change>
<change>New: Themed icon for Android 13</change>
<change>New: Show draft status for pull requests</change>
<change>New: Tabs animation (fade out, zoom out)</change>
<change>Improvement: Don't flash save draft message on each change</change>
<change>Bugfix: Fix repo name does not match crash when saving repo settings</change>
<change>Bugfix: Fix repository forks pagination</change>
<change>Bugfix: Fix unwatch repository</change>
</release>

</changelog>
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/520.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
5.2.0

🎉 Features 🎉
- Dashboard (BETA) (1.20 and above)
- 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
- Show draft status for pull requests
- Tabs animation (fade out, zoom out)

Release Notes: https://codeberg.org/gitnex/GitNex/releases

Release Posts: https://najigram.com/category/gitnex

0 comments on commit 47bf4c0

Please sign in to comment.