Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 50 #390

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [50] - 2025-01-27

### Added

- Add Russian translation by Ser82-png (#367)
- Add Polish translation by alewicki95 (#369)
- Add Italian translation by albanobattistella (#377)
- Add Ukrainian translation by xalt7x (#379)

### Fixed

- Added option to make the Outline Focus Hint an actual outline to improve the compatibility with transparent windows (#384)
- Workaround retiling already tiled windows freezing by disabling animations for them (#385)
- Fixed some compatibility issues with AATWS (#386)

## [49] - 2024-08-11

### Added
Expand Down
4 changes: 2 additions & 2 deletions scripts/aur-build/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-tiling-assistant
pkgdesc = A GNOME Shell extension to expand GNOME's native 2 column design.
pkgver = 49
pkgver = 50
pkgrel = 1
url = https://github.com/Leleat/Tiling-Assistant
install = INSTALL
Expand All @@ -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=v49
source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v50
sha256sums = SKIP

pkgname = gnome-shell-extension-tiling-assistant
2 changes: 1 addition & 1 deletion scripts/aur-build/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: VeldoraTheDragon <[email protected]>

pkgname=gnome-shell-extension-tiling-assistant
pkgver=49
pkgver=50
pkgrel=1
pkgdesc="A GNOME Shell extension to expand GNOME's native 2 column design."
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion tiling-assistant@leleat-on-github/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": 49
"version": 50
}
209 changes: 117 additions & 92 deletions translations/cs.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/de_CH.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/de_DE.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/es.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/hu.po

Large diffs are not rendered by default.

222 changes: 124 additions & 98 deletions translations/it_IT.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/ja.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/main.pot

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/nl.po

Large diffs are not rendered by default.

286 changes: 160 additions & 126 deletions translations/pl.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/pt_BR.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/ru.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/uk.po

Large diffs are not rendered by default.

209 changes: 117 additions & 92 deletions translations/zh_TW.po

Large diffs are not rendered by default.

Loading