Releases: FrilLab/frilvault
Releases · FrilLab/frilvault
Release list
FrilVault v0.0.3
FrilVault v0.0.3
Release date: 2026-07-26
New Features
- Added note count badges beside files and aggregated folders in the built-in VS Code Explorer.
- Added a workspace note overview to
FrilVault Noteswhen no editor file is active. - Added folder and file note counts with direct navigation to source files.
Improvements
- Adding a note from a blank cursor line now prefers a line anchor.
- Command labels are more compact, while the Explorer view remains clearly named
FrilVault Notes. - Editor CodeLens actions are labeled
Note AddandNote Edit.
Bug Fixes
- Fixed the workspace overview repeatedly returning to
Loading workspace notes...after a successful load. - Registered the missing
frilvault.notesPanel.openNotecommand contribution. - Fixed bundled CLI resolution so the extension respects both injected host platform and host architecture during runtime and test execution.
- Workspace overview data now comes directly from the vault explorer output.
Install
- Install or update
FrilVaultfrom the Visual Studio Marketplace. - For manual installation, download the VSIX matching your platform from this GitHub Release after the workflow attaches the assets.
FrilVault v0.0.2
What's Changed
- Bundle the VS Code CLI into the extension by @mors119 in #152
- Split VSIX release assets from Marketplace publishing by @mors119 in #153
Full Changelog: frilvault-v0.0.1...frilvault-v0.0.2
FrilVault v0.0.1
🎉 Initial Public Preview
This is the first public release of FrilVault.
FrilVault is a local-first developer knowledge vault that allows you to attach structured notes to source code without modifying the source itself.
✨ Features
- Create notes for source files
- Line and symbol anchors
- Local
.vaultworkspace storage - Search, statistics, health, and repair commands
- VS Code integration
📦 Installation
- Install the FrilVault extension from the Visual Studio Marketplace.
- Install the FrilVault CLI.
- Open a workspace and start creating notes.
⚠️ Known Limitations
This initial preview requires the FrilVault CLI (flvt) to be installed separately.
Future releases will bundle the CLI with the VS Code extension to provide a simpler installation experience.
💬 Feedback
Bug reports and feature requests are welcome.