Skip to content

Releases: plattnum/planka-cli

0.2.0 - 2026-05-02

02 May 12:46

Choose a tag to compare

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

0.1.3 - 2026-04-26

26 Apr 06:34

Choose a tag to compare

Release Notes

Added

  • plnk-tui: y and Y keybinds copy the selected node's full ID hierarchy to the system clipboard via OSC 52. y copies compact JSON; Y copies a paste-ready plnk <resource> snapshot --output json command preceded by a breadcrumb comment. Works locally, inside tmux (with set -g set-clipboard on), and over SSH without a native clipboard dependency. Built for handing the selected node off to an AI agent in one keystroke. ([#2])

Security

  • plnk-tui: Strip control characters (C0, DEL, C1) from the breadcrumb embedded in the Y clipboard form to prevent newline injection from user-controlled Planka resource names breaking out of the leading # comment line on shell paste. ([#2])

plnk-tui 0.1.3

Install plnk-tui 0.1.3

Install prebuilt binaries via shell script

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

Download plnk-tui 0.1.3

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.1.3

Install plnk-cli 0.1.3

Install prebuilt binaries via shell script

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

Download plnk-cli 0.1.3

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

v0.1.2

25 Apr 03:55

Choose a tag to compare

What's new in v0.1.2

✨ Features

  • TUI: client-side explorer tree filter. Narrow the project/board/list/card hierarchy in plnk-tui without re-fetching from the server. Press the filter keybinding, type, see results live. (#1)

🧪 Tests / CI

  • Version assertions in cli_auth and http_client integration tests now derive from CARGO_PKG_VERSION instead of hardcoded strings — no more red CI on every workspace bump.

📦 Install / Upgrade

See the install scripts and prebuilt binaries below.


plnk-tui 0.1.2

Install plnk-tui 0.1.2

Install prebuilt binaries via shell script

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

Download plnk-tui 0.1.2

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.1.2

Install plnk-cli 0.1.2

Install prebuilt binaries via shell script

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

Download plnk-cli 0.1.2

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

v0.1.1

24 Apr 09:17

Choose a tag to compare

plnk-tui 0.1.1

Install plnk-tui 0.1.1

Install prebuilt binaries via shell script

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

Download plnk-tui 0.1.1

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.1.1

Install plnk-cli 0.1.1

Install prebuilt binaries via shell script

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

Download plnk-cli 0.1.1

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