diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 12:40:03 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-05 12:49:22 +0100 |
commit | 9a8628d23a69da43681d96dba5af43915bc7d8be (patch) | |
tree | 23e3b6aec6db5c74ddb54d803f9d773bdf899173 | |
parent | b27b2d219c797904c763626097c67d2272e11c11 (diff) | |
download | mgaonline-9a8628d23a69da43681d96dba5af43915bc7d8be.tar mgaonline-9a8628d23a69da43681d96dba5af43915bc7d8be.tar.gz mgaonline-9a8628d23a69da43681d96dba5af43915bc7d8be.tar.bz2 mgaonline-9a8628d23a69da43681d96dba5af43915bc7d8be.tar.xz mgaonline-9a8628d23a69da43681d96dba5af43915bc7d8be.zip |
3.183.18
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = mgaonline -VERSION:=3.17 +VERSION:=3.18 MGAUPDATE = mgaupdate MGAAPPLET = mgaapplet @@ -1,3 +1,5 @@ +Version 3.18 - 5 March 2017, Rémi Verschelde + - install and use SVG icons by default o they are now installed in the standard hicolor theme, so that they can be used without hardcoding paths @@ -6,6 +8,7 @@ for Plasma only; other DEs keep using the previous code with GtkStatusIcon (which is not supported in Plasma) o always show the status icon when passing --testing +- updated translations Version 3.17 - 10 Aug 2016, Anne Nicolas |