chore: bump version

This commit is contained in:
relikd
2025-07-21 00:57:08 +02:00
parent 060f538240
commit f2bdc5b555
3 changed files with 17 additions and 6 deletions

View File

@@ -8,6 +8,15 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
## [Unreleased] ## [Unreleased]
## [1.3.1] 2025-07-21
### Fixed
- *Status Bar Menu:* Always recreate main menu (hopefully fixes #13)
- *Status Bar Menu:* Keyboard navigation over alternate items ("Open a few") (fixes #15)
- *Status Bar Menu:* Alternate item ("Open a few") was displayed as normal menu item
- *UI:* Welcome message was displayed at the bottom left corner
- Update Xcode build flags
## [1.3.0] 2025-06-24 ## [1.3.0] 2025-06-24
### Added ### Added
- *Adding feed:* Regex Converter for websites without RSS feed (hold down option key during edit) - *Adding feed:* Regex Converter for websites without RSS feed (hold down option key during edit)
@@ -187,7 +196,8 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
Initial release Initial release
[Unreleased]: https://github.com/relikd/baRSS/compare/v1.3.0...HEAD [Unreleased]: https://github.com/relikd/baRSS/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/relikd/baRSS/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/relikd/baRSS/compare/v1.2.3...v1.3.0 [1.3.0]: https://github.com/relikd/baRSS/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/relikd/baRSS/compare/v1.2.2...v1.2.3 [1.2.3]: https://github.com/relikd/baRSS/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/relikd/baRSS/compare/v1.2.1...v1.2.2 [1.2.2]: https://github.com/relikd/baRSS/compare/v1.2.1...v1.2.2

View File

@@ -1,4 +1,4 @@
[![macOS 10.12+](https://img.shields.io/badge/macOS-10.12+-888)](#download--install) [![macOS 10.13+](https://img.shields.io/badge/macOS-10.13+-888)](#download--install)
[![Current release](https://img.shields.io/github/release/relikd/baRSS)](https://github.com/relikd/baRSS/releases) [![Current release](https://img.shields.io/github/release/relikd/baRSS)](https://github.com/relikd/baRSS/releases)
[![All downloads](https://img.shields.io/github/downloads/relikd/baRSS/total)](https://github.com/relikd/baRSS/releases) [![All downloads](https://img.shields.io/github/downloads/relikd/baRSS/total)](https://github.com/relikd/baRSS/releases)
[![GitHub license](https://img.shields.io/github/license/relikd/baRSS)](LICENSE) [![GitHub license](https://img.shields.io/github/license/relikd/baRSS)](LICENSE)
@@ -35,7 +35,7 @@ Further, tuning the update frequently will decrease the traffic even more.
Download & Install Download & Install
------------------ ------------------
Requires macOS Sierra (10.12) or higher. Requires macOS High Sierra (10.13) or higher.
### Easy way ### Easy way
Go to [releases](https://github.com/relikd/baRSS/releases) and downloaded the latest version. Go to [releases](https://github.com/relikd/baRSS/releases) and downloaded the latest version.
@@ -69,7 +69,8 @@ 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` `System Preferences > User > Login Items` (macOS 10-12)
`System Preferences > General > Login Items & Extensions` (macOS 13+)
### UI options ### UI options

View File

@@ -45,7 +45,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.3.0</string> <string>1.3.1</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
@@ -70,7 +70,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>15681</string> <string>15899</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.news</string> <string>public.app-category.news</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>