chore: bump version

This commit is contained in:
relikd
2025-10-26 22:50:30 +01:00
parent c14af92289
commit bdf9d11853
3 changed files with 14 additions and 7 deletions

View File

@@ -8,6 +8,12 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
## [Unreleased] ## [Unreleased]
## [1.4.1] 2025-10-26
### Added
- Notifications
- New app icon
## [1.4.1] 2025-07-29 ## [1.4.1] 2025-07-29
### Fixed ### Fixed
- Re-compiled because previous certificate was revoked (again!) - 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 Initial release
[Unreleased]: https://github.com/relikd/baRSS/compare/v1.4.1...HEAD [Unreleased]: https://github.com/relikd/baRSS/compare/v1.5.0...HEAD
[1.4.0]: https://github.com/relikd/baRSS/compare/v1.4.0...v1.4.1 [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.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.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 [1.3.1]: https://github.com/relikd/baRSS/compare/v1.3.0...v1.3.1

View File

@@ -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) - [ ] Automatically choose best update interval (e.g., avg)
- [ ] Sync with online services - [ ] Sync with online services
- [ ] Feeds with authentication - [ ] Feeds with authentication
- [ ] Notification Center - [x] Notification Center
- [ ] Distraction Mode - [ ] Distraction Mode
- [ ] Distract less: Sleep timer. (e.g., disable updates during working hours) - [ ] Distract less: Sleep timer. (e.g., disable updates during working hours)
- [ ] Distract more: Automatically open feed items - [ ] Distract more: Automatically open feed items

View File

@@ -805,7 +805,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 16650; CURRENT_PROJECT_VERSION = 16668;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = UY657LKNHJ; DEVELOPMENT_TEAM = UY657LKNHJ;
@@ -823,7 +823,7 @@
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14; MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.4.1; MARKETING_VERSION = 1.5.0;
MTL_ENABLE_DEBUG_INFO = YES; MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx; SDKROOT = macosx;
@@ -866,7 +866,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 16650; CURRENT_PROJECT_VERSION = 16668;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = UY657LKNHJ; DEVELOPMENT_TEAM = UY657LKNHJ;
@@ -881,7 +881,7 @@
GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14; MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.4.1; MARKETING_VERSION = 1.5.0;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx; SDKROOT = macosx;
}; };