Skip to content

Commit

Permalink
Update app version code and name
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed May 11, 2024
1 parent 51ec54c commit 94d60f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 1.6.0 *(2023-05-11)*
-----------------------------

* Fixing Empty folder field entries #45 by @AmrDeveloper
* Change cursor color in light and dark theme to be clear #44 by @AmrDeveloper


Version 1.5.1 *(2023-06-06)*
-----------------------------

Expand All @@ -11,7 +18,13 @@ Version 1.5.1 *(2023-06-06)*
Version 1.5.0 *(2023-05-25)*
-----------------------------

* Implement creating new folder option from link create view #43 by @AmrDeveloper
* Russian translation.
* Russian Vietnamese.
* Russian Chinese.
* Added import/export to html functionality.
* Update Kotlin and libraries versions
* Optimize onChildDraw calculating icon top position


Version 1.4.0 *(2023-04-19)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 17
targetSdkVersion rootProject.targetSdkVersion
versionCode 22
versionName "1.5.1"
versionName "1.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down

0 comments on commit 94d60f0

Please sign in to comment.