chore: update changelogs with recent enhancements and fixes across GitHub, Sessions, Chat, and Docs (#644)
This commit is contained in:
committed by
GitHub
parent
63f1698cdd
commit
d969ff4af1
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- GitHub: improved pull request status tracking and refresh behavior, so PR state stays more accurate in active workflows.
|
||||
- Sessions: worktrees with active sessions now surface earlier in the sidebar, making it faster to jump back into in-progress work (thanks to @GhostFlying).
|
||||
- Chat: fixed narrow-layout send behavior for modified Enter shortcuts, so keyboard sending is more reliable in compact views (thanks to @eengad).
|
||||
- Chat: fixed queue-button behavior and focus-mode composer sizing, keeping input controls reachable in long prompts (thanks to @shekohex).
|
||||
- Projects: project action inputs now submit with Enter for a quicker run flow (thanks to @DocterZed).
|
||||
- Desktop/Settings: added a spell-check toggle so you can choose whether inline spelling assistance is enabled while typing (thanks to @DocterZed).
|
||||
- Mobile/PWA: install metadata now honors orientation lock more consistently, improving expected behavior on rotation-restricted devices (thanks to @atgehrhardt).
|
||||
- Docs: refreshed project documentation and security guidance to make setup and onboarding easier.
|
||||
|
||||
## [1.8.5] - 2026-03-04
|
||||
|
||||
- Desktop: startup now opens the app shell much earlier while background services continue loading, so the app feels ready faster after launch.
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"endpoints": [
|
||||
"https://github.com/btriapitsyn/openchamber/releases/latest/download/latest.json"
|
||||
],
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU0NjI5NDJGNEU0QzFEMTYKUldRV0hVeE9MNVJpNUdRemdsbm8wQ2YxQkU4KzBOOEg3TkpXZzIzb244N3Y0R3I4N2FtUk1NMUEK"
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwRDMyQUQzNjNFRTc1ODIKUldTQ2RlNWoweXJUSUdpVWVWNm84R1pHamYzNVFhYWgyWmlpWFVzem5nUTlHd1dlRlNTV0FFc3IK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## [Unreleased]
|
||||
|
||||
- Sessions: worktrees with active chats are now prioritized in the sidebar, so in-progress work is easier to resume (thanks to @GhostFlying).
|
||||
- Chat: fixed modified Enter send shortcuts in narrow layouts, so Ctrl/Cmd+Enter send works more consistently when the panel is compact (thanks to @eengad).
|
||||
- Chat: fixed queue button behavior and focus-mode composer sizing so input actions stay visible during longer prompts (thanks to @shekohex).
|
||||
- Reliability: improved session sidebar stability during heavy session switching and background status updates.
|
||||
- Docs: updated extension setup and security docs for clearer onboarding and usage guidance.
|
||||
|
||||
## [1.8.5] - 2026-03-04
|
||||
|
||||
- Chat/Files: edit-style tool results now open in a VS Code diff editor with focus on the first changed line, making review and follow-up edits much faster.
|
||||
|
||||
Reference in New Issue
Block a user