summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-01-27 17:26:34 +0100
committeractionless2019-01-27 17:26:34 +0100
commite50d1758867200c91d6d35c661273f616a31011c (patch)
tree17620a63d740cb88d74d8b60a3cf599b4e327d13
parent5d0aaa693503685cd5c1ed6ba672c1121759f9d2 (diff)
downloadaur-e50d1758867200c91d6d35c661273f616a31011c.tar.gz
update to 1.11
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG32
-rw-r--r--PKGBUILD4
3 files changed, 36 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 093a1ae16ca1..b084b95f5e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oomox-git
- pkgdesc = Themix: GUI for generating different color variations of Arc, Materia, Oomox themes (GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), ArchDroid, Gnome-Colors, Numix icon themes, and terminal palettes. Have a hack for HiDPI in GTK2.
- pkgver = 1.10.r45.gd9475317
+ pkgdesc = Themix: GUI for generating different color variations of Arc, Materia, Oomox themes (GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), ArchDroid, Gnome-Colors, Numix, Papirus icon themes, and terminal palettes. Have a hack for HiDPI in GTK2.
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/themix-project/oomox
arch = x86_64
diff --git a/CHANGELOG b/CHANGELOG
index e296dfad689a..9f7894fd1c65 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1359,3 +1359,35 @@ Fri Jan 4 02:14:03 2019 +0100
2018-12-26 83503b16 actionless feat(presets_list): add hotkeys Left and Right arrows to expand/collapse and F5 to refresh
2018-12-26 37729347 actionless chore(plugins: oomox): update submodule (fix sidebar list styling)
2018-12-26 faa0b635 Vlada Makhonina Create new palette folder WoopWoop
+
+
+Sun Jan 27 17:21:46 2019 +0100
+-------------------------------------------------
+1.11 Release 1.11
+
+ Most imporant update:
+ Support for Papirus icons
+
+ Other notable changes:
+ 2019-01-27 78bf927b actionless chore(colors): February theme
+ 2019-01-25 c3f01d59 actionless chore(plugins: base16): update submodule (add QOwnNotes template and themes updates)
+ 2019-01-21 549c38af actionless fix(main: save): don't raise save question when forking factory preset
+ 2019-01-21 ce13f2ea actionless fix(plugins: theme: arc: preview): checkbox check color
+ 2019-01-20 8982ebd9 Sergei Eremenko Improve icons_papirus plugin
+ 2019-01-19 ebe26ca6 nana-4 Rename "Caret" to "Textbox Caret"
+ 2019-01-18 23120204 nana-4 Move all theme colors to colors section
+ 2019-01-18 6e91f8c3 Sergei Eremenko Added plugin for papirus-icon-theme (#205)
+ 2019-01-16 08e07f41 actionless chore(plugins: base16, oomox): update submodules (gtk3: background of inavtive progressbar with gradient-ed themes)
+ 2019-01-15 9bb6b565 actionless chore(colors: modern): add oodwaita-tng
+ 2019-01-12 cb5e1051 Vlada Makhonina WoopWoop: add new palette
+ 2019-01-11 b02d60a1 actionless chore(colors): add orville theme
+ 2019-01-11 4b2a3bd0 nana-4 Fix Arc's blurry checkbox in preview
+ 2019-01-11 64106552 actionless chore(plugins: oomox): update submodule: feat(gtk320: button, entry): unify left/right padding and make it depend on roundness to make text readable on the sides in case of too big border radius
+ 2019-01-08 200801b1 actionless chore(plugins: icons: gnome-colors): update submodule (flush destination dir before copying built icons)
+ 2019-01-08 19fbef79 actionless feat(main): prevent computer from poweroff/logout while theme is not saved
+ 2019-01-05 e2a00f7d actionless chore(colors: modern): fix arc-dark and add arc-darker
+ 2019-01-05 260f7df6 actionless feat(plugin_api; plugins: base16): display user plugin-presets separately from factory ones
+ 2019-01-05 2ec333e7 actionless fix(preview: gtk): remove headerbar rounding since it's not displayed properly
+ 2019-01-04 c191f4aa actionless refactor: bring back python3.4 support
+ 2019-01-04 81b1bb3b LaurentTreguier chore(dockerfile): add python 3.4 centos 7
+ 2019-01-04 291b486a actionless feat(preset_list): group plugin presets by first-level dirs
diff --git a/PKGBUILD b/PKGBUILD
index 78bccff2b002..a75b9f3faea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Upstream URL: https://github.com/themix-project/oomox
pkgname=oomox-git
-pkgver=1.10.r45.gd9475317
+pkgver=1.11
pkgrel=1
pkgdesc="Themix: GUI for generating different color variations
of Arc, Materia, Oomox themes
(GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm),
-ArchDroid, Gnome-Colors, Numix icon themes,
+ArchDroid, Gnome-Colors, Numix, Papirus icon themes,
and terminal palettes.
Have a hack for HiDPI in GTK2."
arch=('x86_64' 'i686')