Skip to content

Commit 1dacd90

Browse files
committed
docs(changelog): update CHANGELOG for version 0.4.0
1 parent 32c7cc1 commit 1dacd90

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2026-03-04
11+
12+
### Added
13+
14+
- Configurable focus tag: new setting `rspec-focus.focusTag` (default `"focus"`), configurable in Settings UI and `settings.json`. Use e.g. `"wip"` for work-in-progress tagging ([#1](https://github.com/asux/vscode-rspec-focus/issues/1)).
15+
- Add and Clear commands now use the configured tag (e.g. `:focus` or `:wip`). Tag value is sanitized to valid symbol characters; invalid or empty values fall back to `"focus"`.
16+
17+
### Changed
18+
19+
- Tests use BDD style (`describe` / `it` / `expect`) with Mocha and Chai.
20+
- Main entry file renamed from `rspec-focus.ts` to `extension.ts`; test file renamed to `extension.test.ts`.
21+
1022
## [0.3.1] - 2026-03-03
1123

1224
### Added
@@ -56,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5668

5769
- Initial release.
5870

59-
[Unreleased]: https://github.com/asux/vscode-rspec-focus/compare/v0.3.1...HEAD
71+
[Unreleased]: https://github.com/asux/vscode-rspec-focus/compare/v0.4.0...HEAD
72+
[0.4.0]: https://github.com/asux/vscode-rspec-focus/compare/v0.3.1...v0.4.0
6073
[0.3.1]: https://github.com/asux/vscode-rspec-focus/compare/v0.3.0...v0.3.1
6174
[0.3.0]: https://github.com/asux/vscode-rspec-focus/compare/v0.2.0...v0.3.0
6275
[0.2.0]: https://github.com/asux/vscode-rspec-focus/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)