v3.2.0
v3.2.0 - 2023-10-28
Added
- (UI): Set all
foreground
elements to usetext
colour. This really should have been set from the beginning,
you may notice that UI text elements are lighter and contrast less with the background. (i.e. Mocha thus far has
been using#FFFFFF
instead of the intended text colour#cdd6f4
in the user interface) - (UI): Highlight
RunWidget
icons (More Actions, Spinning Icon) astext
- (UI): Highlight Android Plugin's
UI Designer
backgrounds
Changed
- (UI): Try to unify
RadioButton
,Slider
,List
,Label
andTab
backgrounds. This should hopefully fix some
of the little inconsistencies in the settings. - (UI): Improve highlights for the Git Log panel. (
VersionControl.GitLog
) - (UI): Improve highlights for the Marketplace Plugin panel. (
Settings
->Plugins
)
Fixed
- (UI): Sync border with background for
TextField
,ComboBox
, andSpinner
. - (Build): Correctly register all theme
*.xml
files. We are cautiously optimistic that this will reduce the chances of the user interface and editor themes going out of sync. However, this may not be the case so please follow the instructions here if your theme looks incorrect upon install.
Full Changelog: v3.1.1...v3.2.0