You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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
+
10
22
## [0.3.1] - 2026-03-03
11
23
12
24
### Added
@@ -56,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments