Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

57 lines (40 loc) · 1.63 KB

v1.0.13

  • Fixes #26: Opening a card in note while body is being edited loses the changes
  • Improve rendering performance for large boards with many cards
  • Resolves #23: Add due date to cards

v1.0.12

  • Resolves #14: Add support for mobile
  • Resolves #17: Allow using notes as cards
  • Render Markdown card titles as HTML
  • Resolves #6: Add support for card colors and added option dialog for cards
  • Resolves #24: Add option to set color to stack
  • Resolves #22: Display tags associated with the cards
  • Resolves #25: Add support for stack dynamic width
  • Resolves #27: Allow drag and dropping a note on the board
  • Add setting "Card double-click action"

v1.0.11

  • Fixes #13: Rendered links in cards are broken

v1.0.10

  • Add support for "Open in note" menu item, to edit the card content inside the Markdown or RTE editor
  • Fixes #10: Clicking Checkbox affects multiple cards
  • Fixed issue that could cause cards to be associated with the wrong stack
  • Fixed issue with checkbox messaging

v1.0.8

  • Added more option to set validation of text and newlines
  • Support links inside cards

v1.0.7

  • Allow running the Kanban board as an alternative editor
  • Fixed logic of hidding/showing the panel while browsing notes
  • Fixed styling
  • Allow pressing the tab key on the mini-note editor
  • Support checkboxes in kanban board

v1.0.6

  • Render card content as Markdown
  • Make note and board two-way sync more robust and safer
  • Do not update note if board has not changed

v1.0.4

  • Fixed horizontal scrolling
  • Fixes #1: Display list bullets and numbers in cards
  • Added settings for stack width and confirm key behaviour

v1.0.3

  • First release