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
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -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
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 Camera
Fossify Camera Beta
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading