Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
==========

Version 1.1.1 *(2025-03-18)
----------------------------

* Fixed security vulnerability in app lock
* Minor bug fixes and improvements
* Added more translations

Version 1.1.0 *(2024-07-22)
----------------------------

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed security vulnerability in app lock
* Minor bug fixes and improvements
* Added new translations
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fossify Notes
Fossify Notes Beta
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ app-build-javaVersion = "VERSION_17"
app-build-kotlinJVMTarget = "17"
#versioning
app-version-appId = "org.fossify.notes"
app-version-versionCode = "3"
app-version-versionName = "1.1.0"
app-version-versionCode = "4"
app-version-versionName = "1.1.1"
[libraries]
#AndroidX
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
Expand Down
Loading