From 4864208754083cb8e66e98399dfc9e670385b045 Mon Sep 17 00:00:00 2001 From: relikd Date: Sat, 13 Dec 2025 00:21:59 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 17 +++++++++++++++++ Config.xcconfig | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5917455..75c8e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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). +## [1.6.0] – 2025-12-13 +### Added +- *UI:* Limit content length for article tooltips. (fixes #25) +- *Settings, Appearance:* Revamped appearance options v2. (thanks @Shnub) +- *Settings, Appearance:* New GUI options for previously CLI-only options. Modify display limits directly in settings. + +### Fixed +- *Status Bar Menu:* Uniform capitalization for all menu items. +- *Status Bar Menu:* Setting the "Open a few"-limit to zero, hides the button altogether. +- *Settings, Appearance:* Pixel-perfect alignment of all drawable icons. +- *UI:* Accessibility hints for appearance options generate better VoiceOver output. + +### Changed +- *UI:* "Show Hidden Article" renamed to "Show hidden feeds". + + ## [1.5.5] – 2025-12-03 ### Added - *Settings, Appearance:* Improved tooltips on individual options @@ -245,6 +261,7 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release +[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.4]: https://github.com/relikd/baRSS/compare/v1.5.3...v1.5.4 [1.5.3]: https://github.com/relikd/baRSS/compare/v1.5.2...v1.5.3 diff --git a/Config.xcconfig b/Config.xcconfig index 8232e14..6cd4ced 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -6,7 +6,7 @@ CODE_SIGN_IDENTITY = Apple Development ENABLE_HARDENED_RUNTIME = YES MACOSX_DEPLOYMENT_TARGET = 10.14 -MARKETING_VERSION = 1.5.5 +MARKETING_VERSION = 1.6.0 PRODUCT_NAME = baRSS PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS -CURRENT_PROJECT_VERSION = 16970 +CURRENT_PROJECT_VERSION = 17752