Skip to content

Commit 57985aa

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2026-02-20) ### Bug Fixes * **activity:** listen to Tauri activity:update events in ActivityIndicatorContext ([2c90744](2c90744)) * **ai:** align backend event names and payloads with frontend listeners ([8070974](8070974)) * **ai:** change stream event name from "ai:stream" to "ai:stream_chunk" ([6087076](6087076)) * **output:** replace DOM event listeners with Tauri event bridge in OutputPanel ([e68de5f](e68de5f)) * **sdk:** correct extension command names in IPC invoke calls ([4b552d4](4b552d4)) * **search:** remove dead event listeners for search:start, search:progress, search:result ([1cf5030](1cf5030)) * **testing:** replace dead event listeners with real backend events ([e5ee73c](e5ee73c)) * wire orphaned diagnostics, collab, and rules events between Tauri backend and SolidJS frontend ([eee7c8b](eee7c8b)) ### Features * add generic batched IPC and frontend cache for IPC optimization ([87d591b](87d591b)) * add multi-tier caching to Icon component ([d299094](d299094)) * add multi-tier caching to Icon component ([dad6fcb](dad6fcb)) * **styles:** implement CSS code splitting with lazy-loaded feature stylesheets ([2d3f115](2d3f115)) * **workspace:** implement missing workspace trust backend commands ([d58703f](d58703f)) ### Performance Improvements * **build:** optimize Vite config for faster dev startup and smaller bundles ([345f42c](345f42c)) * **context:** defer IPC calls at startup in Debug, Tasks, and Terminals contexts ([d3e2ff4](d3e2ff4)) * **context:** lazy initialization for ExtensionsContext and LSPContext ([4298dde](4298dde)) * **context:** optimize SettingsContext and WorkspaceContext startup ([d4911e8](d4911e8)) * **fonts:** self-host Figtree and DM Sans, remove Google Fonts blocking requests ([130ec3c](130ec3c)) * **routing:** eliminate Home page redirect render cycle ([48dbd19](48dbd19)) * **startup:** optimize Shiki and Monaco deferred loading ([4c38d9c](4c38d9c)) * **startup:** split setup_app into two-phase initialization for faster time-to-window ([c202900](c202900)) * **state:** defer heavy state initialization using LazyState<T> ([ec5c8c0](ec5c8c0)) * **window:** defer main window visibility until frontend first paint ([0e4a36a](0e4a36a))
1 parent ec5c8c0 commit 57985aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)