Skip to content

Commit a1e75e8

Browse files
committed
Update CHANGELOG and README for version 3000.0.6
1 parent c58a0f8 commit a1e75e8

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@
22

33
## [Unreleased]
44

5+
## [3000.0.6] - 2026-04-18
6+
7+
This release rebuilds scroll sync around an ownership model that eliminates timing-based race conditions, and fixes several user-reported bugs with preview rendering, Quick Look, and diagram support. The deep dive into the long history of the editor / preview panel scroll synchronization took about a day of persistent work. Hopefully it was worth it!
8+
59
### Fixed
610

7-
- Fix Editor preferences window jumping upward when resized (#361)
8-
- Allow all preference panels to be resized; content stays centered (#362)
11+
- Fix view menu "Hide/Restore" pane labels not updating (#377, #310) -- thanks @gregwillits for the report!
12+
- Fix scroll sync jump during typing and remaining sync gaps (#342)
13+
- Fix preview rendering stuck blank on new documents (#358) -- thanks @rcuisnier for the report!
14+
- Fix multiple Mermaid/Graphviz diagrams not rendering (#331, #332) -- thanks @rcuisnier and @gino-santerre-telus for the reports!
15+
- Fix stale image preview after external atomic save (#349) -- thanks @bh18-nuff for the report!
16+
- Fix Quick Look extension: blank preview, missing entitlements (#367)
17+
- Fix word count throttle for smoother updates (#294) -- thanks @benel for the report!
18+
- Fix preference panels to be resizable with centered content (#361, #362) -- thanks @rcuisnier for the reports!
19+
20+
### Added
21+
22+
- Live-edit Graphviz re-rendering via MutationObserver (#332)
923

1024
## [3000.0.5] - 2026-04-07
1125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project honors the original intentions and contributions of both Mou and Ma
1717

1818
## Download & Install
1919

20-
**Version 3000.0.5** - Available Now
20+
**Version 3000.0.6** - Available Now
2121

2222
### Homebrew
2323

0 commit comments

Comments
 (0)