Skip to content

Commit ffcc8b7

Browse files
authored
Merge pull request #390 from Leleat/release-50
Release 50
2 parents bdb33b9 + ebed7a5 commit ffcc8b7

File tree

18 files changed

+1707
-1332
lines changed

18 files changed

+1707
-1332
lines changed

CHANGELOG.md

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

3+
## [50] - 2025-01-27
4+
5+
### Added
6+
7+
- Add Russian translation by Ser82-png (#367)
8+
- Add Polish translation by alewicki95 (#369)
9+
- Add Italian translation by albanobattistella (#377)
10+
- Add Ukrainian translation by xalt7x (#379)
11+
12+
### Fixed
13+
14+
- Added option to make the Outline Focus Hint an actual outline to improve the compatibility with transparent windows (#384)
15+
- Workaround retiling already tiled windows freezing by disabling animations for them (#385)
16+
- Fixed some compatibility issues with AATWS (#386)
17+
318
## [49] - 2024-08-11
419

520
### 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 = 49
3+
pkgver = 50
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=v49
13+
source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v50
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 <127216238+VeldoraTheDragon@users.noreply.github.com>
33

44
pkgname=gnome-shell-extension-tiling-assistant
5-
pkgver=49
5+
pkgver=50
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": 49
11+
"version": 50
1212
}

translations/cs.po

+117-92
Large diffs are not rendered by default.

translations/de_CH.po

+117-92
Large diffs are not rendered by default.

translations/de_DE.po

+117-92
Large diffs are not rendered by default.

translations/es.po

+117-92
Large diffs are not rendered by default.

translations/hu.po

+117-92
Large diffs are not rendered by default.

translations/it_IT.po

+124-98
Large diffs are not rendered by default.

translations/ja.po

+117-92
Large diffs are not rendered by default.

translations/main.pot

+117-92
Large diffs are not rendered by default.

translations/nl.po

+117-92
Large diffs are not rendered by default.

translations/pl.po

+160-126
Large diffs are not rendered by default.

translations/pt_BR.po

+117-92
Large diffs are not rendered by default.

translations/ru.po

+117-92
Large diffs are not rendered by default.

translations/uk.po

+117-92
Large diffs are not rendered by default.

translations/zh_TW.po

+117-92
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)