diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f4b85..5c9286a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [1.4.1] – 2025-10-26 +### Added +- Notifications +- New app icon + + ## [1.4.1] – 2025-07-29 ### Fixed - Re-compiled because previous certificate was revoked (again!) @@ -213,8 +219,9 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2 Initial release -[Unreleased]: https://github.com/relikd/baRSS/compare/v1.4.1...HEAD -[1.4.0]: https://github.com/relikd/baRSS/compare/v1.4.0...v1.4.1 +[Unreleased]: https://github.com/relikd/baRSS/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/relikd/baRSS/compare/v1.4.1...v1.5.0 +[1.4.1]: https://github.com/relikd/baRSS/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/relikd/baRSS/compare/v1.3.2...v1.4.0 [1.3.2]: https://github.com/relikd/baRSS/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/relikd/baRSS/compare/v1.3.0...v1.3.1 diff --git a/README.md b/README.md index 3975929..2e55e7b 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ The following list is a collection of ideas that may be added if people request - [ ] Automatically choose best update interval (e.g., avg) - [ ] Sync with online services - [ ] Feeds with authentication -- [ ] Notification Center +- [x] Notification Center - [ ] Distraction Mode - [ ] Distract less: Sleep timer. (e.g., disable updates during working hours) - [ ] Distract more: Automatically open feed items diff --git a/baRSS.xcodeproj/project.pbxproj b/baRSS.xcodeproj/project.pbxproj index 61d9544..0a61aa3 100644 --- a/baRSS.xcodeproj/project.pbxproj +++ b/baRSS.xcodeproj/project.pbxproj @@ -805,7 +805,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 16650; + CURRENT_PROJECT_VERSION = 16668; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = UY657LKNHJ; @@ -823,7 +823,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.5.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; @@ -866,7 +866,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 16650; + CURRENT_PROJECT_VERSION = 16668; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = UY657LKNHJ; @@ -881,7 +881,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.4.1; + MARKETING_VERSION = 1.5.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; };