Releases: tiffany352/Roblox-Tag-Editor
Releases · tiffany352/Roblox-Tag-Editor
v3.0.11
Changes
- Adds additional strings to the Spanish translation (#76 by @Vexot)
Fixes
- In the tag list, any tag, group name, or message (like "No search results found") that is too long will now use text wrapping.
v3.0.10
Changes
Fixes
- More strings have been made localizable (window title, toolbar buttons, and search results).
v3.0.9
Thanks to @Barocena for most of the changes in this release.
Changes
- Toggle visibility for tag groups. (#73)
- Quickly remove tags from instances in the instance list view. (#73)
- Tooltip supports dark theme. (#73)
- Replaced class names with icons in the tooltip and the instance list. (#73)
Fixes
- Fixed UI overflowing when the dock widget is very narrow. (#73)
- Tooltip now resizes to fit long part names and tag names. (#73)
v3.0.8
Changes
- Add AlwaysOnTop support for Box and Outline view modes (#72 by @Barocena)
v3.0.7
Changes
- Icons now render centered. (#70 by @Barocena)
- May look weird if Always on Top isn't set. There isn't a way to apply a Z offset to BillboardGuis, so I can't fix this.
- Multiple icons now render smaller and in a grid. The icon size is also larger by default.
- Support for Highlight visualization mode (#69 by @Barocena)
v3.0.6
Fixes
- Fixes a rare error in the instance view when you have multiple tagged instances with the same name and parent but different class names.
v3.0.5
Fixes
- Fixes a bug where place files would ask to save when exiting (#64)
v3.0.4
Features
- Add ability to have multiple tag containers with "TagEditorTagContainer" by @Quenty in #60
v3.0.3
Fixes
- Fixes the UI getting out of sync when importing a tag. (#58)
- Introduces a warning when the tag list has entries with duplicate names, fixing an error when opening the world view (#57)
v3.0.2 - Minor improvements
Fixes
- Tag names in world visualizer now get escaped like the ones in the main tag list.
- XML characters in tag names are escaped properly.
- Updated to latest versions of Roact/Rodux/Roact-Rodux.
Improvements
- Icons now set ResampleMode set to Pixelated, which looks a lot better in the world view.