Skip to content

Releases: Lenni0451/ImNbt

More usability

21 Mar 18:20
de22b5f
Compare
Choose a tag to compare
  • Added support for saving a file to its load/previously saved location. You no longer have to specify the path every time you make a little change.
  • Added keybinds to undo and redo
  • Fixed renamed tabs resetting the folding
  • Remove LATEST entry from the SNbt popups
  • Changed the number picker to be more uniform. Also has a context menu to quickly set the min/max value.
  • Fixed a crash if a component name contains [ or ]

Many UI improvements

06 Dec 20:18
2a3b400
Compare
Choose a tag to compare
  • Rounding number tags
  • Sorting compound tags by name
  • Batch option for rounding and sorting
  • Undo and redo
  • Popup warning when overwriting tag
  • Better UI when editing a tag in an array
  • Bedrock level.dat reading support
  • Menu options are disable if not available

Saved settings and nameless root tags

13 Aug 14:41
e06032f
Compare
Choose a tag to compare
  • The setting for the font size is now saved between restarts
  • Added option to read/write nameless Nbt tags

Transformations and other enhancements

11 Jul 20:23
42296f2
Compare
Choose a tag to compare
  • Added transformations to easily convert tags to other types.
  • Added option to read extra data after the root tag
  • Added icon rendering to "new root tag" menu and context menu
  • Added text to show the amount of search results
  • More public methods for the api

Copy and Paste

18 Jun 15:24
68dd22b
Compare
Choose a tag to compare

Added copy and paste support for tags.

Tags can only be pasted into array, lists and compounds and only if the type of the array or list matches.
Tag names are also copied.

Search and new font

05 May 16:30
Compare
Choose a tag to compare

New:

  • A search which supports tag names and values

Changed:

  • The font to avoid legal issues

Fixed:

  • SNbt text fields were not correctly sized

General improvements

04 Mar 11:02
Compare
Choose a tag to compare

Fixed:

  • Tab bar scrolls with content
  • Floats and Doubles showing too little decimal places

Added:

  • A legend showing what colors means what when diffing tags
  • Pages for huge tags with > 500 children
  • Tabs now show the file name of a loaded tag

Tabs and diffing

27 Feb 17:28
Compare
Choose a tag to compare

Added tab support and a tag diff viewer

Initial Release

21 Feb 17:14
Compare
Choose a tag to compare
1.0.0

Improved readme