From 5761f34e1b2bc57c17fb0a432e86680254634eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A8re=20Monseur?= Date: Tue, 15 Aug 2017 12:50:40 +0200 Subject: [PATCH] release 1.6.6 --- Changelog | 8 ++++++++ cbatticon.1 | 2 +- cbatticon.c | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 79df00c..d406743 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +2017-08-15 Valère Monseur + + * Release 1.6.6 + + * Fix #38 : notification shown twice at startup + + * Fix #40 : unexpected behaviour for hidpp battery type + 2016-12-27 Valère Monseur * Release 1.6.5 diff --git a/cbatticon.1 b/cbatticon.1 index bf1cfc2..40907f0 100644 --- a/cbatticon.1 +++ b/cbatticon.1 @@ -1,4 +1,4 @@ -.TH "CBATTICON" "1" "December 27, 2016" "cbatticon 1.6.5" "" +.TH "CBATTICON" "1" "August 15, 2017" "cbatticon 1.6.6" "" .SH "NAME" cbatticon \(em a lightweight and fast battery icon that sits in your system tray .SH "SYNOPSIS" diff --git a/cbatticon.c b/cbatticon.c index 56593b4..f795ab0 100644 --- a/cbatticon.c +++ b/cbatticon.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2011-2013 Colin Jones - * Copyright (C) 2014-2016 Valère Monseur + * Copyright (C) 2014-2017 Valère Monseur * * Based on code by Matteo Marchesotti * Copyright (C) 2007 Matteo Marchesotti @@ -21,8 +21,8 @@ * with this program. If not, see . */ -#define CBATTICON_VERSION_NUMBER 1.6.5 -#define CBATTICON_VERSION_STRING "1.6.5" +#define CBATTICON_VERSION_NUMBER 1.6.6 +#define CBATTICON_VERSION_STRING "1.6.6" #define CBATTICON_STRING "cbatticon" #include