Releases: 0xPARC/pod2-client
POD Client v0.3.0
Release v0.3.0 - See the assets below to download this version and install.
What's Included
- POD2 Desktop Client - Tauri-based desktop application for managing POD collections
- PodNet CLI - Command-line tool for publishing and upvoting content on PodNet
Installation Notes
POD2 Desktop Client
macOS
The macOS application is ad-hoc signed. On first launch, you may see a security warning. To run the app:
- Right-click the app in Applications folder
- Select "Open" from the context menu
- Click "Open" in the security dialog
This is a one-time process. Subsequent launches will work normally.
Windows & Linux
No additional steps required for installation.
PodNet CLI
Download the CLI binary for your platform and make it executable:
- Linux/macOS:
chmod +x podnet-cli && ./podnet-cli --help - Windows:
podnet-cli.exe --help
What's Changed
- Fix editing and caching issues by @robknight in #106
- Add Markdown todo list support by @robknight in #107
- Markdown footnotes by @robknight in #108
- Use rusqlite_migration by @robknight in #109
- Fix code highlighting by @robknight in #110
- Remove feature-flagging by @robknight in #111
- Refactor client-side routing by @robknight in #112
- Replace document list/view hooks with React Query by @robknight in #113
- Assorted bug fixes by @robknight in #114
Full Changelog: v0.2...v0.3.0-client
v0.3.0
v0.3.0 release
v0.2
v0.2
POD Client v0.2
Release v0.2 - See the assets below to download this version and install.
What's Included
- POD2 Desktop Client - Tauri-based desktop application for managing POD collections
- PodNet CLI - Command-line tool for publishing and upvoting content on PodNet
Installation Notes
POD2 Desktop Client
macOS
The macOS application is ad-hoc signed. On first launch, you may see a security warning. To run the app:
- Right-click the app in Applications folder
- Select "Open" from the context menu
- Click "Open" in the security dialog
This is a one-time process. Subsequent launches will work normally.
Windows & Linux
No additional steps required for installation.
PodNet CLI
Download the CLI binary for your platform and make it executable:
- Linux/macOS:
chmod +x podnet-cli && ./podnet-cli --help - Windows:
podnet-cli.exe --help
POD Client v0.1.2
Release v0.1.2 - See the assets below to download this version and install.
What's Included
- POD2 Desktop Client - Tauri-based desktop application for managing POD collections
- PodNet CLI - Command-line tool for publishing and upvoting content on PodNet
Installation Notes
POD2 Desktop Client
macOS
The macOS application is ad-hoc signed. On first launch, you may see a security warning. To run the app:
- Right-click the app in Applications folder
- Select "Open" from the context menu
- Click "Open" in the security dialog
This is a one-time process. Subsequent launches will work normally.
Windows & Linux
No additional steps required for installation.
PodNet CLI
Download the CLI binary for your platform and make it executable:
- Linux/macOS:
chmod +x podnet-cli && ./podnet-cli --help - Windows:
podnet-cli.exe --help
POD Client v0.1.1
Release v0.1.1 - See the assets below to download this version and install.
What's Included
- POD2 Desktop Client - Tauri-based desktop application for managing POD collections
- PodNet CLI - Command-line tool for publishing and upvoting content on PodNet
Installation Notes
POD2 Desktop Client
macOS
The macOS application is ad-hoc signed. On first launch, you may see a security warning. To run the app:
- Right-click the app in Applications folder
- Select "Open" from the context menu
- Click "Open" in the security dialog
This is a one-time process. Subsequent launches will work normally.
Windows & Linux
No additional steps required for installation.
PodNet CLI
Download the CLI binary for your platform and make it executable:
- Linux/macOS:
chmod +x podnet-cli && ./podnet-cli --help - Windows:
podnet-cli.exe --help
v0.1.1
Release 0.1.1
v0.1.1-rc.2
Release candidate 2
v0.1.1-rc.1
Release 0.1.1-rc.1
default-db
Modify default config to point to new identity and document servers (…