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
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2025-05-05

### Added

- Option to disable zoom-based brush size adjustment

### Changed

- Marked the app as beta
- Updated translations

### Fixed

- Minimum erasure size now matches minimum brush size

## [1.0.0] - 2025-01-01

### Added

- Initial release.

[Unreleased]: https://github.com/FossifyOrg/Paint/compare/1.0.0...HEAD
[Unreleased]: https://github.com/FossifyOrg/Paint/compare/1.1.0...HEAD

[1.1.0]: https://github.com/FossifyOrg/Paint/compare/1.0.0...1.1.0

[1.0.0]: https://github.com/FossifyOrg/Paint/releases/tag/1.0.0
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Added:
• Option to disable zoom-based brush size adjustment

Changed:
• Marked the app as beta
• Updated translations

Fixed:
• Minimum erasure size now matches minimum brush size
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 Paint
Fossify Paint Beta
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ app-build-javaVersion = "VERSION_17"
app-build-kotlinJVMTarget = "17"
#versioning
app-version-appId = "org.fossify.paint"
app-version-versionCode = "1"
app-version-versionName = "1.0.0"
app-version-versionCode = "2"
app-version-versionName = "1.1.0"
[libraries]
#AndroidX
androidx-print = { module = "androidx.print:print", version.ref = "androidx-print" }
Expand Down
Loading