Skip to content

Commit

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

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

## Changelog

### Version 14
#### January 9, 2024

- Gnome Shell 44 compatibility.
- Update meson-gse:
- js102 support

### Version 13
#### September 22, 2022

Expand Down
4 changes: 2 additions & 2 deletions meson-gse.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# weeks-start-on-monday - Gnome shell extension for changing the week start day
# Copyright (C) 2019-2022 Philippe Troin (F-i-f on Github)
# Copyright (C) 2019-2024 Philippe Troin (F-i-f on Github)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -16,7 +16,7 @@

gse_project({weeks-start-on-monday},
{extensions.gnome-shell.fifi.org},
{13},
{14},
{
gse_sources += []
gse_libs += []
Expand Down
4 changes: 2 additions & 2 deletions meson.build

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

0 comments on commit c4b1726

Please sign in to comment.