forked from F-i-f/soft-brightness
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for GNOME 46
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,12 +213,12 @@ Install directly from the [Gnome Shell Extensions | |
site](https://extensions.gnome.org/extension/5943/soft-brightness-plus/). | ||
|
||
Or download the [zip | ||
file](https://github.com/jkitching/soft-brightness/releases/download/v36/[email protected].v36.shell-extension.zip) | ||
file](https://github.com/jkitching/soft-brightness/releases/download/v38/[email protected].v38.shell-extension.zip) | ||
from the GitHub [releases | ||
page](https://github.com/jkitching/soft-brightness-plus/releases) and run: | ||
|
||
``` shell | ||
gnome-extensions install [email protected].v36.shell-extension.zip | ||
gnome-extensions install [email protected].v38.shell-extension.zip | ||
``` | ||
|
||
## Building from source | ||
|
@@ -241,6 +241,16 @@ gnome-extensions install [email protected] | |
|
||
## Changelog | ||
|
||
### Version 38 | ||
#### April 9, 2024 | ||
|
||
- Update MouseSpriteContent in src/cursor.js to match | ||
changes in gnome-shell/js/ui/magnifier.js. | ||
- Rename Clutter.Container terminology in function calls | ||
and signal names from "actor" to "child". | ||
- Fix a bug which would access a previously-removed | ||
property when changing the "use-backlight" setting. | ||
|
||
### Version 37 | ||
#### November 17, 2023 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.