From e12ef6252c9da8d3c90911610bde2168b0a14dca Mon Sep 17 00:00:00 2001 From: shdown Date: Mon, 9 Jul 2018 04:34:18 +0300 Subject: [PATCH] Release 0.3.0 --- RELEASE_NOTES | 20 ++++++++++++++++++++ VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b77a3ab..d3022ae 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,23 @@ +luastatus 0.3.0 (July 09, 2018) +=== +- tracebacks are now printed for Lua errors +- added support for derived plugins: new function “luastatus.require_plugin” +- new function “luastatus.map_get_handle” +- new plugin: “dbus” +- new dervied plugin: “battery-linux” +- new dervied plugin: “cpu-usage-linux” +- new dervied plugin: “file-contents-linux” +- new derived plugin: “imap” +- new derived plugin: “mem-usage-linux” +- new dervied plugin: “pipe” +- new widget example: Bitcoin price (btc-price.lua) +- new widget example: disk usage (fs.lua) +- new widget example: GMail inbox (gmail.lua) +- new widget example: mpd status (mpd.lua) +- new widget example: mpd status with progressbar (mpd-progressbar.lua) +- “inotify” plugin: changed semantics of `greet` option; new `timeout` option +- added support for Lua 5.4 (pre-release work1 version) + luastatus 0.0.2 (January 15, 2018) === — “lemonbar” barlib: new barlib diff --git a/VERSION b/VERSION index 4e379d2..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.3.0