Florian Müllner
4345703c2e
Bump version to 45.beta
...
Update NEWS.
2023-08-07 16:41:23 +02:00
Florian Müllner
278d0afc79
Bump version to 45.alpha
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/258 >
2023-07-03 00:25:31 +02:00
Florian Müllner
90031432da
build: Remove left-over variable
...
We no longer install a separate mode style, so the variable is
now unused.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/258 >
2023-07-03 00:25:03 +02:00
Florian Müllner
b7895ad956
extensions: Add new light-style extension
...
Now that gnome-shell supports a light style, people may want to
use it without forcing all apps to be light.
Add a small extension that switches the default to light, so the
shell follows the regular "dark style" preference.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/256 >
2023-06-23 14:36:09 +00:00
Florian Müllner
f6b6049bc5
classic: Use light color scheme instead of classic styling
...
gnome-shell now includes a light variant, and supports switching
between dark- and light styling at runtime.
That means we no longer have to build our own stylesheet, and can
instead just instruct gnome-shell to always use the light style
in the classic session.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/254 >
2023-05-26 20:26:43 +02:00
Florian Müllner
58b4b3c8d6
Bump version to 44.0
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249 >
2023-03-19 05:14:23 +01:00
Florian Müllner
25cc126ebc
build: Add configuration summary
...
Meson now has a summary() function to easily summarize the build
configuration after the project was configured, use that for some
fancy output when the feature is available.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249 >
2023-03-19 04:52:56 +01:00
Florian Müllner
30bac19c5a
build: Compile gschemas if necessary
...
It is good practice to recompile schemas after installing a new
schema, but for some reason we never did.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249 >
2023-03-19 04:30:45 +01:00
Florian Müllner
7689d660dc
build: Bump meson requirement
...
Using the same minimum version as gnome-shell should be
uncontroversial, and allows us to use some new features.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249 >
2023-03-19 04:14:01 +01:00
Florian Müllner
e0d5ede296
Bump version to 44.rc
...
Update NEWS.
2023-03-06 04:35:46 +01:00
Florian Müllner
ffa9806d40
Bump version to 44.beta
...
Update NEWS.
2023-02-14 18:01:27 +01:00
Florian Müllner
de48d02c62
Bump version to 43.1
...
Update NEWS.
2022-10-22 18:11:14 +02:00
Florian Müllner
6ebb41b1e8
Bump version to 43.0
...
Update NEWS.
2022-09-17 18:41:49 +02:00
Florian Müllner
01d3d8fd6d
Bump version to 43.rc
...
Update NEWS.
2022-09-04 15:25:43 +02:00
Florian Müllner
d62b58b1d9
Bump version to 43.beta
...
Update NEWS.
2022-08-10 20:03:20 +02:00
Florian Müllner
14c60eb954
Bump version to 43.alpha
...
Update NEWS.
2022-07-10 14:36:37 +02:00
Florian Müllner
8b62c38e20
Bump version to 42.3
...
Update NEWS.
2022-07-02 18:41:28 +02:00
Florian Müllner
959782835d
Bump version to 42.2
...
Update NEWS.
2022-05-28 14:30:58 +02:00
Florian Müllner
a02c9b6589
Bump version to 42.1
...
Update NEWS.
2022-05-06 13:35:32 +02:00
Florian Müllner
227c900d1c
Bump version to 42.0
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/220 >
2022-03-12 23:57:47 +01:00
Florian Müllner
80e68be9fa
Bump version to 42.rc
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/219 >
2022-03-07 16:04:51 +01:00
Florian Müllner
14cdb5fa16
Bump version to 42.beta
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/216 >
2022-02-14 23:18:46 +01:00
Florian Müllner
fac3d8b8c4
Bump version to 42.alpha
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/206 >
2022-01-10 22:40:29 +01:00
Neal Gompa
eb517c8517
classic: Install the session for Wayland and ship override sessions
...
The regular GNOME session ships with three options:
* GNOME
* GNOME on Wayland (available when GDM starts in X11)
* GNOME on Xorg (available when GDM starts in Wayland)
The main GNOME session is set up so it works to match how GDM starts,
so GNOME is on Wayland if GDM is (or GNOME is on X11 if GDM is).
For GNOME Classic, we are missing this setup, so port this behavior
over from the GNOME session setup.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/195 >
2021-10-29 10:00:02 -04:00
Florian Müllner
4ccf12e988
Bump version to 41.0
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/192 >
2021-09-19 12:47:07 +02:00
Florian Müllner
74121fce78
Bump version to 41.rc.1
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/191 >
2021-09-06 01:40:31 +02:00
Florian Müllner
0a7491d747
build: Bump meson requirement
...
Passing arguments to dist scripts was only introduced after 0.44,
so bump the requirement to shut up the corresponding warning.
Meson 0.53 is the same version requirement as gnome-shell, so that
shouldn't be an issue for distributors.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/191 >
2021-09-06 01:40:11 +02:00
Florian Müllner
5dfdb68c75
Bump version to 41.rc
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/188 >
2021-09-05 02:02:52 +02:00
Florian Müllner
769ad859e6
build: Check NEWS for version
...
I don't think this ever happened to me, but it can't hurt enforcing
that every release has a corresponding NEWS entry.
(The script has been copied from Polari, thus the metainfo support)
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/186 >
2021-09-04 05:10:23 +02:00
Florian Müllner
2307e2cabe
Bump version to 41.beta
...
Update NEWS.
2021-08-18 01:50:19 +02:00
Florian Müllner
861e5c0be6
build: Only use major version in shell-versions
...
The website changed its version handling again, and now takes "40.0"
to mean "40.0, and only 40.0".
Not complaining though, as "40" is more correct in my opinion anyway ...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/172 >
2021-05-25 15:45:21 +02:00
Florian Müllner
bf86b84d6c
Post-release version bump
2021-05-14 17:01:12 +02:00
Florian Müllner
8aa645ae5d
build: Adjust shell-version
...
With the new version scheme, only the major version is relevant as
far as gnome-shell is concerned. However the extension website does
not handle that at the moment, so always append a ".0".
2021-03-20 13:39:25 +01:00
Florian Müllner
20540cb843
Post-release version bump
2021-03-20 13:39:25 +01:00
Florian Müllner
7a87bdcb1b
Post-release version bump
2021-03-16 00:00:31 +01:00
Florian Müllner
23887ce2a3
Post-release version bump
2021-02-24 01:57:00 +01:00
Florian Müllner
d7c8a5d193
extensions: Remove horizontal-workspaces extension
...
Workspaces are now horizontal by default, so we don't need to change
the layout for classic mode anymore.
That was the only reason why the extension was added, so it has now
outlived its usefulness.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/158 >
2021-01-29 16:09:59 +00:00
Florian Müllner
3b14c0a04e
Post-release version bump
2021-01-14 19:04:45 +01:00
Florian Müllner
669e7c32a2
classic: Pre-generate stylesheet
...
We follow the rule of not putting generated files under version
control, but that means drawing in additional build-time dependencies.
We can reduce those when building from a released tarball by
generating the stylesheets at dist time though, so do that.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/150 >
2020-12-29 00:27:07 +01:00
Florian Müllner
a7ddbd0d53
Change upcoming version (again)
...
The extension website doesn't handle the chosen scheme correctly,
so use 40.alpha.1 instead.
2020-12-25 23:29:06 +01:00
Florian Müllner
c745dd6362
build: Change upcoming version to 40.alpha2
...
I messed up and released 40.alpha at the same time as 3.38.2, when it's
supposed to be in January. In order to re-align with the schedule, change
the upcoming version to 40.alpha2 so we don't have to skip a release and
will be back on track in time of 40.beta.
2020-12-22 01:33:44 +01:00
Florian Müllner
4e731e1dce
Post-release version bump
2020-12-02 20:40:19 +01:00
Florian Müllner
7c30f35b12
Bump version to 40.alpha
...
The GNOME project has adopted a new versioning scheme[0], and
GNOME 3.38 will be followed by GNOME 40.
Open the new development cycle by switching to the new scheme, as
well as to post-release bumps as recommended.
[0] https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/131
2020-10-06 15:07:54 +02:00
Florian Müllner
9e976f06b4
Bump version to 3.38.1
...
Update NEWS.
2020-10-05 20:43:21 +02:00
Florian Müllner
9e38b091a9
Bump version to 3.38.0
...
Update NEWS.
2020-09-14 22:52:43 +02:00
Florian Müllner
08769ec0b6
Bump version to 3.37.92
...
Update NEWS.
2020-09-06 01:06:49 +02:00
Florian Müllner
75919911f5
Bump version to 3.37.91
...
Update NEWS.
2020-08-24 18:09:27 +02:00
Florian Müllner
e39c3b4561
Bump version to 3.37.90
...
Update NEWS.
2020-08-11 17:32:17 +02:00
Florian Müllner
67d2e2f623
Bump version to 3.37.3
...
Update NEWS.
2020-07-07 18:47:17 +02:00
Florian Müllner
7f2c39cdb2
Bump version to 3.37.2
...
Update NEWS.
2020-06-02 22:16:25 +02:00