Skip to content

Commit

Permalink
Bump release to version 39
Browse files Browse the repository at this point in the history
Fix mouse cloning bug:
#20
  • Loading branch information
jkitching committed Apr 20, 2024
1 parent 7fe5447 commit 39ad7f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 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/v38/[email protected].v38.shell-extension.zip)
file](https://github.com/jkitching/soft-brightness/releases/download/v39/[email protected].v39.shell-extension.zip)
from the GitHub [releases
page](https://github.com/jkitching/soft-brightness-plus/releases) and run:

``` shell
gnome-extensions install [email protected].v38.shell-extension.zip
gnome-extensions install [email protected].v39.shell-extension.zip
```

## Building from source
Expand All @@ -241,6 +241,12 @@ gnome-extensions install [email protected]

## Changelog

### Version 39
#### April 20, 2024

- Rewrite mouse cloning to fix bug (see [GitHub issue](https://github.com/jkitching/soft-brightness-plus/issues/20))
introduced as of gnome-shell 46.

### Version 38
#### April 9, 2024

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},
{38},
{39},
{
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 39ad7f3

Please sign in to comment.