Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.8.0] - 2026-05-31

- Merge pull request #13 from stanleygomes/release/v1.7.0
- feat: update status bar command to listProjects and add unit tests for StatusBarService


## [1.7.0] - 2026-05-29

- feat: add configurable workspace storage path and implement dynamic path updates
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parable-workspaces",
"displayName": "Parable Workspaces",
"description": "The elegant and efficient workspace manager for your projects.",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"publisher": "stanleygomes",
"repository": "https://github.com/stanleygomes/parable-workspaces",
Expand Down