Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.21] — 2026-05-12

### Changed

- **gg v0.46.8** — fix CJK `IsCJK` propagation through scene/shaper paths. `ShapedGlyph.IsCJK` field (ADR-027) was never populated — CJK improvements (script-aware hinting, exact-size rasterization, Tier 6 routing) were silently bypassed through scene and UI compositor paths. Fixed in 6 locations: builtin shaper, HarfBuzz shaper, LayoutText, scene encoding, scene GPU/CPU decoders. Zero breaking changes, no UI modifications needed. Closes gg#304.

### Dependencies

- gg v0.46.7 → v0.46.8

## [0.1.20] — 2026-05-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.0

require (
github.com/coregx/signals v0.1.0
github.com/gogpu/gg v0.46.7
github.com/gogpu/gg v0.46.8
github.com/gogpu/gogpu v0.34.3
github.com/gogpu/gpucontext v0.18.0
golang.org/x/image v0.39.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/gogpu/gg v0.46.6 h1:a55ERoNN714dMSwDCF9+Qw7Ul/+LsYID+6tWt8B1Wtc=
github.com/gogpu/gg v0.46.6/go.mod h1:M8O3+h2WCwO227paPHUVieX+a8DvsKrLNWvEs3pJ8Vc=
github.com/gogpu/gg v0.46.7 h1:0zTgUFA8C+BYjJ/EHPJHi/Yi8lqZf/VFFXfVbhQ8Sd8=
github.com/gogpu/gg v0.46.7/go.mod h1:NsQZ0v/wR4yjc8+ykccc/xf9Kh8XoC3OJZeFcXyoHWg=
github.com/gogpu/gg v0.46.8 h1:Dp4WBvS5kJhTXMjyazdyYKFKOHXqUFkL50wlatpMQ/Y=
github.com/gogpu/gg v0.46.8/go.mod h1:NsQZ0v/wR4yjc8+ykccc/xf9Kh8XoC3OJZeFcXyoHWg=
github.com/gogpu/gogpu v0.34.0 h1:lDLBfpONFAn932+OOyr1AuGLgQmrTP4faYIEa1N4xXw=
github.com/gogpu/gogpu v0.34.0/go.mod h1:W9QXv4+ZM+VNPU0qkCFtcgzmrtVXjkvEojYNJ30/66A=
github.com/gogpu/gogpu v0.34.3 h1:tfnttpKedniwc0lqHgHE5660iuJe5us5BNcXRqm08+A=
Expand Down
Loading