Releases: tiffany352/Roblox-Tag-Editor
v3.0.1 - Bug fix update
Fixes an issue where the tabs in the icon picker get scrunched together. This was caused by an update to AutomaticSize two weeks ago, and got reported to me today (the day I'm writing this).
Tag Editor v3
This is the first major update to the Tag Editor in two and a half years.
The plugin is available through the Roblox plugin marketplace.
https://www.roblox.com/library/948084095/Tag-Editor
Features
The tag format has been updated from the old Value Object format to use Attributes. The format will automatically be converted upon opening a place. It sets a waypoint, so you can undo the conversion and make a backup of your old tags list. Opening the new format in an older version of the tag editor will show the tags, but properties such as icon and color will show as defaults. Opening the new format in an older version will not break the functionality of icons or colors when using the up to date version.
There's now tabs in the icon picker window, which allows you to pick Emoji, as well as inserting a custom asset ID.
The tag list now shows checkboxes when instances are selected, for a more intuitive experience for adding and removing tags. Clicking on tags now opens the old menu.
Tags can be renamed easily now. This also updates all instances with the tag to have the new name instead.
There is now a context menu that shows up on right click with fast access to common operations.
When you have the ColorPane plugin API enabled, the tag editor plugin will now use it for picking colors instead of the built in prompt.
There's now a select all action when right clicking a tag.
Non-printable characters now show up in the names of tags, when present. This allows you to easily debug if a tag for some reason has a \n
character in it.
Fixes
- Search bar now selects the text in it when it becomes focused, allowing it to be easily deleted.
- Fixed errors when putting characters like
(
into the search bar. - Fixed errors when using the world overlay.
- Fixed the world overlay ignoring visibility settings when first enabled.
Tag Editor v3 beta 1
This is the first major update to the Tag Editor in two and a half years.
Since this is a beta release, it's available from the Roblox marketplace as the beta channel of the plugin:
https://www.roblox.com/library/1486925244/Tag-Editor-Beta-Channel
The purpose of the beta release is to catch glaring issues before rolling out to the full userbase.
Features
The tag format has been updated from the old Value Object format to use Attributes. The format will automatically be converted upon opening a place. It sets a waypoint, so you can undo the conversion and make a backup of your old tags list. Note that the older versions do not support the new format, and the new version does not support the old format.
There's now tabs in the icon picker window, which allows you to pick Emoji, as well as inserting a custom asset ID.
The tag list now shows checkboxes when instances are selected, for a more intuitive experience for adding and removing tags. Clicking on tags now opens the old menu.
Tags can be renamed easily now. This also updates all instances with the tag to have the new name instead.
There is now a context menu that shows up on right click with fast access to common operations.
When you have the ColorPane plugin API enabled, the tag editor plugin will now use it for picking colors instead of the built in prompt.
There's now a select all action when right clicking a tag.
Non-printable characters now show up in the names of tags, when present. This allows you to easily debug if a tag for some reason has a \n
character in it.
Fixes
- Search bar now selects the text in it when it becomes focused, allowing it to be easily deleted.
- Fixed errors when putting characters like
(
into the search bar. - Fixed errors when using the world overlay.
- Fixed the world overlay ignoring visibility settings when first enabled.
v2.1.1 - Bugfix release
- Fixed a critical error on startup due the
UI Theme
property being removed from the API. - Switched to Plugin.Unloading API, removed that annoying "new tag editor version" print.
- Fixed the color picker being broken.
It's recommended you update as soon as possible because all previous versions of the plugin are now broken due to changes in Roblox's API.
Install via Roblox plugin marketplace: https://www.roblox.com/library/948084095/Tag-Editor
UI redesign & Dark Theme update
- Updated UI design. (Thanks @AmaranthineCodices!)
- Studio themes support. (@AmaranthineCodices)
- Fixed errors after reloading plugin.
- Fix delete confirmation get stuck in "Confirm" state.
v2.0.4
- Fixed performance issue caused by tooltips.
- Fixed errors caused by updating to latest version.
- Better cleanup upon updating plugins.
- Fix bugs revealed by Studio updates.
v2.0.3
- Tags starting with
.
no longer show up for auto-import, for ephemeral tags generated by other plugins. - Tags starting with
.
no longer show up in world view tooltips. - The color picker now defaults to the previous tag color.
- Fixed an error when exiting the instance view.
- Minor refactor of codebase.
- Now shows the number of instances with a tag when using the instance view.
- Fixed an error when clicking on the footer of the right click menu.
- Fixed an error in the icon picker.
v2.0.2
- Separate search state for tag list vs icon picker.
- Show unknown tags on selected objects in tag list.
- Provide option to create tag from search term when search turns up no results.
- Show that there's no search results in tag list, this was a source of UX confusion.
- Fix error when toggling visibility on intances outside the workspace.
v2.0.1
- Visualizing tagged attachments.
- Fix bug where objects outside the worldspace showed up in the world view.
- WorldView performance improvements.
Rewrite!
- Completely rewritten plugin.
- Totally new UI design.
- Customizable icons and colors.
- Options of displaying tagged objects as a floating icon, a box, a sphere, an outline, a text label, or nothing at all.
- Button to quickly toggle visability of a tag.
- Tag list search.
- Support for PluginGui when it goes live.
- Color picker.
- Icon picker with categories and search, includes most FamFamFam Silk icons. (700+!)
- View a list of all instances with a certain tag, being able to click to select them, syncing with Studio's built in object selection.
- An option to make some tags render always on top.
- Tag groups let you group your tags together so that you can easily find them. Groups can be expanded and collapsed like sections in the Properties pane.