Skip to content

Commit

Permalink
Release version 16.
Browse files Browse the repository at this point in the history
meson-gse.build: Bump version to 16.
README.md: Add v16 changelog.
  • Loading branch information
F-i-f committed Jan 10, 2024
1 parent 9ef2c7e commit bcebb48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 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/v15/weeks-start-on-monday@extensions.gnome-shell.fifi.org.v15.shell-extension.zip)
file](https://github.com/F-i-f/weeks-start-on-monday/releases/download/v16/weeks-start-on-monday@extensions.gnome-shell.fifi.org.v16.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.v15.shell-extension.zip
gnome-extensions install weeks-start-on-monday@extensions.gnome-shell.fifi.org.v16.shell-extension.zip
```

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

## Changelog

### Version 16
#### January 9, 2024

- Fix code object lifetime issues raised in rejected version 15 review.

### Version 15
#### January 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 @@ -16,7 +16,7 @@

gse_project({weeks-start-on-monday},
{extensions.gnome-shell.fifi.org},
{15},
{16},
{
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 bcebb48

Please sign in to comment.