Skip to content

Releases: tiffany352/Roblox-Tag-Editor

v3.0.11

24 Aug 01:46
Compare
Choose a tag to compare

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

23 Aug 02:17
Compare
Choose a tag to compare

Changes

  • Added a Spanish translation (#75 by @Vexot)

Fixes

  • More strings have been made localizable (window title, toolbar buttons, and search results).

v3.0.9

20 Aug 04:10
Compare
Choose a tag to compare

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

13 Aug 19:26
f9d7176
Compare
Choose a tag to compare

Changes

  • Add AlwaysOnTop support for Box and Outline view modes (#72 by @Barocena)

v3.0.7

12 Aug 02:18
Compare
Choose a tag to compare

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

11 Jul 23:50
Compare
Choose a tag to compare

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

29 Jun 02:54
Compare
Choose a tag to compare

Fixes

  • Fixes a bug where place files would ask to save when exiting (#64)

v3.0.4

15 Jan 20:43
Compare
Choose a tag to compare

Features

  • Add ability to have multiple tag containers with "TagEditorTagContainer" by @Quenty in #60

v3.0.3

02 Dec 02:36
Compare
Choose a tag to compare

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

21 Aug 03:29
Compare
Choose a tag to compare

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.