Skip to content

Releases: RealRTTV/nbtworkbench

1.6.2

15 May 12:00

Choose a tag to compare

  • fixed bug #22

1.6.1

14 May 11:41

Choose a tag to compare

  • Added Search Set Operations
  • Added Replace By Flag

1.6.0

10 May 22:34

Choose a tag to compare

  • Massive internal changes
  • Added a replace box for find and replace
  • More small stuff I forgot to mention

I'll be adding set intersections on bookmarks for Searches (and Replace selecting from matches on search or bookmarked lines)

likely somewhat unstable, as always - report bugs if you find any, even the smallest ones. it means a lot

1.5.1

04 Apr 20:42

Choose a tag to compare

  • fixed issue #18
  • fixed issue #19

wasm build will come later today

1.5.0

26 Feb 23:55

Choose a tag to compare

  • massive internal code refactor
  • added new 2025 snapshot spec for snbt
  • fixed bug with ctrl+a-ing on an empty text element causing a crash

1.4.2

17 Dec 23:50

Choose a tag to compare

  • updated libraries
  • re-added support for x86_64 mac

1.4.1

04 Dec 18:12

Choose a tag to compare

  • added steal to grid layout
  • added internal replace_element fn
  • added internal swap_elements fn
  • added debug menu
  • added height and true_height caches to recache_along_indices and removed their caches from internal *_element functions directly
  • [made window size and scale saved between calls, and made scale based on window size (fixed #13)
  • fixed #15
  • added case sensitivity to search

1.3.5

22 Jun 22:36

Choose a tag to compare

  • made nbt from_str return a fail index (fixed #11)
  • fixed issue of cutting off alert when title is smaller
  • shifted action wheel to not get in the way of accidental right clicks
  • double click to expand

1.3.4

20 Jun 21:55

Choose a tag to compare

  • moved search mode and search flags over to config
  • removed display of undo/redo
  • fixed annoying issue with dropping item over text causing to select text
  • fixed bug with renaming elements from compound causing crashes
  • fixed #10

1.3.3

16 Jun 17:42

Choose a tag to compare

  • fixed #3
  • fixed #8
  • removed tooltip effect
  • made alerts and notifications have line wrapping
  • added config
  • added light theme
  • made sort algorithm persist between instances