✨ New Features
- Add new edit blueprint button next to the visible blueprint dropdown when the blueprint preview is disabled in settings.
- Add new shortcut (Ctrl+N) to add a new variable in the variables screen.
- Add new shortcut (Ctrl+Scroll) to zoom in-out the blueprints in the blueprint manager screen.
🔨 Changes
- Image variables now use a centered vertical pivot regardless of their custom scale value or their aspect ratio.
- Reintroduced the sort prev/next contextual buttons in the blueprint manager screen.
- Removed blueprint preview zoom slider in the blueprint manager screen for UI consistency.
🔧 Improvements
- Variables now try to be aligned with the text even when changing their scaling (given a zero offset).
- Variables can now be used in filename properties in the export screen (to version exports easily for example).
- All dropdowns now can now be searched by typing the option you want even if you mistype some letters or words.
- All dropdowns now will scroll themselves when navigating their options using the up and down keys.
- Always serialize the used export settings (as a export.json file) in each export folder.
- Group variable modifications in the history to easier undo/redo actions in the variables screen.
- Changed most of the double-click actions (used to rename elements) to single click actions.
- Update mouse cursor icon when hovering elements that can be renamed with a single click action.
- Show an icon to some elements that can be renamed as an indicator on mouse hover.
- Increased the mouse area to minimize automatically the new decks dockbar menu.
- Scroll view to bottom automatically when creating a new set from the blueprint manager screen.
- Add hand cursor mouse icon on blueprint hover in the blueprint manager screen.
- Bring back the layout size input in the blueprint inspector of the blueprint editor screen.
- Do not resize blueprint until layout size input focus is lost in the blueprint inspector.
- Prevent text wrapping in the blueprint layout size label in the blueprint editor.
- Reduced height in the add new blueprint dropdown items in the blueprint manager screen.
- Move add new variable button to the top left of the variables screen.
- Reorganize the order of some shortcut sections and update their labels in the settings screen.
- Remove more rich text tags in the final filename when exporting or when showing the optional item label.
- Remove folders path in the identifier value when exporting with a filename using the identifier value.
- Always recreate the .tcp anchor file in the project folder if the root folder name has changed.
- Improve localization dropdown icons and usability.
- Improve rendering of UI app icons when they are too small.
🐛 Bugfixes
- Fix app crash when loading certain invalid fonts (on app start or project loading).
- Fix images not loading on project load when using paths (files or folders) containing the “+” character.
- Fix several errors after tweaking some settings properties in some specific UI conditions.
- Fix variable size rendering when changing between different image sizes or non-square icons.
- Fix variable preview image streched when is a non-square icon in the variable screen.
- Fix error when using the icon picker after a variable has been removed in the variables screen.
- Fix base localization being renamed to “BASE” if placeholder name in lowercase is not removed.
- Fix preview filename label not being sanitized to really show the final export filename in the export screen.