mirror of
https://github.com/FossifyOrg/Camera.git
synced 2025-12-23 23:59:51 -05:00
chore(release): v1.3.0 (8) (#160)
* chore(release): v1.3.0 (8) * docs: remove translations entry * docs: remove translations entry --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.2.0
|
||||
1.3.0
|
||||
|
||||
@@ -5,13 +5,15 @@ 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.3.0] - 2025-09-17
|
||||
### Changed
|
||||
- Swapped positions of camera switch and image preview buttons ([#157])
|
||||
- Updated and animated the switch camera button
|
||||
|
||||
## [1.2.0] - 2025-09-09
|
||||
### Added
|
||||
- Support high resolution output modes if the config preference is set to maximize quality. ([#20])
|
||||
- Support high-resolution output modes if the config preference is set to maximize quality. ([#20])
|
||||
|
||||
### Changed
|
||||
- Updated translations
|
||||
@@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#97]: https://github.com/FossifyOrg/Camera/issues/97
|
||||
[#157]: https://github.com/FossifyOrg/Camera/issues/157
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.2.0...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.0...HEAD
|
||||
[1.3.0]: https://github.com/FossifyOrg/Camera/compare/1.2.0...1.3.0
|
||||
[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
|
||||
|
||||
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Changed:
|
||||
|
||||
• Swapped positions of camera switch and image preview buttons
|
||||
• Updated and animated the switch camera button
|
||||
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.2.0
|
||||
VERSION_CODE=7
|
||||
VERSION_NAME=1.3.0
|
||||
VERSION_CODE=8
|
||||
APP_ID=org.fossify.camera
|
||||
|
||||
Reference in New Issue
Block a user