v2.5.2: Favourites stale script fix Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
docs: document the Quick Bar show/hide hotkey for v2.5.1 - Changelog.md — v2.5.1 summary row - User-Guide.md — keyboard shortcut row, new "Show/hide hotkey" section, right-click menu note - Settings.md — Quick Bar tab settings rows and a Show / Hide Hotkey subsection - File-Reference.md — new QuickBar_* functions, AppState and Settings fields, Settings_ClampHotkey, HOTKEY_QBAR_TOGGLE Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
docs: add Change: to required header format and fix folder list Add Change: field to the header example and header rules bullet list. Add Drawing_Document_Scripts\ and Utility_Scripts\ to the folder structure list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: update Settings — venv management and log window controls
v2.5.0 — Add venv management and log window controls to changelog, user guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add Python virtual environment instructions to Installation, Settings, and User Guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
chore: enforce CRLF line endings via .gitattributes
docs: add v2.4.5 to changelog
docs: add v2.4.4 to changelog summary table
docs: document offline script tinting behaviour (v2.4.3)
docs: add v2.4.3 to changelog summary table
Add v2.4.2 entry: thread-safety Refresh crash fix Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.4.1 — local script run fix
docs: v2.4.0 — update File-Reference for help.c header strip and paint.c editor fix Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.4.0 — help window improvements, Open in Editor fix Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.3.2 — per-token and granular path selection in Export/Import Settings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: v2.3.1 — per-item repo/dir selection in Export/Import Settings
feat: v2.3.0 — selective Export/Import Settings, Open in Editor Win10 fix Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.2.2 — extra repository sync fix
docs: v2.2.1 — open script location, open with default app, open in editor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.2.0 — script source tinting, scroll fix, output log Add v2.2.0 documentation across Changelog, User-Guide, and Settings: - Script source button tinting (warm/cool; Settings → Window checkbox) - Scroll flicker fix description - Script Output Log window (≡ Log button, Consolas, syntax highlighting, completion footers, buffered when closed, dark mode, app icon) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.1.6 — offline cache note in User-Guide
docs: v2.1.6 — offline cache setting
docs: update wiki for v2.1.5 — Escape stops script; single green highlight Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: v2.1.4 — running script green highlight Update Changelog, User-Guide, Developer-Guide, and File-Reference for the new running script green highlight feature. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: correct v2.1.2 entry — ANSI bat + GetShortPathNameW
docs: add v2.1.2 entry; update v2.1.1 to include global hotkeys
feat: v2.1.1 — document repeat-on-double-click feature Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix Installation.md: correct default Minimize to Tray behaviour Default behaviour changed to enabled in v2.0.5; update description to reflect that the app minimizes to the system tray by default and Start Minimized sends the window to the system tray (not the taskbar). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Expand Developer Guide and File Reference with missing content Developer-Guide.md: add Adding a New Setting, Adding a New Menu Item, Adding a New Dialog, Adding a New Script Source Type, and Filter and Sort System sections File-Reference.md: add missing functions (Tabs_ApplyFilter/Sort/Match, Window_ShowTrayMenu/ApplyThemeToChildren/OpenExeFolder, App_BuildAppDataPath); add ScriptMeta, SyncResult, ExtraRepo, LocalDir, SortMode/ThemeMode to Key Structs; split Constants into limits + layout tables with missing entries; add Timer IDs; expand Colour System with COL_INFO_ZONE and fixed-colour constants; fix AppState (add active_folder_name) and Settings (add qbar_target_exe) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>