···11-# Changelog
22-33-## [Unreleased]
44-55-Target release: `v1.0.0`.
66-77-### 2026-06-09
88-99-#### Added
1010-1111-- PGlite-backed local cache/search foundation with WASM build support.
1212- - Transactional schema migrations for accounts, cached records, collection
1313- sync state, and record search.
1414-- Ubuntu-purple boot splash that initializes PGlite, runs migrations, and offers
1515- recovery actions.
1616-- Cache-aware AT Protocol browsing: live record fetches populate PGlite and offline
1717- failures can fall back to cached collections/records.
1818-- Full-text cache search in the Nautilus-style collection browser.
1919-- Atmosphere app logo mapping for known AT Protocol collection namespaces.
2020-- Cursor-based record pagination with a generator-backed “Load more records” flow.
2121-2222-#### Changed
2323-2424-- Grouped Nautilus collections by top-level namespace folders.
2525-2626-### 2026-06-08
2727-2828-#### Added
2929-3030-- Ubuntu 8.10 / GNOME 2-inspired desktop shell, panel, wallpaper, windows, and Humanity
3131- icon styling.
3232-- First-run AT Protocol account setup flow with handle resolution and persisted account
3333- identity.
3434-- Nautilus-style collection browser backed by live AT Protocol repository collection and
3535- record loading.
3636-- gedit-style JSON record viewer opened from selected records.
3737-- Window management basics including movable, resizable, minimizable, maximizable, and
3838- closable windows.
3939-- About Computer dialog, desktop icons, sticky note, and Tangled project links.
11+src/routes/docs/CHANGELOG.md
···11+# Changelog
22+33+## [Unreleased]
44+55+Target release: `v1.0.0`.
66+77+### 2026-06-09
88+99+#### Added
1010+1111+- PGlite-backed local cache/search foundation with WASM build support.
1212+ - Transactional schema migrations for accounts, cached records, collection
1313+ sync state, and record search.
1414+- Ubuntu-purple boot splash that initializes PGlite, runs migrations, and offers
1515+ recovery actions.
1616+- Cache-aware AT Protocol browsing: live record fetches populate PGlite and offline
1717+ failures can fall back to cached collections/records.
1818+- Full-text cache search in the Nautilus-style collection browser.
1919+- Atmosphere app logo mapping for known AT Protocol collection namespaces.
2020+- Cursor-based record pagination with a generator-backed “Load more records” flow.
2121+2222+#### Changed
2323+2424+- Grouped Nautilus collections by top-level namespace folders.
2525+2626+### 2026-06-08
2727+2828+#### Added
2929+3030+- Ubuntu 8.10 / GNOME 2-inspired desktop shell, panel, wallpaper, windows, and Humanity
3131+ icon styling.
3232+- First-run AT Protocol account setup flow with handle resolution and persisted account
3333+ identity.
3434+- Nautilus-style collection browser backed by live AT Protocol repository collection and
3535+ record loading.
3636+- gedit-style JSON record viewer opened from selected records.
3737+- Window management basics including movable, resizable, minimizable, maximizable, and
3838+ closable windows.
3939+- About Computer dialog, desktop icons, sticky note, and Tangled project links.