summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahuel Gomez Castro2019-10-18 18:28:12 -0300
committerNahuel Gomez Castro2019-10-18 18:28:12 -0300
commitbe99e5921d0682f1119d686bcc0051d8459d605a (patch)
tree5c1c1d51c98ab70a4b543173b5af08fd48dc6709
parent969e8876c1312db67a434b9ecc169259d14de907 (diff)
downloadaur-be99e5921d0682f1119d686bcc0051d8459d605a.tar.gz
Update to 2.4
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD2
3 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1333035a54c..649914a6e974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dynamic-wallpaper-editor
pkgdesc = A little utility for creation or edition of GNOME desktop's XML wallpapers
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/maoschanz/dynamic-wallpaper-editor
changelog = CHANGELOG
@@ -10,7 +10,7 @@ pkgbase = dynamic-wallpaper-editor
makedepends = git
depends = python
depends = hicolor-icon-theme
- source = git+https://github.com/maoschanz/dynamic-wallpaper-editor.git#tag=2.3
+ source = git+https://github.com/maoschanz/dynamic-wallpaper-editor.git#tag=2.4
sha256sums = SKIP
pkgname = dynamic-wallpaper-editor
diff --git a/CHANGELOG b/CHANGELOG
index 013855c468bd..d553c960aef6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+v2.4
+====
+Add a picture-wide menu with actions such as "Replace with…", thus missing
+pictures can be replaces without the necessity to set the durations again, or
+"View file" to open the file in the system image viewer.
+
+Wallpaper types are now managed from the primary menu again.
+
v2.3
====
Add the ability to search among pictures, fix a memory leak, improve the
diff --git a/PKGBUILD b/PKGBUILD
index cfec63671192..ebb6b948981b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname='dynamic-wallpaper-editor'
-pkgver='2.3'
+pkgver='2.4'
pkgrel='1'
pkgdesc="A little utility for creation or edition of GNOME desktop's XML wallpapers"
changelog='CHANGELOG'