summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index cf3e97fc3b4c..5a2b4f61407d 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,20 @@
Version history
===============
+0.9.47
+------
+
+2022-08-11
+
+Add Swedish translation of the Lix user interface by Sanchez.
+
+Fix #387: Update skill panel on tweak. Now, after shifting a skill assignment
+forward or backward by a single frame in the replay tweaker, the skill panel
+updates all skill buttons' counts accordingly. This matters when some skills
+assignments have become illegal in the now-edited replay.
+
+
+
0.9.46
------
diff --git a/.SRCINFO b/.SRCINFO
index c9b5c8ca7dde..6ebe4c93d60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.46
+ pkgver = 0.9.47
pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = liblphobos
- source = lix-0.9.46.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.46.tar.gz
+ source = lix-0.9.47.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.47.tar.gz
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
source = lix-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
@@ -28,7 +28,7 @@ pkgbase = lix
source = lix-silly::git+https://gitlab.com/AntonMeep/silly.git#tag=v1.0.2
source = lix-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.11.22
source = lix-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.55
- sha512sums = 47bd3180ef6f70ec89f0a71bee643f069f0bcb7a3394d5a8b26050f967a88ab7115c74db8f9ae8a1cc58f033c4efd24b9a95fd389cf3943c59c517f5e5839ca5
+ sha512sums = f24133cc5e2ef17b65b69ac6cf2e6cbcf4382cb5f8f960a699c015a4060a9903fe920261716038b58e8dd86fdf08cda37d4efc25e118f3e7e6f682f71b2e2e08
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = 375b1439d9398371a3f58a92bfc0901b86bd89140aae431c7d9405bd2fb36ebcdb22b2686fea72d88b23a4ab94b138b4d742d8fd2965d8ec0542d2f8f64ed0c2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1bf2000acff3..d55b3995305e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.9.46
+pkgver=0.9.47
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz")
-sha512sums=('47bd3180ef6f70ec89f0a71bee643f069f0bcb7a3394d5a8b26050f967a88ab7115c74db8f9ae8a1cc58f033c4efd24b9a95fd389cf3943c59c517f5e5839ca5')
+sha512sums=('f24133cc5e2ef17b65b69ac6cf2e6cbcf4382cb5f8f960a699c015a4060a9903fe920261716038b58e8dd86fdf08cda37d4efc25e118f3e7e6f682f71b2e2e08')
_gitname=LixD
pkgdesc="An action-puzzle game inspired by Lemmings"