Skip to content

Commit 9128609

Browse files
committed
chore: Update CHANGELOG.md
1 parent 20af711 commit 9128609

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable user-facing changes to ByteRover CLI will be documented in this file.
44

5+
## [3.12.0]
6+
7+
### Added
8+
- **Tasks history in `brv webui`.** Past curate, query, and review tasks now persist per project across daemon restarts (up to 1000 entries), with filters (status, date, duration), pagination, per-task event log, bulk delete, and provider/model attribution.
9+
10+
### Changed
11+
- **Synthesized files get full semantic frontmatter.** `brv dream synthesize` now writes title, summary, tags, related, keywords, createdAt, updatedAt alongside its synthesis fields, so dashboard context cards no longer render empty.
12+
- **Consistent flow-style YAML in dream writes.** `brv dream`'s synthesize and consolidate steps now emit `tags: [a, b, c]` arrays like `brv curate`, so `brv vc` diffs stop reflowing brackets each consolidate pass.
13+
14+
### Fixed
15+
- **`brv push` no longer ships dangling `related:` links.** `*.abstract.md` and `*.overview.md` entries (excluded from sync) are now stripped from `related:` on write; `brv curate` updates also clean pre-existing stale entries.
16+
- **Security dependency update.** Refreshed `package-lock.json` to clear several `npm audit` advisories.
17+
518
## [3.11.0]
619

720
### Added

0 commit comments

Comments
 (0)