summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoi Sek2018-05-20 21:49:57 -0700
committerNoi Sek2018-05-20 21:49:57 -0700
commit7cf2f9172383e8b77a630717dd54bb5bf3a9b19a (patch)
tree2ef12e50c67a16914b89dda73b01a69a60b1b3f4
parent4563e5d07dacc552c61648520fe82774a0ca6b9b (diff)
downloadaur-7cf2f9172383e8b77a630717dd54bb5bf3a9b19a.tar.gz
Upgrade to version 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt22
3 files changed, 27 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6d63c83d295..a5107ff7fbb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-webkit-theme-aether
pkgdesc = A sleek, customizable Archlinux theme for lightdm.
- pkgver = 2.0.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/NoiSek/Aether
install = lightdm-webkit-theme-aether.install
@@ -10,8 +10,8 @@ pkgbase = lightdm-webkit-theme-aether
depends = lightdm
depends = lightdm-webkit2-greeter>=2.2.3
depends = ttf-opensans
- source = https://github.com/NoiSek/Aether/archive/v2.0.1.tar.gz
- md5sums = a149abebb88b5e8688d4aaf87b2ea07b
+ source = https://github.com/NoiSek/Aether/archive/v2.2.0.tar.gz
+ md5sums = 41384e1ce80072b880a44a0f10ff4150
pkgname = lightdm-webkit-theme-aether
diff --git a/PKGBUILD b/PKGBUILD
index d028c69583e5..89434c005712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noi Sek <noi.t.sek | gmail>
pkgname=lightdm-webkit-theme-aether
-pkgver=2.0.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="A sleek, customizable Archlinux theme for lightdm."
arch=('any')
@@ -11,7 +11,7 @@ depends=('lightdm' 'lightdm-webkit2-greeter>=2.2.3' 'ttf-opensans')
install='lightdm-webkit-theme-aether.install'
changelog='changelog.txt'
source=("https://github.com/NoiSek/Aether/archive/v$pkgver.tar.gz")
-md5sums=('a149abebb88b5e8688d4aaf87b2ea07b')
+md5sums=('41384e1ce80072b880a44a0f10ff4150')
package() {
cd "$pkgdir"
diff --git a/changelog.txt b/changelog.txt
index a45971153b2c..44e3ff6baa9d 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,7 +1,23 @@
+v2.2.0 -- Monday, May 21, 2018 4:46:47 AM
+
+Adds an experimental "Star Field" as the beginning of optional eye candy features (found under the 'Style' tab in the settings)
+Adds the ability to select the password field with CTRL + A
+Adds the option to hide the User Switcher
+Adds the option to hide Avatar backgrounds
+
+Fixes an issue where DPI settings wouldn't be carried over once saved
+Fixes unreliable dropdown responsiveness
+Fixes theme "flashing" before loading properly
+Fixes several instances where changing certain options wouldn't update as expected
+
+===============================================================================
+
v2.0.1 -- Sat, 17 Mar 2018 11:39:27 GMT
Fixes color picker issues when editing values.
+===============================================================================
+
v2.0.0 -- Fri, 17 Mar 2017 09:42:36 GMT
Adds 6 new built in theme presets
@@ -10,11 +26,15 @@ Adds the ability to create / load theme presets using the current settings
Adds DPI setting for High DPI (Retina) devices
Theme will now auto-focus the password field on-load
+===============================================================================
+
v1.3.1 -- Fri, 17 Mar 2017 09:42:36 GMT
Fixes an error that would occur due to poor distro logo configuration handling.
Fixes poor CSS rendering due to Safari 10 quirkiness.
+===============================================================================
+
v1.3.0 -- Fri, 17 Mar 2017 06:33:46 GMT
Adds customization dialogue, distro logos, allows custom Date & Time formatting.
@@ -22,6 +42,8 @@ Adds customization dialogue, distro logos, allows custom Date & Time formatting.
Fixes login issues when used as a lockscreen, properly respects wallpaper
directory setting.
+===============================================================================
+
v1.2.1 -- Thu, 22 Sep 2016 09:44:53 GMT
Fixes date formatting issues, adds wallpaper customization.