-
v0.0.2-alpha (macOS) Pre-Release
released this
2026-08-14 22:18:59 +01:00 | 132 commits to main since this releaseEarly alpha release — not suitable for active/daily use.
This is an early, unstable preview of Outpost. Expect missing features, rough edges, and breaking changes between alpha releases without notice. Only use this build if you specifically want to run alpha software and help test it.
If you hit anything — crashes, incorrect behavior, missing functionality — please open an issue.
macOS only for now. iOS/iPadOS support is planned but not included in this release.
Changelog (0.0.2-alpha)
Features
- drop broken Published toggle, add real document permissions (
7216633) - add a Home row above the collections list (
1096967) - Home page + universal New Document dialog (
c3083bf)
Fixes
- shares.info wraps the share in {shares: [...]}, not bare (
013df89) - treat shares.info's empty-body response as no-share, not an error (
1476c6c) - match documented API shape, fill in list/revoke, harden share sheet (
43f9d60) - remove dead search icon, add staleness polling and retry (
8ce0804) - auto-refresh after creating a doc from the reader toolbar (
ed9fd26) - auto-refresh after creating a doc from Home or the reader toolbar (
c2b41ca) - real toggle checkmarks for Subscribed/Viewer Insights/Full Width (
b45d722) - decode pins.list correctly, distinguish Pin to Home vs Collection (
ad3e35e) - decode pins.list correctly, use collectionId:nil for Pin to Home (
c1810f3) - distinct pinned card style, matching tab bar, drop broken sort (
2319303) - tie viewer avatars to the Viewer Insights toggle (
278e93d) - force menu rebuild so toggle checkmarks reflect state (
02023cf) - wire up sidebar Pin, drop dead Embeds field, real toggles (
fa31cd7) - correctly detect an annotated tag at HEAD in changelog range (
3e7d809)
Refactors
- popover instead of modal sheet, redesigned layout (
9ca1c77)
Documentation
- add feature request and question issue templates (
b1e8eb9) - add community health files and Gitea issue/PR templates (
8c35710)
Chores
Downloads
- drop broken Published toggle, add real document permissions (