mirror of
https://github.com/FossifyOrg/Calendar.git
synced 2025-12-23 23:59:23 -05:00
chore(release): v1.7.0 (13) (#814)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.6.2
|
||||
1.7.0
|
||||
|
||||
@@ -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.7.0] - 2025-10-16
|
||||
### Changed
|
||||
- Events shown in adjacent months are no longer dimmed ([#808])
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed missing email notifications for attendees in some cases ([#135])
|
||||
@@ -163,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#808]: https://github.com/FossifyOrg/Calendar/issues/808
|
||||
[#818]: https://github.com/FossifyOrg/Calendar/issues/818
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.6.2...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.7.0...HEAD
|
||||
[1.7.0]: https://github.com/FossifyOrg/Calendar/compare/1.6.2...1.7.0
|
||||
[1.6.2]: https://github.com/FossifyOrg/Calendar/compare/1.6.1...1.6.2
|
||||
[1.6.1]: https://github.com/FossifyOrg/Calendar/compare/1.6.0...1.6.1
|
||||
[1.6.0]: https://github.com/FossifyOrg/Calendar/compare/1.5.0...1.6.0
|
||||
|
||||
10
fastlane/metadata/android/en-US/changelogs/13.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/13.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Changed:
|
||||
|
||||
• Events shown in adjacent months are no longer dimmed
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed missing email notifications for attendees in some cases
|
||||
• Fixed missing attendees list when using some specific providers
|
||||
|
||||
@@ -3,6 +3,6 @@ android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.6.2
|
||||
VERSION_CODE=12
|
||||
VERSION_NAME=1.7.0
|
||||
VERSION_CODE=13
|
||||
APP_ID=org.fossify.calendar
|
||||
|
||||
Reference in New Issue
Block a user