Skip to content

Commit c25208a

Browse files
authored
Merge pull request #362 from Leleat/release-48
Release: Bump version to 48
2 parents 4afaadc + b7447b8 commit c25208a

File tree

16 files changed

+1560
-107
lines changed

16 files changed

+1560
-107
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [48] - 2024-08-10
4+
5+
### Added
6+
7+
- Add more Italian translation by albanobattistella (#352)
8+
- Add translations comments (#338)
9+
10+
### Fixed
11+
12+
- Ignore unused mods for determining the MoveModes (#340)
13+
- Don't spam logs that a config file exists when un/locking the screen by jtojnar (#346)
14+
- Mark 'Preferences' in the PanelButton for translation by ChrisLauinger77 (#351)
15+
- Maximize windows vertically/horizontally without gaps (#353)
16+
- Mark 'Disabled' for translation in prefs by ChrisLauinger77 (#356)
17+
- Work around a possible mutter assertion when trying to tile an app that crashed (#360)
18+
- Work around a possible crash when un/locking the screen (#361)
19+
320
## [47] - 2024-04-21
421

522
### Fixed

scripts/aur-build/.SRCINFO

Lines changed: 2 additions & 2 deletions
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 = 47
3+
pkgver = 48
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=v47
13+
source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v48
1414
sha256sums = SKIP
1515

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

scripts/aur-build/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contributor: VeldoraTheDragon <127216238+VeldoraTheDragon@users.noreply.github.com>
33

44
pkgname=gnome-shell-extension-tiling-assistant
5-
pkgver=47
5+
pkgver=48
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"uuid": "tiling-assistant@leleat-on-github",
1010
"gettext-domain": "tiling-assistant@leleat-on-github",
1111
"settings-schema": "org.gnome.shell.extensions.tiling-assistant",
12-
"version": 47
12+
"version": 48
1313
}

translations/cs.po

Lines changed: 153 additions & 10 deletions
Large diffs are not rendered by default.

translations/de_CH.po

Lines changed: 153 additions & 10 deletions
Large diffs are not rendered by default.

translations/de_DE.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-06-08 14:57+0200\n"
10+
"POT-Creation-Date: 2024-08-10 18:13+0200\n"
1111
"PO-Revision-Date: 2024-06-08 15:03+0200\n"
1212
"Last-Translator: Christian Lauinger <christian@lauinger-clan.de>\n"
1313
"Language-Team: \n"
@@ -181,6 +181,8 @@ msgstr ""
181181
#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:494
182182
#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:514
183183
#: tiling-assistant@leleat-on-github/src/ui/prefs.ui:534
184+
#: tiling-assistant@leleat-on-github/src/ui/shortcutListener.ui:14
185+
#: tiling-assistant@leleat-on-github/src/prefs/shortcutListener.js:102
184186
msgid "Disabled"
185187
msgstr "Deaktiviert"
186188

translations/es.po

Lines changed: 153 additions & 10 deletions
Large diffs are not rendered by default.

translations/hu.po

Lines changed: 153 additions & 10 deletions
Large diffs are not rendered by default.

translations/it_IT.po

Lines changed: 156 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)