chore: bump version

This commit is contained in:
relikd
2026-01-11 19:36:15 +01:00
parent a08898311c
commit 26f95c2b13
2 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.6.1] 2026-01-11
### Fixed
- Reschedule update timer after changing the refresh interval of a feed
- Reschedule update timer after system sleep (fixes #26)
## [1.6.0] 2025-12-13 ## [1.6.0] 2025-12-13
### Added ### Added
- *UI:* Limit content length for article tooltips. (fixes #25) - *UI:* Limit content length for article tooltips. (fixes #25)
@@ -261,6 +267,7 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
Initial release Initial release
[1.6.1]: https://github.com/relikd/baRSS/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/relikd/baRSS/compare/v1.5.5...v1.6.0 [1.6.0]: https://github.com/relikd/baRSS/compare/v1.5.5...v1.6.0
[1.5.5]: https://github.com/relikd/baRSS/compare/v1.5.4...v1.5.5 [1.5.5]: https://github.com/relikd/baRSS/compare/v1.5.4...v1.5.5
[1.5.4]: https://github.com/relikd/baRSS/compare/v1.5.3...v1.5.4 [1.5.4]: https://github.com/relikd/baRSS/compare/v1.5.3...v1.5.4

View File

@@ -6,7 +6,7 @@ CODE_SIGN_IDENTITY = Apple Development
ENABLE_HARDENED_RUNTIME = YES ENABLE_HARDENED_RUNTIME = YES
MACOSX_DEPLOYMENT_TARGET = 10.14 MACOSX_DEPLOYMENT_TARGET = 10.14
MARKETING_VERSION = 1.6.0 MARKETING_VERSION = 1.6.1
PRODUCT_NAME = baRSS PRODUCT_NAME = baRSS
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS
CURRENT_PROJECT_VERSION = 17752 CURRENT_PROJECT_VERSION = 17772