Skip to content

Releases: TreeNote/TreeNote

v1.7.9

05 Jan 14:44
c5d7a33

Choose a tag to compare

The attached release is for Linux only: cd inside and start it with ./TreeNote.
It is for people who have problems installing the dependencies and running by source.
If you are interested in the changelog, then look at the git commit messages.

v1.7.8

16 Feb 14:07

Choose a tag to compare

  • New PyQt version finally fixes graphical glitches and crashes when using W and S (move item up or down)

v1.7.7

07 Feb 09:54

Choose a tag to compare

  • Test for write permission when selecting a filename for saving

v1.7.6

05 Feb 11:15

Choose a tag to compare

  • I adjusted the code for the Linux packages, so this version can’t read .treenote files from older versions. Export your tree with the old version and import it again with the new version.
  • Fixed a PyQt bug causing W and S (move item up or down) not to work anymore

v1.7

04 Jan 18:07

Choose a tag to compare

  • It was necessary to remove the automatic update check. The next release will contain automatic update installation. Please register for my newsletter until then.
  • New feature: Link to files
  • The manual is complete now
  • The user interface and the manual is available in English and German now
  • Bug fixes

v1.6

06 Oct 07:59

Choose a tag to compare

  • New filter 'date<1d' gives all items whose date is at most tomorrow
  • Bookmarks with children get highlighted (every 3 hours)
  • Pasted plain text trees get recognized, whatever indention they have (spaces, tabs)
  • Many more bug fixes

v1.5

11 Sep 13:11

Choose a tag to compare

  • Specify backup folder
  • Focus in plan tab focuses in tree tab
  • The menu has accelerator keys now
  • Fixed 'Backups don't work on windows'
  • Fixed 'Expanded state is not saved when expanding a row with the mouse'

v1.4

30 Aug 21:14

Choose a tag to compare

For some features a new data model was necessary, so export your tree and import your tree with the new TreeNote version!

  • Bookmarks: Save optionally current root item
  • Copy, paste, cut
  • Print function
  • Added a path bar
  • Internal links
  • File selected rows
  • Planning view
  • Increase estimate shortcut
  • Set estimate in minutes with shortcuts like 10 30 60 120
  • Shortcuts like '5d' to set start date to in 5 days
  • Fix: Vertical move out of the view now scrolls to the selection
  • Fix: Autocomplete with all tags of the tree when focused, not just with current focused tag subset
  • Fix: When coloring multiple rows, the selection was not kept
  • Fix: New line inside a row at the bottom edge shall scroll the tree upwards, otherwise the just entered new line is not in the visible part of the view

v1.3

29 Jul 10:02

Choose a tag to compare

  • Fullscreen mode
  • User interface: Collapse filter widgets
  • List tags of visible items only
  • Huge performance improvements
  • Import from the mac todo application 'The Hit Lis

v1.2

20 Jun 19:48

Choose a tag to compare

  • You can set indentation size in the settings
  • Clearer opened / closed icons
  • Fixed error in update dialog
  • No extra column for the checkboxes
  • Export all databases which have changes to the folder 'backups' each .... minutes
  • Removed CouchDB dependency and with that the feature to add several databases. You now have a single local JSON tree only and can't edit databases collaberatively anymore. However, editing is blazingly fast now and without bugs or crashes. I liked the feature of collaberatively editing and want to implement it sometime with a better database backend.