Skip to content

Commit

Permalink
Release version 18.
Browse files Browse the repository at this point in the history
meson-gse.build: Bump version to 18.
README.md: Add v18 changelog.
  • Loading branch information
F-i-f committed Sep 12, 2024
1 parent a9178ca commit a5cd9cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Install directly from the [Gnome Shell Extensions
site](https://extensions.gnome.org/extension/1720/weeks-start-on-monday-again/).

Or download the [zip
file](https://github.com/F-i-f/weeks-start-on-monday/releases/download/v17/weeks-start-on-monday@extensions.gnome-shell.fifi.org.v17.shell-extension.zip)
file](https://github.com/F-i-f/weeks-start-on-monday/releases/download/v18/weeks-start-on-monday@extensions.gnome-shell.fifi.org.v18.shell-extension.zip)
from the GitHub [releases
page](https://github.com/F-i-f/weeks-start-on-monday/releases) and run:

``` shell
gnome-extensions install weeks-start-on-monday@extensions.gnome-shell.fifi.org.v17.shell-extension.zip
gnome-extensions install weeks-start-on-monday@extensions.gnome-shell.fifi.org.v18.shell-extension.zip
```

## Building from source
Expand All @@ -69,6 +69,16 @@ gnome-extensions install weeks-start-on-monday@extensions.gnome-shell.fifi.org.v

## Changelog

### Version 18
#### September 11, 2024

- Gnome Shell 47 compatibility.
- Update meson-gse:
- Now requires meson 1.4.0 or later.
- Build now runs eslint on test, added prettier target.
- Update to pass eslint.
- Code reformatted with prettier.

### Version 17
#### April 5, 2024

Expand Down Expand Up @@ -207,3 +217,5 @@ First public release.
-->
<!-- LocalWords: initTranslations gse's GJS mozjs re-implementation
-->
<!-- LocalWords: eslint js102 js91
-->
2 changes: 1 addition & 1 deletion meson-gse.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

gse_project({weeks-start-on-monday},
{extensions.gnome-shell.fifi.org},
{17},
{18},
{
gse_sources += []
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 a5cd9cc

Please sign in to comment.