summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.Changelog14
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
3 files changed, 23 insertions, 9 deletions
diff --git a/.Changelog b/.Changelog
new file mode 100644
index 000000000000..8f620f76e310
--- /dev/null
+++ b/.Changelog
@@ -0,0 +1,14 @@
+2.7.1 - 2 July 2016
+* NEW: Mac: Support for macOS Sierra (10.12).
+* NEW: Windows: New updater to improve future updates and for a better update experience.
+* NEW: Keyboard Heat-map: Add a view with a table with the key counts.
+* FIXED: Pulsing: Fix situations where the client could pulse every minute.
+* FIXED: Make the "I" button clickable again for the window with all the facts.
+* FIXED: Fix premium expiration date presentation.
+* FIXED: Never allow negative application uptime (when a computers clock changes).
+* FIXED: Keyboard Heat-map: Fix the color overlay positioning of the keyboard when switching between regular and with numpad.
+* FIXED: Input - Mouse Heat-map: Show the export button.
+* FIXED: Windows: Better handle hibernation/sleep and make sure the counters are still active.
+* FIXED: Fix the sizes of the dots in the reboot dot chart when there's just 1 day of the week with reboots.
+* REMOVED: Remove psvince.dll file from installer (was used to detect if the client is running), some A/Vs seemed to have problems with it.
+* IMPROVED: Show a notice when trying to login to an account which is waiting for activation.
diff --git a/.SRCINFO b/.SRCINFO
index ffec99675639..32322447ee94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 28 13:53:52 UTC 2016
+# Sat Jul 2 22:04:06 UTC 2016
pkgbase = whatpulse
pkgdesc = Measures your keyboard, mouse and application usage, network traffic and uptime.
- pkgver = 2.7
+ pkgver = 2.7.1
pkgrel = 1
url = http://www.whatpulse.org
install = whatpulse.install
@@ -14,10 +14,10 @@ pkgbase = whatpulse
optdepends = libpcap: for capturing network statistics
source = whatpulse.desktop
sha256sums = 9ad42960f0a8b538f1d98fea1ced9b2a97ef59aadca50d0382efdb71434572b7
- source_i686 = http://static.whatpulse.org/files/whatpulse-linux-32bit-2.7.tar.gz
- sha256sums_i686 = aa47fcb6a4f71fdc492c2a8e489d51fa1bb5d873d01423cd6600b5ac371a793d
- source_x86_64 = http://static.whatpulse.org/files/whatpulse-linux-64bit-2.7.tar.gz
- sha256sums_x86_64 = 12a469da60561e3fa920703b2326dff2475a443c7c99eee6ee62b69f2a57f01a
+ source_i686 = http://static.whatpulse.org/files/whatpulse-linux-32bit-2.7.1.tar.gz
+ sha256sums_i686 = 1662da8504d03bc14e7195087f5989e6657ad3de2a226f9e0248e0bb49bc83d5
+ source_x86_64 = http://static.whatpulse.org/files/whatpulse-linux-64bit-2.7.1.tar.gz
+ sha256sums_x86_64 = c7e9090866e115486b56a2dc47f920be40354fe6680af0646f3355d9cd8167d2
pkgname = whatpulse
diff --git a/PKGBUILD b/PKGBUILD
index 1178a635f8d0..8b384e196ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Pieter Kokx <pieter $at$ kokx $dot$ .nl>
pkgname=whatpulse
-pkgver=2.7
+pkgver=2.7.1
pkgrel=1
pkgdesc="Measures your keyboard, mouse and application usage, network traffic and uptime."
arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@ source=('whatpulse.desktop')
source_i686=("http://static.whatpulse.org/files/whatpulse-linux-32bit-$pkgver.tar.gz")
source_x86_64=("http://static.whatpulse.org/files/whatpulse-linux-64bit-$pkgver.tar.gz")
sha256sums=('9ad42960f0a8b538f1d98fea1ced9b2a97ef59aadca50d0382efdb71434572b7')
-sha256sums_i686=('aa47fcb6a4f71fdc492c2a8e489d51fa1bb5d873d01423cd6600b5ac371a793d')
-sha256sums_x86_64=('12a469da60561e3fa920703b2326dff2475a443c7c99eee6ee62b69f2a57f01a')
+sha256sums_i686=('1662da8504d03bc14e7195087f5989e6657ad3de2a226f9e0248e0bb49bc83d5')
+sha256sums_x86_64=('c7e9090866e115486b56a2dc47f920be40354fe6680af0646f3355d9cd8167d2')
package() {
cd $srcdir/