Compare commits

...

1 Commits

Author SHA1 Message Date
M M Arif
624ebf0b84 release 3.4 2021-01-01 16:21:52 +05:00
3 changed files with 19 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex" applicationId "org.mian.gitnex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 336 versionCode 340
versionName "3.4.0-dev" versionName "3.4.0"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="3.4.0-dev" versioncode="336"> <release version="3.4.0" versioncode="340">
<change>Under development</change> <change>New: Organization labels(list, create, edit, delete)</change>
<change>New: Pitch black theme</change>
<change>Improvement: Cap sentence start letters</change>
<change>Bugfix: Fix spacing when no reactions are available</change>
<change>Bugfix: Fix offline mode</change>
</release> </release>
</changelog> </changelog>

View File

@ -0,0 +1,11 @@
3.4.0
New: Organization labels(list, create, edit, delete)
New: Pitch black theme
Improvement: Cap sentence start letters
Bugfix: Fix spacing when no reactions are available
Bugfix: Fix offline mode
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Blog: https://gitnex.codeberg.page/posts/340.html