-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |