Release 8.0.0 (#1423)

As title

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1423
Co-authored-by: M M Arif <mmarif@swatian.com>
Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
M M Arif
2025-03-19 08:38:54 +00:00
committed by M M Arif
parent 26f4ac0874
commit 52319acf61
3 changed files with 37 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 35
versionCode 795
versionName "8.0.0-dev"
versionCode 800
versionName "8.0.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
compileSdk 35

View File

@@ -1,8 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="8.0.0-dev" versioncode="795">
<change>Under development</change>
<release version="8.0.0" versioncode="800">
<change>New: Create a branch when creating, editing, or deleting a file</change>
<change>New: Search within files</change>
<change>New: Show tags if there are no releases</change>
<change>New: Display a user activity heatmap on the profile</change>
<change>New: Add pinch-and-zoom support for files</change>
<change>New: Mention users in issues, pull requests, and comments</change>
<change>New: Filter issues by labels</change>
<change>New: Filter issues where I am mentioned</change>
<change>New: Manage dependencies for issues and pull requests (view, add, remove)</change>
<change>New: Manage tracked time (view, add, remove)</change>
<change>New: Add a Created by Me filter to My Issues</change>
<change>Improvement: UI enhancements</change>
<change>Improvement: Paginate repository stargazers and watchers</change>
<change>Improvement: Paginate organization members and repository collaborators</change>
<change>Improvement: Add pagination for repository branches</change>
<change>Improvement: Improve the loading of large files in the file viewer</change>
<change>Improvement: Update translations</change>
<change>Bugfix: Fix the commits UI</change>
<change>Bugfix: Fix the issues progress bar</change>
<change>Removal: HTTP Basic Authentication (username/password login) has been removed</change>
</release>
</changelog>

View File

@@ -0,0 +1,14 @@
8.0.0
🎉 Features 🎉
- Create a branch when creating, editing, or deleting a file
- Search within files
- Display a user activity heatmap on the profile
- Add pinch-and-zoom support for files
- Mention users in issues, pull requests, and comments
- Filter issues by labels and I am mentioned
- Manage dependencies for issues and pull requests
- Manage tracked time
- Add a Created by Me filter to My Issues
Release Notes: https://codeberg.org/gitnex/GitNex/releases