Skip to content

Commit

Permalink
Release: Bump version to 47
Browse files Browse the repository at this point in the history
  • Loading branch information
Leleat committed Apr 21, 2024
1 parent 8f4daab commit 8a176de
Show file tree
Hide file tree
Showing 16 changed files with 1,732 additions and 1,813 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [47] - 2024-04-21

### Fixed

- Don't untile a window on a single click by taoky (#328)

### Changed

- Use native AdwSwitchRow and AdwSpinRow (#334)

### Removed

- Removed restore-window-size-on-grab-start/end setting since it should be no longer needed (#334)

## [46] - 2024-03-24

### 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 = 46
pkgver = 47
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=v46
source = gnome-shell-extension-tiling-assistant::git+https://github.com/Leleat/Tiling-Assistant.git#tag=v47
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=46
pkgver=47
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 @@ -9,5 +9,5 @@
"uuid": "tiling-assistant@leleat-on-github",
"gettext-domain": "tiling-assistant@leleat-on-github",
"settings-schema": "org.gnome.shell.extensions.tiling-assistant",
"version": 46
"version": 47
}
Loading

0 comments on commit 8a176de

Please sign in to comment.