File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to the "flox" extension will be documented in this file.
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ## [ 1.0.1] - 2026-02-11
8+
9+ ### Fixed
10+
11+ - ** Terminal export pollution** - Removed ` sendText ` calls that dumped
12+ visible ` export ` statements into terminals on environment reactivation
13+
14+ ### Added
15+
16+ - ** CLI telemetry source** - Set ` FLOX_INVOCATION_SOURCE=vscode.plugin `
17+ so the Flox CLI can distinguish extension-triggered invocations
18+
19+ ### Changed
20+
21+ - ** README features formatting** - Features section now renders as a
22+ proper bulleted list instead of a single paragraph
23+
724## [ 1.0.0] - 2025-01-15
825
926This is a major release with significant new features, improved UX, and AI integration capabilities.
Original file line number Diff line number Diff line change 22 "name" : " flox" ,
33 "displayName" : " Flox" ,
44 "description" : " Flox integration for VSCode editor " ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "icon" : " assets/icon.png" ,
77 "author" : " Flox <hello@floxdev.com>" ,
88 "maintainers" : [
You can’t perform that action at this time.
0 commit comments