docs: update changelog for macOS rpath fix

This commit is contained in:
Peter Steinberger
2026-01-01 17:44:53 +01:00
parent 02d5c00873
commit 4e00edf8a7

View File

@@ -20,6 +20,7 @@
### Fixes
- macOS codesign: skip hardened runtime for ad-hoc signing and avoid empty options args (#70) — thanks @petter-b
- macOS packaging: move rpath config into swift build for reliability (#69) — thanks @petter-b
- macOS: prioritize main bundle for device resources to prevent crash (#73) — thanks @petter-b
- Chat UI: clear composer input immediately and allow clear while editing to prevent duplicate sends (#72) — thanks @hrdwdmrbl
- Docs: add manual OAuth setup for remote/headless deployments (#67) — thanks @wstock