mirror of
https://github.com/FossifyOrg/Camera.git
synced 2025-12-23 23:59:51 -05:00
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:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -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
|
||||
|
||||
|
||||
9
fastlane/metadata/android/en-US/changelogs/3.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/3.txt
Normal 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
|
||||
@@ -1 +1 @@
|
||||
Fossify Camera
|
||||
Fossify Camera Beta
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user