Skip to content

Commit e24cacc

Browse files
committed
chore: Bump version to 1.0.1
1 parent c9f8e49 commit e24cacc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to the "flox" extension will be documented in this file.
44

55
Check [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

926
This is a major release with significant new features, improved UX, and AI integration capabilities.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": [

0 commit comments

Comments
 (0)