Skip to content

0.3.0 - 2026-08-10

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 11:47

Release Notes

Added

  • Custom field support across plnk-core and plnk, adding three resources:
    • plnk field-group — base groups on a project (reusable templates), plus board- and card-level groups. Adopt a template onto a card with field-group create --card <id> --base <baseGroupId>.
    • plnk field — the named slots inside a group, with --show-on-front controlling visibility on the card face in the Planka web UI.
    • plnk card field — get, set, and clear the values a card stores, with ID-or-name resolution for --group and --field following the house three-tier match.
    • plnk-core gains CustomFieldGroupApi, CustomFieldApi and CardCustomFieldApi, plus the BaseCustomFieldGroup, CustomFieldGroup, CustomField and CustomFieldValue models.
    • Hidden plural aliases field-groups and fields, matching the existing labels / boards pattern.
    • Values are validated client-side: empty values and values over Planka's 512-character cap exit 2 without issuing a request. Clearing is idempotent — clearing an already-unset value exits 0.
    • Name resolution reaches through the base group. A card group adopted from a template has name: null and carries no fields of its own, so both the group name and its field names are resolved via baseCustomFieldGroupId.
    • Docs: Custom fields, plus a worked example in docs/cli/examples.md and the verified wire quirks in AGENTS.md.

plnk-tui 0.3.0

Install plnk-tui 0.3.0

Install prebuilt binaries via shell script

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

Download plnk-tui 0.3.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.3.0

Install plnk-cli 0.3.0

Install prebuilt binaries via shell script

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

Download plnk-cli 0.3.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