mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Prepare release 5.2.0 (#1301)
As title Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1301 Co-authored-by: M M Arif <mmarif@swatian.com> Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
parent
906a703ef0
commit
47bf4c05e1
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 515
|
versionCode 520
|
||||||
versionName "5.2.0-dev"
|
versionName "5.2.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="versionLow" translatable="false">1.18</string>
|
<string name="versionLow" translatable="false">1.19</string>
|
||||||
<string name="versionHigh" translatable="false">1.20</string>
|
<string name="versionHigh" translatable="false">1.22</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -1,18 +1,22 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="5.1.0" versioncode="510">
|
<release version="5.2.0" versioncode="520">
|
||||||
<change>New: Dynamic colors for Android 12+ (Settings -> Appearance -> Theme)</change>
|
<change>New: Dashboard (BETA) (1.20 and above)</change>
|
||||||
<change>New: FAB buttons for each task where required</change>
|
<change>New: Open commits directly from links</change>
|
||||||
<change>New: Lisp language support</change>
|
<change>New: Search stargazers and watchers</change>
|
||||||
<change>New: Repository language statistics</change>
|
<change>New: Profile repository view in user profile</change>
|
||||||
<change>New: [CE] Settings to change syntax highlighting color (Settings -> Code Editor)</change>
|
<change>New: New account settings screen</change>
|
||||||
<change>New: [CE] Settings to choose Tabs or Spaces for indentation (Settings -> Code Editor)</change>
|
<change>New: Watched repositories</change>
|
||||||
<change>New: System default font (Settings -> Appearance -> Font)</change>
|
<change>New: SSH keys list</change>
|
||||||
<change>Improvement: Hide notification count when no notification available</change>
|
<change>New: Codeberg theme</change>
|
||||||
<change>Improvement: Move logout from navigation to settings</change>
|
<change>New: Themed icon for Android 13</change>
|
||||||
<change>Improvement: Move drafts, crash reports to General section</change>
|
<change>New: Show draft status for pull requests</change>
|
||||||
<change>Improvement: Move translation to Appearance section</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>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
18
fastlane/metadata/android/en-US/changelogs/520.txt
Normal file
18
fastlane/metadata/android/en-US/changelogs/520.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user