Skip to content

Commit 5c3c0ba

Browse files
chore(release): v1.6.2 (12) (#778)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 18a242e commit 5c3c0ba

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
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.6.1
2+
1.6.2

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.2] - 2025-10-09
810
### Changed
9-
- Synchronized events with unspecified status are now treated as confirmed ([#761])
11+
- Synchronized events with unspecified status are now treated as confirmed ([#761])
12+
- Updated translations
1013

1114
### Fixed
1215
- Fixed event duplication when editing instances of recurring events ([#138])
@@ -144,15 +147,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144147
[#574]: https://github.com/FossifyOrg/Calendar/issues/574
145148
[#603]: https://github.com/FossifyOrg/Calendar/issues/603
146149
[#613]: https://github.com/FossifyOrg/Calendar/issues/613
147-
[#682]: https://github.com/FossifyOrg/Calendar/issues/682
148150
[#641]: https://github.com/FossifyOrg/Calendar/issues/641
151+
[#682]: https://github.com/FossifyOrg/Calendar/issues/682
149152
[#706]: https://github.com/FossifyOrg/Calendar/issues/706
150153
[#729]: https://github.com/FossifyOrg/Calendar/issues/729
151154
[#732]: https://github.com/FossifyOrg/Calendar/issues/732
152-
[#761]: http://github.com/FossifyOrg/Calendar/issues/761
153-
[#803]: https://github.com/FossifyOrg/Calendar/issues/803
155+
[#761]: https://github.com/FossifyOrg/Calendar/issues/761
154156

155-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.6.1...HEAD
157+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.6.2...HEAD
158+
[1.6.2]: https://github.com/FossifyOrg/Calendar/compare/1.6.1...1.6.2
156159
[1.6.1]: https://github.com/FossifyOrg/Calendar/compare/1.6.0...1.6.1
157160
[1.6.0]: https://github.com/FossifyOrg/Calendar/compare/1.5.0...1.6.0
158161
[1.5.0]: https://github.com/FossifyOrg/Calendar/compare/1.4.0...1.5.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Changed:
2+
3+
• Synchronized events with unspecified status are now treated as confirmed
4+
• Updated translations
5+
6+
Fixed:
7+
8+
• Fixed event duplication when editing instances of recurring events
9+
• Fixed old reminders not being removed when moving events
10+
• Fixed drag and drop copying events instead of moving them
11+
• Fixed crash when editing events with attendees
12+
• Fixed event edits being silently discarded on back press
13+
• Fixed synchronization issues when editing events in a recurring series
14+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx8192m
44

55
# Versioning
6-
VERSION_NAME=1.6.1
7-
VERSION_CODE=11
6+
VERSION_NAME=1.6.2
7+
VERSION_CODE=12
88
APP_ID=org.fossify.calendar

0 commit comments

Comments
 (0)