Skip to content

Changelog

Version 0.6.8
  • Fixed a bug in the license validation
Version 0.6.7
  • New license validation server
Version 0.6.6
  • Hide child column when multiple items are selected
  • Add keyboard navigation to FilesDialog (Arrow keys, Tab, Enter)
  • Add Tab and Shift+Tab navigation support to all dialogs (Command Menu, Move Menu, Search Dialog, Trash Menu)
  • Add hover indicators to FloatingActionMenu buttons (Create Below, Create Child, Delete) and context menu delete action
  • Fix caret position preservation when navigating between items with Arrow Up/Down keys
  • Various style improvements across the application
  • Update documentation links in contextual help
Version 0.6.5
  • Added Tab/Shift+Tab keyboard shortcuts to indent/unindent items horizontally (works in selection and edit modes)
  • Added Alt+ArrowLeft/Right (Cmd on Mac) to navigate between parent/child items in edit mode
  • An error caused the license to become deactivated after some time. This should be fixed now.
Version 0.6.4
  • Fixed: trailing spaces being removed while typing in the item editor
  • Fixed: floating menu causing exit from edit mode when clicked
  • Various improvements to the help section
Version 0.6.2
  • Added a new shortcut to add the first item (Enter) when the file is empty.
  • Various aesthetic improvements.
Version 0.6.1
  • Various modifications regarding contextual help and keyboard shortcuts
  • Various fixes
Version 0.6.0
  • Added task search with CTRL+F or CMD+F keyboard shortcut
  • Added tooltip displaying progress percentage for items with children
  • Adding a keyboard shortcut for the MoveTo command
  • Added new floating action menu for quick access to common actions
  • Various visual improvements to checkboxes and progress indicators
  • Redesigned help system in the application
Version 0.5.2
  • Added new floating action menu for quick access to common actions
  • Added task search with CTRL+F or CMD+F keyboard shortcut
  • Added tooltip displaying progress percentage for items with children
  • Adding a keyboard shortcut for the MoveTo command
  • Various visual improvements
Version 0.5.1
  • Adding a keyboard shortcut for the MoveTo command
Version 0.5.0
  • Redesign of application dialogs
  • New footer, main menu moved to footer
  • Over 40 bugs fixed
Version 0.4.3
  • Fixed another bug in MQTT printing
Version 0.4.2
  • Fixed a bug in MQTT printing
Version 0.4.1
  • Fixed a bug in MQTT printing
Version 0.4.0
  • New Command Menu (Cmd+K on Mac or Ctrl+K on Windows)
  • Trash: You can restore or empty your trash
  • Improved receipt printer preview
  • Various minor fixes
Version 0.3.0
  • Columns are now dynamic: you can navigate infinitely deep into the task hierarchy. When there isn't enough horizontal space, earlier columns slide out so your current selection always remains visible.
Version 0.2.1
  • Item editing undo/redo is now integrated with the application's global undo/redo
  • Deleting the first item in a list now selects the next item instead of returning to the parent
  • Fix: License activation screen no longer flashes briefly on app startup
  • Fix: After an empty newly created item is removed on edit exit, the connector overlay now refreshes correctly
Version 0.2.0
  • New Settings panel
  • New setting: Hide the 'Print' item
  • New setting: Choose update channel (stable or beta)
  • New setting: Task count mode (per level or total)
  • Support for more receipt printers (Beta)
  • Direct printing to receipt printers (faster)
  • Customizable font sizes for printing
  • PDF printing (Beta)
  • MQTT printing (Beta)
  • Print dialog: New option to print only unfinished tasks
  • Print dialog: Press Enter to start printing
  • Print dialog: Option to also print the current selection
  • On file open, the first item is now automatically selected
  • Newly created empty tasks are deleted when leaving edit mode
  • Fix: Column header now shows a single line of text maximum
  • Fix: Item order is preserved when printing
  • Fix: Icon size corrected
Version 0.1.45
  • In selection mode, the keyboard shortcut to insert a new task under the current task is now Shift + Enter
  • When deleting a task and there is no previous task, we now select the parent
Version 0.1.44
  • Windows fix: File path was displayed in the first column instead of the file name
  • Bug fix: Print window could open under certain conditions with the keyboard spacebar
  • The 'finished' style could be displayed for a task that contained children that were not completely finished
Version 0.1.43
  • Tasks with all completed children did not have a 'strikethrough' style
  • Backspace and Delete keys can now delete selected tasks in edit mode on Mac and Windows
  • Fixed a bug where...