Skip to content

Commit 9373d10

Browse files
authored
Merge pull request #393 from Leleat/release-51
Release: Bump version to 51
2 parents ebc23e1 + 7b98a43 commit 9373d10

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [51] - 2025-02-16
4+
5+
### Added
6+
7+
- Port to GNOME 48 (#388)
8+
9+
### Fixed
10+
11+
- Don't show tile preview for unresizable and skip_taskbar windows (#389)
12+
313
## [50] - 2025-01-27
414

515
### Added

scripts/aur-build/.SRCINFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = gnome-shell-extension-tiling-assistant
22
pkgdesc = A GNOME Shell extension to expand GNOME's native 2 column design.
3-
pkgver = 50
3+
pkgver = 51
44
pkgrel = 1
55
url = https://github.com/Leleat/Tiling-Assistant
66
install = INSTALL
@@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-tiling-assistant
1010
depends = gnome-shell
1111
provides = gnome-shell-extension-tiling-assistant
1212
conflicts = gnome-shell-extension-tiling-assistant
13-
source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v50
13+
source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v51
1414
sha256sums = SKIP
1515

1616
pkgname = gnome-shell-extension-tiling-assistant

scripts/aur-build/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contributor: VeldoraTheDragon <[email protected]>
33

44
pkgname=gnome-shell-extension-tiling-assistant
5-
pkgver=50
5+
pkgver=51
66
pkgrel=1
77
pkgdesc="A GNOME Shell extension to expand GNOME's native 2 column design."
88
arch=('x86_64')

tiling-assistant@leleat-on-github/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"uuid": "tiling-assistant@leleat-on-github",
99
"gettext-domain": "tiling-assistant@leleat-on-github",
1010
"settings-schema": "org.gnome.shell.extensions.tiling-assistant",
11-
"version": 50
11+
"version": 51
1212
}

translations/main.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-27 12:21+0100\n"
11+
"POT-Creation-Date: 2025-02-11 16:45+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)