Skip to content

Commit 05ec6ae

Browse files
chore(release): v1.5.0 (9) (#685)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 07297ce commit 05ec6ae

File tree

4 files changed

+31
-45
lines changed

4 files changed

+31
-45
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.4.0
2+
1.5.0

CHANGELOG.md

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,107 @@
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.5.0] - 2025-07-22
1010
### Added
11-
1211
- Holidays for Guatemala ([#682])
1312

1413
### Changed
15-
1614
- Updated translations
1715

1816
### Fixed
19-
2017
- Audio stream preference now works correctly ([#394])
2118
- Fixed "today" highlight alignment in month view ([#603])
2219

2320
## [1.4.0] - 2025-07-05
24-
2521
### Added
26-
2722
- Holidays for Vietnam ([#613])
2823
- Holidays for Hong Kong ([#574])
2924

3025
### Changed
31-
3226
- Updated translations
3327

3428
## [1.3.0] - 2025-05-13
35-
3629
### Added
37-
3830
- Support for setting event visibility ([#148])
3931
- Option to hide date header in event list widget ([#484])
4032
- Holidays for Bangladesh
4133

4234
### Changed
43-
4435
- Updated some in-app icons for consistency ([#567])
4536
- Updated translations
4637
- Updated holiday data
4738

4839
### Fixed
49-
5040
- Addressed a glitch when long pressing in quick filter
5141
- Fixed age calculation for birthdays from private contacts ([#196])
5242
- Fixed incorrect time in some events imported via ICS files ([#262])
5343
- Fixed "Go to today" button in weekly view ([#551])
5444

5545
## [1.2.0] - 2025-01-26
56-
5746
### Added
58-
5947
- Added ability to export event colors in ICS files (#188)
6048
- Added ability to quickly filter calendars on long press (#309)
6149
- Added state-specific and optional holidays (#379, #413)
6250

6351
### Changed
64-
6552
- Other minor bug fixes and improvements
6653
- Added more translations
6754

6855
### Fixed
69-
7056
- Fixed issue with "Mark completed" notification button (#156)
7157
- Fixed cut-off text in month view on some devices (#265)
7258
- Fixed broken weekly repetition in some timezones (#408)
7359
- Fixed "Mark completed" button color in black & white theme (#357)
7460
- Fixed invisible attendee suggestions (#41)
7561

7662
## [1.1.0] - 2024-11-15
77-
7863
### Added
79-
8064
- Added support for event status
8165

8266
### Changed
83-
8467
- Replaced checkboxes with switches
8568
- Other minor bug fixes and improvements
8669
- Added more translations
8770

88-
### Fixed
71+
### Removed
72+
- Removed support for Android 7 and older versions
8973

74+
### Fixed
9075
- Resolved issue with multi-day all-day events not displaying on the top bar
9176
- Fixed task opening functionality from widgets
9277
- Fixed resizing issue in date widget
9378
- Fixed opacity for incomplete tasks in widgets
9479
- Fixed spanish translation for saturday.
9580

96-
### Removed
97-
98-
- Removed support for Android 7 and older versions
99-
10081
## [1.0.3] - 2024-03-12
101-
10282
### Changed
103-
10483
- Highlight weekends in print mode.
10584
- Updated holidays for some countries.
10685
- Added some translations.
10786

10887
### Fixed
109-
11088
- Fixed month view issue on Google Pixel 8 Pro.
11189
- Fixed event color dots on monthly and daily view.
11290
- Fixed incorrect timezone when import ICS files.
11391

11492
## [1.0.2] - 2024-01-02
115-
11693
### Fixed
117-
11894
- Fixed import compatibility with Simple Calendar.
11995
- Fixed foss flavor configuration.
12096

12197
## [1.0.1] - 2024-01-02
122-
12398
### Fixed
124-
12599
- Fixed import compatibility with Simple Calendar.
126100

127101
## [1.0.0] - 2024-01-01
128-
129102
### Added
130-
131103
- Initial release
132104

133-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.4.0...HEAD
134-
[1.4.0]: https://github.com/FossifyOrg/Calendar/compare/1.3.0...1.4.0
135-
[1.3.0]: https://github.com/FossifyOrg/Calendar/compare/1.2.0...1.3.0
136-
[1.2.0]: https://github.com/FossifyOrg/Calendar/compare/1.1.0...1.2.0
137-
[1.1.0]: https://github.com/FossifyOrg/Calendar/compare/1.0.3...1.1.0
138-
[1.0.3]: https://github.com/FossifyOrg/Calendar/compare/1.0.2...1.0.3
139-
[1.0.2]: https://github.com/FossifyOrg/Calendar/compare/1.0.1...1.0.2
140-
[1.0.1]: https://github.com/FossifyOrg/Calendar/compare/1.0.0...1.0.1
141-
[1.0.0]: https://github.com/FossifyOrg/Calendar/releases/tag/1.0.0
142-
143105
[#148]: https://github.com/FossifyOrg/Calendar/issues/148
144106
[#196]: https://github.com/FossifyOrg/Calendar/issues/196
145107
[#262]: https://github.com/FossifyOrg/Calendar/issues/262
@@ -151,3 +113,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151113
[#603]: https://github.com/FossifyOrg/Calendar/issues/603
152114
[#613]: https://github.com/FossifyOrg/Calendar/issues/613
153115
[#682]: https://github.com/FossifyOrg/Calendar/issues/682
116+
117+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.5.0...HEAD
118+
[1.5.0]: https://github.com/FossifyOrg/Calendar/compare/1.4.0...1.5.0
119+
[1.4.0]: https://github.com/FossifyOrg/Calendar/compare/1.3.0...1.4.0
120+
[1.3.0]: https://github.com/FossifyOrg/Calendar/compare/1.2.0...1.3.0
121+
[1.2.0]: https://github.com/FossifyOrg/Calendar/compare/1.1.0...1.2.0
122+
[1.1.0]: https://github.com/FossifyOrg/Calendar/compare/1.0.3...1.1.0
123+
[1.0.3]: https://github.com/FossifyOrg/Calendar/compare/1.0.2...1.0.3
124+
[1.0.2]: https://github.com/FossifyOrg/Calendar/compare/1.0.1...1.0.2
125+
[1.0.1]: https://github.com/FossifyOrg/Calendar/compare/1.0.0...1.0.1
126+
[1.0.0]: https://github.com/FossifyOrg/Calendar/releases/tag/1.0.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Holidays for Guatemala
4+
5+
Changed:
6+
7+
• Updated translations
8+
9+
Fixed:
10+
11+
• Audio stream preference now works correctly
12+
• Fixed "today" highlight alignment in month view
13+

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.4.0
7-
VERSION_CODE=8
6+
VERSION_NAME=1.5.0
7+
VERSION_CODE=9
88
APP_ID=org.fossify.calendar

0 commit comments

Comments
 (0)