Releases: Lenni0451/ImNbt
Releases · Lenni0451/ImNbt
More usability
- 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
- 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
- The setting for the font size is now saved between restarts
- Added option to read/write nameless Nbt tags
Transformations and other enhancements
- 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
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
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
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
Added tab support and a tag diff viewer
Initial Release
1.0.0 Improved readme