Skip to content

0.2.0 - 2026-05-02

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 12:46

Release Notes

Changed

  • Breakingplnk-tui auth is now fully separate from plnk CLI auth.
    • Env vars renamed: PLANKA_SERVER / PLANKA_USERNAME / PLANKA_PASSWORDPLNK_TUI_SERVER / PLNK_TUI_USERNAME / PLNK_TUI_PASSWORD. The PLANKA_SERVER / PLANKA_TOKEN env vars used by plnk itself are unchanged.
    • The TUI no longer reads plnk's ~/.config/plnk/config.toml. It now uses its own ~/.config/plnk-tui/config.toml (mode 0600 on Unix), which stores only non-secret server + username. Passwords are never persisted.
    • Rationale: plnk is automation/AI/API-token oriented; plnk-tui is for an interactive human session. Sharing one credential store for two very different access patterns was a footgun, and the prior overlap implied the TUI could be driven from a CLI API token (it can't — it needs a username + password to authenticate over the same endpoint as plnk auth login).
    • Migration: rename any PLANKA_* env vars in your plnk-tui invocations to PLNK_TUI_*, or just launch plnk-tui and accept the first-run save prompt.

Added

  • plnk-tui: first-run interactive prompts for server, username/email, and password when no flags, env vars, or config are present. After a successful login the TUI offers to save only the non-secret server + username to ~/.config/plnk-tui/config.toml.

Fixed

  • plnk-tui: fast-copy (y / Y) on a label group node now includes the label's id and name in the JSON payload and the breadcrumb. The Y form for a label group inside a list now generates a scoped plnk card find --list <list-id> --label <label-id> --output json command instead of a plain list snapshot, so the pasted command actually filters to the labeled cards. Previously the label identity was silently dropped from both forms.

plnk-tui 0.2.0

Install plnk-tui 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/plattnum/planka-cli/releases/download/v0.2.0/plnk-tui-installer.sh | sh

Download plnk-tui 0.2.0

File Platform Checksum
plnk-tui-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
plnk-tui-x86_64-apple-darwin.tar.gz Intel macOS checksum
plnk-tui-x86_64-pc-windows-msvc.zip x64 Windows checksum
plnk-tui-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
plnk-tui-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

plnk-cli 0.2.0

Install plnk-cli 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/plattnum/planka-cli/releases/download/v0.2.0/plnk-cli-installer.sh | sh

Download plnk-cli 0.2.0

File Platform Checksum
plnk-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
plnk-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
plnk-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
plnk-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
plnk-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum