Skip to content

Releases: cdevroe/signboard

1.2.0

03 Apr 11:41
bf66c5d

Choose a tag to compare

  • Added restore from archive view and CLI
  • New color schemes: Mid-winter, Coffee, and Cozy Blush
  • Added better board filtering; Today, Overdue, and multi-label select
  • Added basic activity to cards: created date, list moves, etc. More to come.
  • Added Tasks.md import
  • Added new keyboard shortcuts
  • Added new help docs in /docs
  • Simplified header UI and improved vertical height
  • Fixed an issue with MCP interactions with Claude

If you're running the app, use Check for updates!

Downloads

1.1.0

27 Mar 11:22
138188d

Choose a tag to compare

What's in this release:

  • Added Trello and Obsidian import support in the desktop app, CLI, and MCP
  • Lists can be archived
  • All cards on a list can be archived at once
  • Added a list of curated color schemes for boards (give them a try!)
  • Added a keyboard shortcut to focus board search with Cmd/Ctrl + F.
  • Fixed an issue with the label color picker.
  • Other fixes and improvements

Trello import kinda sorta existed since very early on. But now it supports much more data and also has a UI in the app and can be done via CLI. Obsidian import works with any Markdown files and also works with files created by the most popular community kaban plugins.

1.0.1

20 Mar 10:29
783c9e7

Choose a tag to compare

What's in this release:

  • New About Signboard modal
  • New per-board tooltip setting
  • Security hardening improvements
  • Subtle UI improvements
  • Improved board/file handling
  • Improved how MCP/CLI moves and positions cards
  • Expanded CLI and MCP support
  • Fixed macOS app icon size
  • Changed Keyboard shortcut helper to CMD + /

My goal is to always have Signboard be as fast and reliable as possible. So each feature release build will be followed by a bug fix or improvement release build – like this one.

If you have Signboard 1.0.0 installed you should be able to use the "Check for updates" feature. If that doesn't work, please let me know since this is the first release where that should work.

1.0.0

13 Mar 11:02

Choose a tag to compare

More information: https://cdevroe.com/signboard/

  • Added two new board views: Calendar and This Week.
  • Added task-level due dates inside Markdown checklists using (due: YYYY-MM-DD).
  • Added task progress badges on cards, including completed/total counters.
  • Added daily due date notifications with per-board notification settings.
  • Added a built-in MCP server so local LLM agents can read and update Signboard boards. Signboard > Help > Copy MCP Config
  • Added a local CLI. Signboard > Help > Install Signboard CLI
  • Added in-app automatic update support for packaged releases. Signboard > Check for Updates
  • Added a system share action for cards.
  • Added a list selector in the card editor so cards can be moved between lists more easily.
  • Added new keyboard shortcuts helper (hold down CMD or CNTRL)
  • Added keyboard shortcuts for switching views: CMD + 1 - CMD + 3.
  • Added tooltips across the interface
  • Improved app behavior when a board folder is moved or renamed outside Signboard.
  • Added filesystem watching so boards refresh automatically when changed externally, including through MCP actions.

0.5.1

27 Feb 13:58

Choose a tag to compare

Mostly a fix and speed release.

  • Updated Electron
  • Faster startup
  • First card contents update
  • Remove "on-hold" list from default set
  • Redesigned first run experience
  • Bug fix: Windows tab names were full path Bug: Windows: Board tab shows full path of Board Name #30
  • Modals close when UI clicked elsewhere
  • Fix for cursor position on some elements while editing
  • Other small improvements

0.5.0

18 Feb 14:33

Choose a tag to compare

image
  • Labels
  • Custom color themes
  • Multiple boards in tabs
  • Search
  • Faster app load time
  • Move to next list button
  • Timestamp note button
  • Various adjustments to repo

0.4.0

08 Oct 13:32
2655710

Choose a tag to compare

  • Due Dates! Assign Cards a due date.
  • Card preview adjustments
  • Other fixes and improvements

0.3.1

24 Sep 16:58
a8d9ca3

Choose a tag to compare

  • Added OverType as a Markdown editor for card notes to enable links (can be clicked in preview mode), unordered and ordered lists, checklists, headings, etc.
  • OverType has two custom themes in Signboard for ☀️ light and 🌙 dark mode
  • Click the card ID in the card edit modal to open file explorer to Markdown file
  • Bug fixes

0.2.1

15 Sep 21:11

Choose a tag to compare

What's Changed

  • Fixed an issue with duplicate renders on closing cards. Fixes #4 - Reported by Eric Walker!
  • Fixed an issue with the height of the notes area on focus (and also with the resulting HTML/MD)

New Contributors

  • @cdevroe made their first contribution (LOL, GitHub's AI thought this, so I'm leaving it in)

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Sep 19:54

Choose a tag to compare

  • Fixes #3