mirror of
https://github.com/FossifyOrg/Camera.git
synced 2026-06-12 01:58:07 -04:00
chore(release): v1.2.0 (7) (#148)
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.1.0
|
||||
1.2.0
|
||||
|
||||
@@ -5,9 +5,14 @@ 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.2.0] - 2025-09-09
|
||||
### Added
|
||||
- Support high resolution output modes if the config preference is set to maximize quality. ([#20])
|
||||
|
||||
### Changed
|
||||
- Updated translations
|
||||
|
||||
## [1.1.0] - 2025-07-21
|
||||
### Changed
|
||||
- Preference category labels now use sentence case
|
||||
@@ -44,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#20]: https://github.com/FossifyOrg/Camera/issues/20
|
||||
[#97]: https://github.com/FossifyOrg/Camera/issues/97
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.1.0...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.2.0...HEAD
|
||||
[1.2.0]: https://github.com/FossifyOrg/Camera/compare/1.1.0...1.2.0
|
||||
[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
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/7.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Added:
|
||||
|
||||
• Support high resolution output modes if the config preference is set to maximize quality.
|
||||
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.1.0
|
||||
VERSION_CODE=6
|
||||
VERSION_NAME=1.2.0
|
||||
VERSION_CODE=7
|
||||
APP_ID=org.fossify.camera
|
||||
|
||||
Reference in New Issue
Block a user