docs(changelog): finalize v0.4.26 release notes

This commit is contained in:
h3p 2026-02-18 23:59:27 +01:00
parent 0b67624cd1
commit 8cbc89bb54
2 changed files with 6 additions and 5 deletions

View file

@ -7,13 +7,14 @@ The format follows *Keep a Changelog*. Versions use semantic versioning with pre
## [v0.4.26] - 2026-02-18
### Added
- TODO
- Added a dedicated macOS translucency strength setting (`Light`, `Medium`, `Strong`) without changing the existing translucency toggle behavior.
### Improved
- TODO
- Improved iOS Settings navigation order by placing `More` before `AI` and defaulting the `More` page to `Support` first.
- Improved macOS translucency consistency by keeping window chrome layout stable when toggling translucency.
### Fixed
- TODO
- Fixed macOS release/preflight build failures by including the shared `GlassSurface` UI component in tracked project sources.
## [v0.4.25] - 2026-02-18

View file

@ -358,7 +358,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 268;
CURRENT_PROJECT_VERSION = 269;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;
@ -439,7 +439,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 268;
CURRENT_PROJECT_VERSION = 269;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;