VixCore Changelog¶
All notable changes to com.vixvoid.vixcore will be documented in this file.
[1.6.0] - 2026-06-28¶
Added¶
- Added
ButtonPositionsupport for drawing inspector buttons at the top or bottom of the inspector. - Added ordering support for inspector buttons.
- Added additional
ButtonAttributeconstructors for position-only, visibility-only, and order-only usage. - Added ranged
ProgressBarAttributesupport with fixed min/max values. - Added max-only
ProgressBarAttributeconstructors that assume a minimum value of0. - Added
ProgressBarAttributemin/max references through named fields, properties, or parameterless methods. - Added
intfield support toProgressBarAttribute. - Added progress bar fill colors through basic color names and HTML color strings.
Changed¶
- Updated
ProgressBarAttributeto keep[ProgressBar]as the existing percentage-style0..1shorthand. - Updated named progress bar colors to use darker inspector-friendly tones.
- Updated progress bar validation to show inspector warnings for invalid ranges, references, colors, or unsupported field types.
- Updated obsolete
InspectorButtonAttributecompatibility to carry button position and order data.
Fixed¶
- Fixed inspector button validation messages to refer to
Buttoninstead of the obsoleteInspectorButtonname.