-
v0.0.1-alpha (macOS) Pre-Release
released this
2026-08-14 03:39:24 +01:00 | 159 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.1-alpha)
Features
- ship a Gatekeeper bypass README in the DMG (
7828d22) - generate a Markdown changelog alongside the DMG (
4630f9e) - wire Check for Updates to releases page, add DMG packaging script (
472b965) - Hocuspocus WebSocket connection scaffold (
cb663ae) - document toolbar - viewers, share, edit, pin/subscribe, menu (
86e7aa5) - reflect starred state for documents and collections (
e8a7201) - document right-click context menu (
52dacb2) - show loading spinner during stale-content reloads (
a665eac) - show full document hierarchy in the toolbar (
4b23713) - add parentDocumentId filter to listDocuments (
3ecc463) - detect remote changes, offer a refresh banner (
cb37e6a) - map Outline's named icon set to SF Symbols (
2c2f86f) - show real document hierarchy in sidebar outline (
62463d4) - add sidebar collection context menu (macOS) (
4bec511) - add collection delete, export, and star endpoints (
7f921ba) - wire up appearance setting and app menu commands (
502888d) - add account menu, about panel, and preferences (macOS) (
ef085f0) - add contextual and workspace-wide document search (
654ec94) - add tabbed overview and document reader (macOS) (
84b4704) - add collections and documents browsing (
6dd632b) - add session store and root view routing (
43a10a6) - add sign-in flow with keychain-backed token storage (
9203897) - add REST client package for Outline API (
07fb08c)
Fixes
- show the actual running app icon in About, not a named lookup (
1cfffa6) - resize app icon renditions to their required exact pixel sizes (
2ee798f) - drop fullscreen control from About/Keyboard Shortcuts windows (
8888865) - document context menu targeting + off-main AppKit calls (
f685289) - revert unifiedCompact toolbar style (
a0f3d59) - show collection name in toolbar, highlight open doc (
a064309) - use .unified instead of .unifiedCompact toolbar style (
952a962) - hide native title bar text duplicating the toolbar pill (
8cc33c2) - update window title on collection/document selection (
eb01c07)
Documentation
- convert vendored OpenAPI spec to a git submodule (
733a5a5) - vendor Outline's OpenAPI spec for reference (
b933b19) - Initial Documentation (
03a624a) - Initial Documentation (
0bfb103)
Chores
Downloads
- ship a Gatekeeper bypass README in the DMG (