Skip to content

Releases: MattByName/color-tint

2.3.0 RC3: Autostart and Monochrome Icon

19 Dec 21:19
b549cac
Compare
Choose a tag to compare

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

21 Nov 19:57
5748513
Compare
Choose a tag to compare

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

09 Jun 17:32
2331161
Compare
Choose a tag to compare

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

19 Nov 23:07
2c388dd
Compare
Choose a tag to compare

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

30 May 22:01
Compare
Choose a tag to compare

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

07 Apr 16:33
Compare
Choose a tag to compare

Minor modifications after Gnome Extensions team review

ColorTint 2.1.0

07 Apr 16:01
Compare
Choose a tag to compare

This release brings compatibility to Gnome 42

Full Changelog: v2.0.2...v2.1.0

ColorTint 2.0.2

15 May 18:27
Compare
Choose a tag to compare

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

15 May 15:37
Compare
Choose a tag to compare

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

15 May 14:45
Compare
Choose a tag to compare

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