mirror of
https://github.com/FossifyOrg/Camera.git
synced 2025-12-23 23:59:51 -05:00
chore(release): v1.1.0 (6) (#128)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.0.4
|
||||
1.1.0
|
||||
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
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/),
|
||||
@@ -7,56 +6,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.0] - 2025-07-21
|
||||
### Changed
|
||||
|
||||
- Preference category labels now use sentence case
|
||||
- Updated translations
|
||||
|
||||
## [1.0.4] - 2025-06-17
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated translations
|
||||
|
||||
## [1.0.3] - 2025-06-09
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed loud shutter sound on some devices ([#97])
|
||||
|
||||
## [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.4...HEAD
|
||||
[#97]: https://github.com/FossifyOrg/Camera/issues/97
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.1.0...HEAD
|
||||
[1.1.0]: https://github.com/FossifyOrg/Camera/compare/1.0.4...1.1.0
|
||||
[1.0.4]: https://github.com/FossifyOrg/Camera/compare/1.0.3...1.0.4
|
||||
[1.0.3]: https://github.com/FossifyOrg/Camera/compare/1.0.2...1.0.3
|
||||
[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
|
||||
|
||||
[#97]: https://github.com/FossifyOrg/Camera/issues/97
|
||||
|
||||
5
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Changed:
|
||||
|
||||
• Preference category labels now use sentence case
|
||||
• Updated translations
|
||||
|
||||
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.0.4
|
||||
VERSION_CODE=5
|
||||
VERSION_NAME=1.1.0
|
||||
VERSION_CODE=6
|
||||
APP_ID=org.fossify.camera
|
||||
|
||||
Reference in New Issue
Block a user