Releases: MattByName/color-tint
Releases · MattByName/color-tint
2.3.0 RC3: Autostart and Monochrome Icon
Added
- Settings panel in extensions app
- Monochrome system tray icon
- Autolaunch toggle in settings menu
- Makefile packaging
2.3.0 RC2: Autostart and Monochrome Icon
2.3.0
Fixed
- settings now declared in enable
- linting config from GNOME extensions guidance added
- linted js files
Added
- Settings panel in extensions app
- Monochrome system tray icon
- Autolaunch toggle in settings menu
- Makefile packaging
2.3.0 RC1: Autostart and Monochrome Icon
2.3.0 RC1
Added
- Settings panel in extensions app
- Monochrome system tray icon
- Autolaunch toggle in settings menu
- Makefile packaging
ColorTint 2.2.2
GNOME 43 Support and Minor meta fixes
Added
- GNOME 43 support confirmed
Fixed
- Error in packaging script repaired
- Minor corrections in changelog
ColorTint 2.1.1
2.2.1
Fixes
- Verified support with 3.38 and 3.36 and included in metadata
Added
- Version compatibility table in README
ColorTint 2.1.1
Minor modifications after Gnome Extensions team review
ColorTint 2.1.0
This release brings compatibility to Gnome 42
Full Changelog: v2.0.2...v2.1.0
ColorTint 2.0.2
2.0.2
Fixes
- Resolved warning: Disabling extension Error: Attempting to remove actor of type 'StBin' from group of class 'Gjs_ui_layout_UiActor', but the container is not the actor's parent.
- Resolved warning: Some code called array.toString() on a Uint8Array instance.
ColorTint 2.0.1
2.0.1
Fixes
Responded to Gnome Extension moderator feedback:
- Resolved warning: Usage of object.actor is deprecated for MenuButton
- Resolved warning: Usage of object.actor is deprecated for Slider
- Resolved error: Disabling extension Error: Attempting to remove actor of type 'StBin' from group of class 'Gjs_ui_layout_UiActor', but the container is not the actor's parent.
- Removed log calls
- Removed Extension class and returning Extension class in init() function (extension.js).
Color Tint 2.0
Color Tint 2.0.0
Added
- Gnome 40 Support
- Multiple monitor support
Fixes
- Now loads in Gnome 40
- Fixed various deprecated calls
- Colors now loading after bug caused by 'Slider.value = ' no longer working. Switched to 'Slider._setCurrentValue'
- Fixed problem where the Tint switch was defaulting to on when it should be to off
- Refactored constructor to match latest Gnome extension documentation