From 6cc3a9354776742fe2a042f4064618178ccbcb05 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Fri, 12 Jun 2026 18:54:35 +0300 Subject: [PATCH] chore: update unreleased changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70ee2cc..af8c27e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Security: LAN and remote browser access now require a UI password before the server will start. +- Desktop: if LAN access was enabled without a password, the app now starts locally and asks for a password before turning LAN access back on. +- Git: worktree status and commit integration now use dedicated Git actions behind the scenes. + ## [1.12.4] - 2026-06-11 - Chat: added `/handoff-review` to open a linked review session for the current workspace changes, with actions to send review feedback and implementation replies between the sessions.