Skip to content

Commit 253ba71

Browse files
committed
chore(release): v0.4.0
1 parent efecbf2 commit 253ba71

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v0.4.0
5+
6+
[compare changes](https://github.com/ymansurozer/galley/compare/v0.3.0...v0.4.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Confirm before sending a review to the agent ([#19](https://github.com/ymansurozer/galley/pull/19))
11+
- Attach an optional overall note when sending a review ([#20](https://github.com/ymansurozer/galley/pull/20))
12+
- Collapse the file tree into a drawer on narrow screens ([efecbf2](https://github.com/ymansurozer/galley/commit/efecbf2))
13+
14+
### 🩹 Fixes
15+
16+
- Keep walkthrough sections in provided order when a category repeats ([#21](https://github.com/ymansurozer/galley/pull/21))
17+
- Walkthrough indicators for new files + consistent churn spacing ([#22](https://github.com/ymansurozer/galley/pull/22))
18+
- Align sidebar tab bar and guide bar bottom borders ([#23](https://github.com/ymansurozer/galley/pull/23))
19+
20+
### 💅 Refactors
21+
22+
- ⚠️ Reframe guide file fields as orientation + flag ([#18](https://github.com/ymansurozer/galley/pull/18))
23+
24+
#### ⚠️ Breaking Changes
25+
26+
- ⚠️ Reframe guide file fields as orientation + flag ([#18](https://github.com/ymansurozer/galley/pull/18))
27+
28+
### ❤️ Contributors
29+
30+
- Ymansurozer <ymansurozer@gmail.com>
31+
- Yusuf Mansur Özer <ymansurozer@gmail.com>
32+
433
## v0.3.0
534

635
[compare changes](https://github.com/ymansurozer/galley/compare/v0.2.4...v0.3.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ymansurozer/galley",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "An integrated review environment (IRE) for code you didn't write by hand — review a git diff in the browser, then hand a structured review back to your coding agent.",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)