mirror of
https://github.com/FossifyOrg/Calendar.git
synced 2026-04-20 14:08:20 -04:00
chore(release): v1.10.4 (21)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.10.3
|
||||
1.10.4
|
||||
|
||||
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.10.4] - 2026-04-15
|
||||
### Changed
|
||||
- Updated holiday data
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed event text readability on colored backgrounds ([#1065])
|
||||
@@ -244,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#1024]: https://github.com/FossifyOrg/Calendar/issues/1024
|
||||
[#1065]: https://github.com/FossifyOrg/Calendar/issues/1065
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.4...HEAD
|
||||
[1.10.4]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...1.10.4
|
||||
[1.10.3]: https://github.com/FossifyOrg/Calendar/compare/1.10.2...1.10.3
|
||||
[1.10.2]: https://github.com/FossifyOrg/Calendar/compare/1.10.1...1.10.2
|
||||
[1.10.1]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...1.10.1
|
||||
|
||||
9
fastlane/metadata/android/en-US/changelogs/21.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/21.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Changed:
|
||||
|
||||
• Updated holiday data
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed event text readability on colored backgrounds
|
||||
|
||||
@@ -3,6 +3,6 @@ android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.10.3
|
||||
VERSION_CODE=20
|
||||
VERSION_NAME=1.10.4
|
||||
VERSION_CODE=21
|
||||
APP_ID=org.fossify.calendar
|
||||
|
||||
Reference in New Issue
Block a user