Skip to content

Commit

Permalink
Bump release to version 38
Browse files Browse the repository at this point in the history
Support for GNOME 46
  • Loading branch information
jkitching committed Apr 9, 2024
1 parent afc1f51 commit 38d49a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion meson-gse.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

gse_project({soft-brightness-plus},
{joelkitching.com},
{36},
{38},
{
gse_sources += files('src/utils.js', 'src/cursor.js', 'src/logger.js')
gse_libs += []
Expand Down
2 changes: 1 addition & 1 deletion meson.build

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38d49a9

Please sign in to comment.