Skip to content

Commit afc419c

Browse files
committed
chore(changelog): add v0.4.0 entry with export and skill changes
1 parent c466e4d commit afc419c

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
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.0] - 2026-02-07
9+
10+
### Changed
11+
12+
- Review export now saves to `~/.revu/{repo-name}-{timestamp}.md` instead of `.revu` in the project root
13+
- Exported file path is copied to clipboard for easy pasting into agents
14+
- Renamed "Send to Agent" to "Export for Agent" throughout the UI
15+
16+
### Removed
17+
18+
- SKILL.md agent skill file — replaced by simpler clipboard-based workflow
19+
820
## [0.3.1] - 2026-02-05
921

1022
### Changed
@@ -56,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5668
- Light/dark theme with system preference detection
5769
- Keyboard shortcuts: Cmd+R (refresh), Cmd+Shift+C (copy), Cmd+Enter (commit)
5870

71+
[0.4.0]: https://github.com/eddmann/revu/compare/v0.3.1...v0.4.0
5972
[0.3.1]: https://github.com/eddmann/revu/compare/v0.3.0...v0.3.1
6073
[0.3.0]: https://github.com/eddmann/revu/compare/v0.2.0...v0.3.0
6174
[0.2.0]: https://github.com/eddmann/revu/compare/v0.1.3...v0.2.0

0 commit comments

Comments
 (0)