33All notable changes to Wind (UI Service Layer) are documented here.
44Format: [ Keep a Changelog] ( https://keepachangelog.com/ ) .
55
6- ## [ v2.1] — Q2 2026: Full Workbench Lift
6+ ## [ v2.1] - Q2 2026: Full Workbench Lift
77
88### Added
99
@@ -18,13 +18,13 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
1818- TauriMainProcessService verified: 24 VS Code IPC channels routed to Mountain
1919- ResolveConfiguration confirmed loading real Mountain paths
2020
21- ## [ v2.0] — Q1 2026: Editor Launch Sprint
21+ ## [ v2.0] - Q1 2026: Editor Launch Sprint
2222
2323### April 8-16: Tauri IPC Bridge Sprint
2424
2525#### Added
2626
27- - ` Source/Service/TauriMainProcessService.ts ` (232 lines, April 8) — IPC
27+ - ` Source/Service/TauriMainProcessService.ts ` (232 lines, April 8) - IPC
2828 routing with 24 channel routes and 14 stub channels:
2929 - Routed: localFilesystem, storage, configuration, textFile, extensions,
3030 commands, terminal, output, notification, progress, quickInput, workspaces,
@@ -35,9 +35,9 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
3535 sharedProcess, utilityProcessWorker, meteredConnection, webContentExtractor,
3636 browserElements, NativeMcpDiscoveryHelper, sandboxHelper, mcpGateway,
3737 browserViewGroup, externalTerminal
38- - ` Source/Polyfills/IPCRendererShim.ts ` (373 lines) — binary IPC protocol
38+ - ` Source/Polyfills/IPCRendererShim.ts ` (373 lines) - binary IPC protocol
3939 (created then consolidated)
40- - ` Source/Function/DevLog.ts ` (72 lines, April 9) — development logging with
40+ - ` Source/Function/DevLog.ts ` (72 lines, April 9) - development logging with
4141 short mode and fire-and-forget semantics
4242- MessageChannel for extension host IPC: Preload.ts +58 lines, init data →
4343 Initialized byte ([ 1] ) → Ready byte ([ 2] ) after 50ms
@@ -64,15 +64,15 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
6464
6565#### Added
6666
67- - ` Source/Preload.ts ` (99 lines) — Tauri/Electron bridge
68- - ` Source/Bootstrap/Types/ ` — 30+ VS Code type mirror files:
67+ - ` Source/Preload.ts ` (99 lines) - Tauri/Electron bridge
68+ - ` Source/Bootstrap/Types/ ` - 30+ VS Code type mirror files:
6969 BootstrapTypes.ts, Type/ subtree (BootstrapConfig, EnvironmentData, Mode,
7070 Platform, StageResult, etc.)
71- - ` Source/Bootstrap/Types/VSCode/ ` — VSCodeConfigurationType,
71+ - ` Source/Bootstrap/Types/VSCode/ ` - VSCodeConfigurationType,
7272 VSCodeLoggerType, VSCodeWorkbenchOptionsType
7373- TypeScript 5.9.3 → 6.0.2 upgrade (March 24)
7474
75- ## [ v1.3] — Q4 2025: Dependency Maintenance
75+ ## [ v1.3] - Q4 2025: Dependency Maintenance
7676
7777### Changed
7878
@@ -81,14 +81,14 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
8181- @effect/language-service : 0.60.x → 0.63.2
8282- No major Application/ restructures; module count stable
8383
84- ## [ v1.2] — Q3 2025: Full Stack Integration
84+ ## [ v1.2] - Q3 2025: Full Stack Integration
8585
8686### Added
8787
8888- 100+ Application service modules following Define/Implement/Problem pattern:
89- - ` Source/Application/{Service}/Define.ts ` — interface
90- - ` Source/Application/{Service}/Implement.ts ` — Effect-TS implementation
91- - ` Source/Application/{Service}/Problem.ts ` — error types
89+ - ` Source/Application/{Service}/Define.ts ` - interface
90+ - ` Source/Application/{Service}/Implement.ts ` - Effect-TS implementation
91+ - ` Source/Application/{Service}/Problem.ts ` - error types
9292- Services: Command, Configuration, Dialog, Editor, EditorGroup, File,
9393 FileSystem, Host, IPC, LanguageFeature, Logger, Marker, Notification,
9494 Policy, UntitledTextEditor, and more
@@ -100,16 +100,16 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
100100- solid-js 1.9.x stable
101101- @types/node 24.x
102102
103- ## [ v1.1] — Q2 2025: Architecture Buildout
103+ ## [ v1.1] - Q2 2025: Architecture Buildout
104104
105- ** May 30, 2025: the pivot point — Effect-TS + Application layer born.**
105+ ** May 30, 2025: the pivot point - Effect-TS + Application layer born.**
106106
107107### Added
108108
109- - ` Source/Effect/ ` directory — Effect-TS service composition layer
110- - ` Source/Application/ ` directory — 50+ service modules (Dialog, FileDialog,
109+ - ` Source/Effect/ ` directory - Effect-TS service composition layer
110+ - ` Source/Application/ ` directory - 50+ service modules (Dialog, FileDialog,
111111 etc.) with Effect-TS-driven patterns
112- - ` Source/Configuration/ESBuild/ ` — build config restructure
112+ - ` Source/Configuration/ESBuild/ ` - build config restructure
113113- effect, @effect/platform , @effect/experimental , @effect/language-service
114114 dependencies
115115
@@ -118,7 +118,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
118118- Source/Element/Preview.scss
119119- SolidJS evaluation concluded
120120
121- ## [ v1.0] — Q1 2025: Integration Phase
121+ ## [ v1.0] - Q1 2025: Integration Phase
122122
123123### Changed
124124
@@ -127,7 +127,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
127127- CODE_OF_CONDUCT.md, CONTRIBUTING.md governance refresh
128128- Target gen/delete cycles (CI/CD integration testing)
129129
130- ## [ v0.2] — Q4 2024: Architecture Solidification
130+ ## [ v0.2] - Q4 2024: Architecture Solidification
131131
132132### Added
133133
@@ -141,7 +141,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
141141- solid-devtools: 0.31.2 → 0.31.7
142142- CSS custom properties: ` --Mute ` action-form convention
143143
144- ## [ v0.1] — Q3 2024: Rapid Development
144+ ## [ v0.1] - Q3 2024: Rapid Development
145145
146146### Changed
147147
@@ -151,18 +151,18 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
151151- @playform/build : 0.1.2 → 0.1.7
152152- No new architectural folders; pure refinement
153153
154- ## [ v0.0] — Q2 2024: Project Inception
154+ ## [ v0.0] - Q2 2024: Project Inception
155155
156156### Added
157157
158- - ` Source/Context/ ` — React-style context primitives (Action, Connection,
158+ - ` Source/Context/ ` - React-style context primitives (Action, Connection,
159159 Environment, Session, Store)
160- - ` Source/Element/ ` — SolidJS components (Editor.tsx, Button, Anchor, Tip,
160+ - ` Source/Element/ ` - SolidJS components (Editor.tsx, Button, Anchor, Tip,
161161 Footer)
162- - ` Source/Library/ ` — helper functions (Create, Pad, Persist, Environment)
163- - ` Source/Function/ ` — utilities (Merge)
164- - ` Source/Stylesheet/ ` — SCSS (Element/* , Mixin/* )
165- - ` Source/Variable/ ` — ESBuild config, StringURL constant
162+ - ` Source/Library/ ` - helper functions (Create, Pad, Persist, Environment)
163+ - ` Source/Function/ ` - utilities (Merge)
164+ - ` Source/Stylesheet/ ` - SCSS (Element/* , Mixin/* )
165+ - ` Source/Variable/ ` - ESBuild config, StringURL constant
166166
167167### Dependencies (First Release)
168168
0 commit comments