Skip to content

Features and Fixes

Compare
Choose a tag to compare
@phase1geo phase1geo released this 02 Aug 17:30
· 154 commits to master since this release

New

  • Added support for displaying/hiding row depth lines.
  • Added support for adding and highlighting row tags, including optional auto-completion support.
  • Added support for focus mode.
  • Added support for Markdown and new Markdown format toolbar.
  • Added tooltip when mouse cursor is over a group row expander which displays the number of subrows contained within it.
  • Added support for opening one or more files from the command-line or from a file browser.

Changes

  • Changed application icon (thanks to Nararyans R.I.)
  • Changed default location of checkboxes to display to the right of rows.
  • Changed behavior of unindenting a row such that row order is no longer modified.
  • Changed behavior of the Return key when adding a new row from a group row such that the new row will be added to the group as the first row of that group.
  • Changed mouse cursor when it is over a checkbox.
  • Changed behavior of left and right keys on a group row to expand/collapse the tree one level at a time.
  • Assigned Shift-right and Shift-left to expand/collapse the entire hierarchy for a given group row.
  • Reorganized Node commands in keyboard shortcut cheatsheet.
  • Updated Dutch translation (thanks to Heimen Stoffels).

Bug Fixes

  • Added missing keyboard shortcut for task toggling to cheatsheet.
  • Fixed issues with exporting supported XML-based filetypes.
  • Fixed display issue when a descendant node is selected and one of its ancestors is collapsed.
  • Fixed Save As window adding the .outliner prefix to a file that already has this prefix.
  • Fixed display issue that can occur when a group is deleted.
  • Fixed issues with undo/redo support for expanding/collapsing groups.
  • Fixed issue with pasting UTF8 strings from clipboard.