Commit graph

28 commits

Author SHA1 Message Date
1216ebb994
other: bump to version 16 2026-03-24 03:04:19 +01:00
63d72f17f0
feature: support GNOME Shell version 50
Checked the source of 50.0 and tested in Fedora 44 Beta and there don't
seem to be any changes relevant to the functionality of this extension.
2026-03-24 03:03:27 +01:00
140c635081
other: bump to version 15 2025-10-03 17:23:05 +02:00
a92ef52034
feature: support GNOME Shell version 49
Checked the source of 49.0 and tested in Fedora 43 Beta and there don't
seem to be any changes relevant to the functionality of this extension.
2025-10-03 17:22:03 +02:00
bcb61b51ac
other: bump to version 14 2025-07-09 02:09:59 +02:00
b17a805035
other: bump version to 13 2025-06-09 00:24:02 +02:00
9c847c0988
feature: support GNOME Shell version 48
Checked the source of 48.2 and tested in Fedora 42 and there don't seem
to be any changes relevant to the functionality of this extension.
2025-06-09 00:22:48 +02:00
23baa41225
other: bump version to 12 2024-09-12 22:56:02 +02:00
07355dcf19
feature: support GNOME Shell version 47
Checked the source of 47.rc and tested in GNOME OS and there don't seem
to be any changes relevant to the functionality of this extension.
2024-09-12 22:55:05 +02:00
b358d2046d
other: bump version to 11 2024-09-11 03:58:32 +02:00
1870a9510a
other: update my name 2024-09-11 03:16:46 +02:00
e04ac8a3ee
feature: support GNOME Shell version 46
There don't seem to be any changes relevant to the functionality of this
extension.
2024-09-11 03:02:02 +02:00
126ebfa9db
Other: Bump version to 10 2023-10-05 15:21:39 +02:00
a1188d5684
Breaking: Migrate extension to the new ESM system of GNOME 45
Migrate with the help of, among others, the following resources:
https://blogs.gnome.org/shell-dev/2023/09/02/extensions-in-gnome-45/
https://gjs.guide/extensions/upgrading/gnome-shell-45.html

Only support GNOME Shell version 45, since only 45 is compatible with
the new ESM system.

Since panel._originalAddToPanelBox is no longer valid, just overwrite
using the prototype on disable.

Add "sourceType": "module" to eslintrc.yml to get rid of:
"Parsing error: 'import' and 'export' may appear only with 'sourceType:
module'"
See here:
https://eslint.org/docs/latest/use/configure/language-options#specifying-parser-options
2023-10-04 03:57:35 +02:00
ed10e7a14b
Other: Bump version to 9 2023-04-21 00:56:12 +02:00
bf598f2a15
Other: Bump version to 8 2023-04-20 23:19:02 +02:00
51a89aec60
Feature: Support GNOME version 44 2023-04-20 23:17:06 +02:00
fa379607ee
Other: Bump version to 7 2023-02-07 12:52:03 +01:00
6bc40441a7
Other: Bump version to 6 2023-01-30 15:33:14 +01:00
680c2a97af
Other: Bump version to 5 2023-01-29 03:41:02 +01:00
93ec247cd3
Other: Bump version to 4 2023-01-25 18:56:59 +01:00
97d8f86372
Feature: Support GNOME version 43 2023-01-25 18:55:08 +01:00
249f3554d5
Breaking: Make preferences usable again and support Gnome Shell 42
Make the preferences usable again (and look good) by using an
`AdwPreferencesPage` as well as various other libadwaita features (like
`AdwPreferencesGroup`, style classes, ...).
Also get rid of some code, which now doesn't seem to be necessary
anymore (making sure no horizontal scrollbar shows and setting a default
size for the preferences window).

This change is marked as "Breaking", since I assume `AdwPreferencesPage`
doesn't work in Gnome Shell 40 and because I changed the supported Gnome
Shell version to 42 accordingly.
2022-10-23 22:10:36 +02:00
d4af68313f
Other: Bump version to 3 2021-07-05 11:03:15 +02:00
8bda3ea0ab
Other: Bump version to 2 2021-06-22 00:03:37 +02:00
3431b12c47
Feature: Add repo url to metadata.json 2021-06-19 21:53:08 +02:00
f8488a97f4
New: Add new top bar items to box orders on enable
Introduce box orders, which allow this extension to save the order top
bar items should be in.
On extension enable, save new top bar items to those box orders.
2021-05-14 13:18:35 +02:00
821d849668
New: Add initial bare-bones extension source code
I'm using version 1 for the first development phase (like what major
version zero (0.y.z) is in Semantic Versioning 2.0.0), so that the first
production version then gets version 2.
2021-05-14 13:18:35 +02:00