Skip to content

Commit ffb88cd

Browse files
committed
chore(release): v0.7.0
1 parent d6a136d commit ffb88cd

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.7.0
5+
6+
[compare changes](https://github.com/ymansurozer/galley/compare/v0.6.3...v0.7.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Oversized files render a verdict-capable placeholder card instead of a diff that freezes the tab ([#45](https://github.com/ymansurozer/galley/pull/45))
11+
- Perf smoke — CI regression gate for desk startup, state size, and reload ([#47](https://github.com/ymansurozer/galley/pull/47))
12+
13+
### 🔥 Performance
14+
15+
- Fetch file contents per file — the tab stops depending on state-embedded copies ([#42](https://github.com/ymansurozer/galley/pull/42))
16+
- Lean state — drop embedded file contents, resolve them on demand ([#44](https://github.com/ymansurozer/galley/pull/44))
17+
- Faster navigation and reload — warm the next file, single-parse reload, deeper render cache ([#46](https://github.com/ymansurozer/galley/pull/46))
18+
19+
### 🩹 Fixes
20+
21+
- Collapse the shiki double-bundle in the UI — 12.5 MB → 2.9 MB ([#41](https://github.com/ymansurozer/galley/pull/41))
22+
23+
### 💅 Refactors
24+
25+
- File-level staleness keys are git blob OIDs, not content shas ([#43](https://github.com/ymansurozer/galley/pull/43))
26+
27+
### ❤️ Contributors
28+
29+
- Yusuf Mansur Özer <ymansurozer@gmail.com>
30+
431
## v0.6.3
532

633
[compare changes](https://github.com/ymansurozer/galley/compare/v0.6.2...v0.6.3)

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.6.3",
3+
"version": "0.7.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)