diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0b9f6..f3bb5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [51] - 2025-02-16 + +### Added + +- Port to GNOME 48 (#388) + +### Fixed + +- Don't show tile preview for unresizable and skip_taskbar windows (#389) + ## [50] - 2025-01-27 ### Added diff --git a/scripts/aur-build/.SRCINFO b/scripts/aur-build/.SRCINFO index ebb3a05..b895ceb 100644 --- a/scripts/aur-build/.SRCINFO +++ b/scripts/aur-build/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-tiling-assistant pkgdesc = A GNOME Shell extension to expand GNOME's native 2 column design. - pkgver = 50 + pkgver = 51 pkgrel = 1 url = https://github.com/Leleat/Tiling-Assistant install = INSTALL @@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-tiling-assistant depends = gnome-shell provides = gnome-shell-extension-tiling-assistant conflicts = gnome-shell-extension-tiling-assistant - source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v50 + source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v51 sha256sums = SKIP pkgname = gnome-shell-extension-tiling-assistant diff --git a/scripts/aur-build/PKGBUILD b/scripts/aur-build/PKGBUILD index 9e7883e..3399de3 100644 --- a/scripts/aur-build/PKGBUILD +++ b/scripts/aur-build/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: VeldoraTheDragon <127216238+VeldoraTheDragon@users.noreply.github.com> pkgname=gnome-shell-extension-tiling-assistant -pkgver=50 +pkgver=51 pkgrel=1 pkgdesc="A GNOME Shell extension to expand GNOME's native 2 column design." arch=('x86_64') diff --git a/tiling-assistant@leleat-on-github/metadata.json b/tiling-assistant@leleat-on-github/metadata.json index 7a18530..dd95df0 100644 --- a/tiling-assistant@leleat-on-github/metadata.json +++ b/tiling-assistant@leleat-on-github/metadata.json @@ -8,5 +8,5 @@ "uuid": "tiling-assistant@leleat-on-github", "gettext-domain": "tiling-assistant@leleat-on-github", "settings-schema": "org.gnome.shell.extensions.tiling-assistant", - "version": 50 + "version": 51 } diff --git a/translations/main.pot b/translations/main.pot index df707db..c257ae9 100644 --- a/translations/main.pot +++ b/translations/main.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-27 12:21+0100\n" +"POT-Creation-Date: 2025-02-11 16:45+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"