Skip to content

Commit d7b7ecf

Browse files
authored
chore(release): prepare release v1.3.0 (#583)
* docs(changelog): update changelog * chore(release): create fastlane changelog for 1.3.0 * chore(release): bump app version 1.3.0 (7)
2 parents 553d73d + 5c4cb2a commit d7b7ecf

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.0] - 2025-05-13
11+
12+
### Added
13+
14+
- Support for setting event visibility ([#148])
15+
- Option to hide date header in event list widget ([#484])
16+
- Holidays for Bangladesh
17+
1018
### Changed
1119

1220
- Updated some in-app icons for consistency ([#567])
21+
- Updated translations
22+
- Updated holiday data
23+
24+
### Fixed
25+
26+
- Addressed a glitch when long pressing in quick filter
27+
- Fixed age calculation for birthdays from private contacts ([#196])
28+
- Fixed incorrect time in some events imported via ICS files ([#262])
29+
- Fixed "Go to today" button in weekly view ([#551])
1330

1431
## [1.2.0] - 2025-01-26
1532

@@ -89,12 +106,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89106

90107
- Initial release
91108

92-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.2.0...HEAD
109+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.3.0...HEAD
110+
[1.3.0]: https://github.com/FossifyOrg/Calendar/compare/1.2.0...1.3.0
93111
[1.2.0]: https://github.com/FossifyOrg/Calendar/compare/1.1.0...1.2.0
94112
[1.1.0]: https://github.com/FossifyOrg/Calendar/compare/1.0.3...1.1.0
95113
[1.0.3]: https://github.com/FossifyOrg/Calendar/compare/1.0.2...1.0.3
96114
[1.0.2]: https://github.com/FossifyOrg/Calendar/compare/1.0.1...1.0.2
97115
[1.0.1]: https://github.com/FossifyOrg/Calendar/compare/1.0.0...1.0.1
98116
[1.0.0]: https://github.com/FossifyOrg/Calendar/releases/tag/1.0.0
99117

118+
[#148]: https://github.com/FossifyOrg/Calendar/issues/148
119+
[#196]: https://github.com/FossifyOrg/Calendar/issues/196
120+
[#262]: https://github.com/FossifyOrg/Calendar/issues/262
121+
[#484]: https://github.com/FossifyOrg/Calendar/issues/484
122+
[#551]: https://github.com/FossifyOrg/Calendar/issues/551
100123
[#567]: https://github.com/FossifyOrg/Calendar/issues/567
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Added:
2+
3+
• Support for setting event visibility
4+
• Option to hide date header in event list widget
5+
• Holidays for Bangladesh
6+
7+
Changed:
8+
9+
• Updated some in-app icons for consistency
10+
• Updated translations
11+
• Updated holiday data
12+
13+
Fixed:
14+
15+
• Addressed a glitch when long pressing in quick filter
16+
• Fixed age calculation for birthdays from private contacts
17+
• Fixed incorrect time in some events imported via ICS files
18+
• Fixed "Go to today" button in weekly view

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ app-build-javaVersion = "VERSION_17"
2424
app-build-kotlinJVMTarget = "17"
2525
#versioning
2626
app-version-appId = "org.fossify.calendar"
27-
app-version-versionCode = "6"
28-
app-version-versionName = "1.2.0"
27+
app-version-versionCode = "7"
28+
app-version-versionName = "1.3.0"
2929
[libraries]
3030
#Android X
3131
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }

0 commit comments

Comments
 (0)