Releases: raeleus/skin-composer
Skin Composer ver. 18
- Added FreeType font option. Users can generate their own fonts or build their fonts in the editor.
- Added option to export custom classes before or after the standard UI classes are defined.
Skin Composer ver. 17
- Added a hexadecimal field to the color picker.
- Added custom drawable button to drawables dialog. Use this to refer to your classes that inherit from Drawable specified in the new custom class dialog.
- Fixed alpha slider being initialized with the incorrect color in color picker.
- Fixed keyboard shortcuts being incorrectly configured on alternative keyboard layouts.
- Fixed crash bug on Mac.
- Fixed spinner not accepting numbers starting with a decimal point.
- Fixed removing a custom property does not remove it from new custom styles.
- Reordered JSON export so that custom classes can be implemented by styles.
Skin Composer ver. 16
- Added Ctrl+E shortcut for export.
- Added F5 shortcut for refreshing the texture atlas.
- Moved refresh texture atlas option to project menu.
- Added TiledDrawable functionality. See Project >> Drawables.
Skin Composer ver. 15
- Added Export Format option to allow the user to select between Minimal, JavaScript, and JSON output types when exporting a skin JSON. See Project >> Settings.
Skin Composer ver. 14
- Added "Raw Text" type for custom class properties to allow manual typing of arrays and objects in JSON format. Ex. ["banana", "strawberry", "grape"]
- Allow import of objects and arrays in custom classes as "Raw Text" types.
- Added a splash screen to show while java is loading.
- Added support for spanish characters: ñ, ¿, ¡, á, é, í, ó, ú, ü.
- All JSON exports are now encoded in UTF-8.
Skin Composer ver. 13
*Fixed crashes in Progress Bar and Slider when changing spinner values to invalid values.
*Added prompt for user to browse for missing files when opening a project.
Skin Composer ver. 12
*Fixed font dialog not allowing import of fonts larger than 1024x1024
*Possible fix for Mac version
Skin Composer ver. 11
*Fixed unable to hide welcome screen setting
*Enforce using "_data" folder when "Keep resources relative" is selected. Solves #20
*Fixed alignment property of the TextField preview having no effect.
*Fixed renaming a style selects a different style afterwards
*Fixed wrong warnings when exporting imported skins
*Updated to LibGDX 1.9.6
Skin Composer ver. 10A
Hotfix for version 10.
*Fixed incorrect shortcut labels.
*Moved Welcome Screen button to File menu.
*Fixed templates not opening.
*Fixed project files on Neon-UI template.
Skin Composer ver. 10
*Added Welcome Screen with templates and sample files to load.
*Added a warnings dialog to alert the user with what failed to load in import/export. Can be exported to text file.
*stageBackground for Window class is now properly previewed in the preview pane.
*Various bug fixes.