chore: bump version
This commit is contained in:
@@ -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.5.4] – 2025-12-02
|
||||||
|
### Added
|
||||||
|
- *UI:* Tooltip explanation for all appearance settings
|
||||||
|
- *Status Bar Menu:* Hold down option key before opening the menu bar icon to show hidden articles (if option "Show only unread" is active)
|
||||||
|
|
||||||
|
|
||||||
## [1.5.3] – 2025-10-29
|
## [1.5.3] – 2025-10-29
|
||||||
### Fixed
|
### Fixed
|
||||||
- *Notifications:* Use user-provided feed title instead of server provided title
|
- *Notifications:* Use user-provided feed title instead of server provided title
|
||||||
@@ -230,6 +236,7 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
|
|||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
|
|
||||||
|
[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
|
[1.5.3]: https://github.com/relikd/baRSS/compare/v1.5.2...v1.5.3
|
||||||
[1.5.2]: https://github.com/relikd/baRSS/compare/v1.5.1...v1.5.2
|
[1.5.2]: https://github.com/relikd/baRSS/compare/v1.5.1...v1.5.2
|
||||||
[1.5.1]: https://github.com/relikd/baRSS/compare/v1.5.0...v1.5.1
|
[1.5.1]: https://github.com/relikd/baRSS/compare/v1.5.0...v1.5.1
|
||||||
|
|||||||
@@ -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.5.3
|
MARKETING_VERSION = 1.5.4
|
||||||
PRODUCT_NAME = baRSS
|
PRODUCT_NAME = baRSS
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS
|
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.baRSS
|
||||||
CURRENT_PROJECT_VERSION = 16811
|
CURRENT_PROJECT_VERSION = 16894
|
||||||
|
|||||||
@@ -69,19 +69,24 @@ Hidden options
|
|||||||
baRSS has no option to launch it on start.
|
baRSS has no option to launch it on start.
|
||||||
However, you can still add the application to auto boot by adding it to the system login items:
|
However, you can still add the application to auto boot by adding it to the system login items:
|
||||||
|
|
||||||
`System Preferences > User > Login Items` (macOS 10-12)
|
`System Preferences > User > Login Items` (macOS 10.x-12)
|
||||||
`System Preferences > General > Login Items & Extensions` (macOS 13+)
|
`System Preferences > General > Login Items & Extensions` (macOS 13+)
|
||||||
|
|
||||||
|
|
||||||
### UI options
|
### UI options
|
||||||
|
|
||||||
1. If you hold down the option key and click on an article item, you can mark a single item (un-)read without opening it.
|
1. If you hold down the option key and click on an article item, you can mark a single item (un-)read without opening it.
|
||||||
|
I am still searching for a way to keep the menu open after click (if you know of a way, let me know!).
|
||||||
|
|
||||||
2. To add websites without RSS feed you can use the regex converter.
|
2. To add websites without RSS feed you can use the regex converter.
|
||||||
Hold down the option key in the feed edit modal and click the red regex button.
|
Hold down the option key in the feed edit modal and click the red regex button.
|
||||||
Though, admittedly, this is for experts only.
|
Though, admittedly, this is for experts only.
|
||||||
I still have to find a nice user-friendly way to achieve this.
|
I still have to find a nice user-friendly way to achieve this.
|
||||||
|
|
||||||
|
3. The option “Show only unread” will hide all items which have been read.
|
||||||
|
You can hold down option key before opening the menu bar icon to show hidden articles regardless.
|
||||||
|
This is a nice way to quickly lookup a hidden article without going into settings and twiddling with the checkbox.
|
||||||
|
|
||||||
|
|
||||||
### CLI options
|
### CLI options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user