Skip to content

Commit 112c467

Browse files
committed
chore(release): v0.7.3
1 parent 1635f4d commit 112c467

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.7.3
5+
6+
[compare changes](https://github.com/ymansurozer/galley/compare/v0.7.2...v0.7.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Add --host to bind the desk beyond loopback for remote review ([#63](https://github.com/ymansurozer/galley/pull/63))
11+
12+
### 🔥 Performance
13+
14+
- Cache cursor row measurements — no more per-keypress layout sweep ([#58](https://github.com/ymansurozer/galley/pull/58))
15+
16+
### 🩹 Fixes
17+
18+
- Lock desk HTTP server to the local origin ([#51](https://github.com/ymansurozer/galley/pull/51))
19+
- Don't freeze the tab while a comment composer is open ([#53](https://github.com/ymansurozer/galley/pull/53))
20+
- Route hard-coded whites through the token palette for light mode ([#54](https://github.com/ymansurozer/galley/pull/54))
21+
- Disable git core.quotePath so non-ASCII paths aren't corrupted ([#52](https://github.com/ymansurozer/galley/pull/52))
22+
- Resolve symlinks before serving repo files ([#57](https://github.com/ymansurozer/galley/pull/57))
23+
- Serialize mutating routes behind an in-process mutex ([#60](https://github.com/ymansurozer/galley/pull/60))
24+
- Use os.tmpdir() for hunk-staging patches — unbreaks Windows ([#61](https://github.com/ymansurozer/galley/pull/61))
25+
26+
### 💅 Refactors
27+
28+
- One shared diff shadow-root finder instead of three copies ([#56](https://github.com/ymansurozer/galley/pull/56))
29+
- Sweep of small review fixes — batched reset, LRU comment cache, drag side, port-safe smokes ([#62](https://github.com/ymansurozer/galley/pull/62))
30+
31+
### 📖 Documentation
32+
33+
- Fix wire-type note, --port default, and --guide schema hint ([#55](https://github.com/ymansurozer/galley/pull/55))
34+
35+
### 📦 Build
36+
37+
- Require Node 22 (drop EOL Node 20) ([#50](https://github.com/ymansurozer/galley/pull/50))
38+
39+
### ✅ Tests
40+
41+
- Cover guide staleness, desk-lock liveness, and stable-port fallback ([#59](https://github.com/ymansurozer/galley/pull/59))
42+
43+
### ❤️ Contributors
44+
45+
- Yusuf Mansur Özer <ymansurozer@gmail.com>
46+
447
## v0.7.2
548

649
[compare changes](https://github.com/ymansurozer/galley/compare/v0.7.1...v0.7.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "galley-diff",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
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)