Skip to content

Releases: PerthGoat/SuperTextNodeEdit

Release 1.15

05 May 18:48

Choose a tag to compare

What's Changed

Full Changelog: 1.14...1.15

1.14

10 May 01:49

Choose a tag to compare

Memory leak hotfix

1.13

09 May 03:53

Choose a tag to compare

What's Changed

  • 89 investigated how to prevent race conditions and fixed a bunch of bugs by @PerthGoat in #90
    Full Changelog: 1.12...1.13

1.12

09 Jan 17:43

Choose a tag to compare

What's Changed

  • Fixed failing rename on absolute node directory

1.11

09 Jan 04:29

Choose a tag to compare

What's Changed

  • Removed minimum scroll width from treeview
  • 77 rename to non existent parent should show error
  • 82 fix paste from supertext into ms applications like msword and wordpad
  • Added default config for new installs

1.10

03 Jan 02:57

Choose a tag to compare

What's Changed

  • entrybox now scrolls to the spot being renamed
  • rename now opens the node tree of the destination
  • treeview/textbox are now resizable

1.09

02 Jan 22:04

Choose a tag to compare

Fixed issues with race conditions in the UI after adding lazy loading/unloading of nodes

1.08

27 Nov 04:56

Choose a tag to compare

  • fixed renaming bugs for root nodes

1.07

27 Nov 03:52

Choose a tag to compare

What's Changed

  • Auto-select last part of path on rename
  • Lazy loading for when the treeview starts to get very large so that startup time isnt slow crawling all of the files
  • Added a check so a parent can't be moved to one of its children
  • Fixed column heading display weirdness
  • Now using native tkinter move functionality for tree rename, which should be faster for large trees
  • Added width and height to rtf saved images so WordPad can open documents with images more accurately
  • Enter key can now be used to submit return dialog
  • Moved to using standalone lark parser to cut down on dependencies to run SuperText

1.06

21 Nov 16:46

Choose a tag to compare

1.06 Pre-release
Pre-release
Incremented Version Number