Skip to content

Commit bb41bac

Browse files
authored
chore(release): v1.0.2 (3) (#89)
* docs: label app as beta * docs: update changelog * chore(release): bump app version to 1.0.2 (3)
1 parent 2790c8a commit bb41bac

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2025-05-28
11+
12+
### Changed
13+
14+
- Updated translations
15+
- Marked app as beta
16+
17+
### Fixed
18+
19+
- All camera buttons now rotate properly on device rotation
20+
- Buttons are now properly updated switching between photo and video modes
21+
1022
## [1.0.1] - 2024-10-19
1123

1224
### Fixed
25+
1326
- Fix app name in metadata
1427

1528
## [1.0.0] - 2024-10-19
1629

1730
### Added
31+
1832
- Initial release
1933

20-
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.0.1...HEAD
34+
[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.0.2...HEAD
35+
[1.0.2]: https://github.com/FossifyOrg/Camera/compare/1.0.1...1.0.2
2136
[1.0.1]: https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1
2237
[1.0.0]: https://github.com/FossifyOrg/Camera/releases/tag/1.0.0
2338

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changed:
2+
3+
• Updated translations
4+
• Marked app as beta
5+
6+
Fixed:
7+
8+
• All camera buttons now rotate properly on device rotation
9+
• Buttons are now properly updated switching between photo and video modes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fossify Camera
1+
Fossify Camera Beta

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.1
15-
VERSION_CODE=2
14+
VERSION_NAME=1.0.2
15+
VERSION_CODE=3
1616
APP_ID=org.fossify.camera

0 commit comments

Comments
 (0)