Skip to content

Commit cd16968

Browse files
chore(release): v1.1.0 (6) (#128)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 852abaa commit cd16968

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.0.4
2+
1.1.0

CHANGELOG.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,50 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.1.0] - 2025-07-21
1010
### Changed
11-
1211
- Preference category labels now use sentence case
1312
- Updated translations
1413

1514
## [1.0.4] - 2025-06-17
16-
1715
### Changed
18-
1916
- Updated translations
2017

2118
## [1.0.3] - 2025-06-09
22-
2319
### Changed
24-
2520
- Updated translations
2621

2722
### Fixed
28-
2923
- Fixed loud shutter sound on some devices ([#97])
3024

3125
## [1.0.2] - 2025-05-28
32-
3326
### Changed
34-
3527
- Updated translations
3628
- Marked app as beta
3729

3830
### Fixed
39-
4031
- All camera buttons now rotate properly on device rotation
4132
- Buttons are now properly updated switching between photo and video modes
4233

4334
## [1.0.1] - 2024-10-19
44-
4535
### Fixed
46-
4736
- Fix app name in metadata
4837

4938
## [1.0.0] - 2024-10-19
50-
5139
### Added
52-
5340
- Initial release
5441

55-
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.0.4...HEAD
42+
[#97]: https://github.com/FossifyOrg/Camera/issues/97
43+
44+
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.1.0...HEAD
45+
[1.1.0]: https://github.com/FossifyOrg/Camera/compare/1.0.4...1.1.0
5646
[1.0.4]: https://github.com/FossifyOrg/Camera/compare/1.0.3...1.0.4
5747
[1.0.3]: https://github.com/FossifyOrg/Camera/compare/1.0.2...1.0.3
5848
[1.0.2]: https://github.com/FossifyOrg/Camera/compare/1.0.1...1.0.2
5949
[1.0.1]: https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1
6050
[1.0.0]: https://github.com/FossifyOrg/Camera/releases/tag/1.0.0
61-
62-
[#97]: https://github.com/FossifyOrg/Camera/issues/97
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changed:
2+
3+
• Preference category labels now use sentence case
4+
• Updated translations
5+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
1111
android.nonTransitiveRClass=true
1212

1313
# Versioning
14-
VERSION_NAME=1.0.4
15-
VERSION_CODE=5
14+
VERSION_NAME=1.1.0
15+
VERSION_CODE=6
1616
APP_ID=org.fossify.camera

0 commit comments

Comments
 (0)