summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-26 04:19:37 +0200
committeractionless2022-10-26 04:19:37 +0200
commitc729067e23a0a6ec916978ad903957c390caaa06 (patch)
treee6a2160a57b518c1d711c94ed0314e4abe90cdec
parent6efb2cc63e2cfc581a942a98265b36310dc9a769 (diff)
downloadaur-c729067e23a0a6ec916978ad903957c390caaa06.tar.gz
update to 1.15
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG23
-rw-r--r--PKGBUILD2
3 files changed, 25 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3abcaa108385..ddad58b5f371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = themix-import-images-git
pkgdesc = Import plugin for Themix GUI designer to get color palettes from the images
- pkgver = 1.14
+ pkgver = 1.15
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
diff --git a/CHANGELOG b/CHANGELOG
index abf7f8c0ac41..baa8285d22f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1695,3 +1695,26 @@ Wed Oct 6 22:25:36 2021 +0200
2020-06-16 bd515fb1 csts feat(colors): Create DarkOnesk2 (#313)
2020-06-16 485b9f87 csts feat(colors): Create DarkOnesk1 (#312)
2020-05-29 e1fa9794 actionless chore: extract xresources-import related functionality to a separate plugin
+
+
+Wed Oct 26 04:11:29 2022 +0200
+-------------------------------------------------
+1.15 Release 1.15
+
+ Notable changes:
+ 2022-10-26 4985a527 actionless feat(plugins: icons: archdroid): allow to choose custom export dir
+ 2022-10-26 b3a9982b actionless feat(plugins: icons: gnomecolors): allow to choose custom export dir
+ 2022-10-26 731ad1fc actionless feat(plugins: icons: numix): allow to choose custom export dir
+ 2022-10-26 be5f38f1 actionless feat(plugins: icons: papirus): allow to choose custom export dir
+ 2022-10-26 64c8f1cf actionless fix(plugin_loader: error_handler): make dialog work again
+ 2022-03-15 00300105 actionless feat(plugin_loader): extend cli error message
+ 2022-01-18 c3663901 actionless fix(colors): restore support for python<3.9
+ 2021-10-10 9abd4a18 actionless feat(shortcuts): make strings translate-able
+ 2021-10-08 fd7d0199 actionless feat(shortcuts window): show shortcuts defined by plugins
+
+ Submodule changes:
+ 2022-10-26 674af98d actionless chore(plugins: base16; packaging: arch): update submodule (release 1.4: add gtk4, improve kde breeze theme; sync base16 mirror)
+ 2022-10-26 3e1fc8b1 actionless chore(plugins: icons_papirus; packaging: arch): update submodule (sync with upstream and add --destdir option)
+ 2022-10-26 80e543fb actionless chore(plugins: icons_numix; packaging: arch): update submodule (sync with upstream and add --destdir option)
+ 2022-10-26 100ebd43 actionless chore(plugins: icons_gnomecolors; packaging: arch): update submodule (release 5.5.6: add --destdir option)
+ 2022-10-26 3b16b1ba actionless chore(plugins: icons_archdroid; packaging: arch): update submodule (release 1.0.3: add --destdir option)
diff --git a/PKGBUILD b/PKGBUILD
index 65c3e9c94928..355d9e9d6e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=themix-import-images
pkgname="${_pkgname}-git"
-pkgver=1.14
+pkgver=1.15
pkgrel=1
pkgdesc="Import plugin for Themix GUI designer to get color palettes from the images"
arch=('x86_64' 'i686')