chore(release): v1.0.2 (3) (#89)

* docs: label app as beta

* docs: update changelog

* chore(release): bump app version to 1.0.2 (3)
This commit is contained in:
Naveen Singh
2025-05-28 19:23:52 +05:30
committed by GitHub
parent 2790c8a0ac
commit bb41baccf4
4 changed files with 28 additions and 4 deletions

View File

@@ -7,17 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.2] - 2025-05-28
### Changed
- Updated translations
- Marked app as beta
### Fixed
- All camera buttons now rotate properly on device rotation
- Buttons are now properly updated switching between photo and video modes
## [1.0.1] - 2024-10-19
### Fixed
- Fix app name in metadata
## [1.0.0] - 2024-10-19
### Added
- Initial release
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.0.1...HEAD
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.0.2...HEAD
[1.0.2]: https://github.com/FossifyOrg/Camera/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/FossifyOrg/Camera/releases/tag/1.0.0

View File

@@ -0,0 +1,9 @@
Changed:
• Updated translations
• Marked app as beta
Fixed:
• All camera buttons now rotate properly on device rotation
• Buttons are now properly updated switching between photo and video modes

View File

@@ -1 +1 @@
Fossify Camera
Fossify Camera Beta

View File

@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
android.nonTransitiveRClass=true
# Versioning
VERSION_NAME=1.0.1
VERSION_CODE=2
VERSION_NAME=1.0.2
VERSION_CODE=3
APP_ID=org.fossify.camera