From 090b8fbc0d0cbd15d93e8e207b1d7669e7fda4ce Mon Sep 17 00:00:00 2001 From: shdown Date: Fri, 3 Jul 2020 21:18:51 +0300 Subject: [PATCH] Release 0.5.0 --- RELEASE_NOTES | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 730d160..182c5b2 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,18 @@ +luastatus 0.5.0 (July 03, 2020) +=== +- plugins/{inotify,udev}: support for push_timeout() function +- plugins/backlight-linux: return 'tbl.cb(nil)' rather than 'nil' +- plugins/imap/imap.lua: slightly fix content caching logic +- plugins/network-linux: fix double free of 'nl_msg' +- plugins/network-linux: fix 'signal_dbm' not updating +- plugins/alsa/alsa.c: support for `timeout' option +- plugins/fs: support for globbing (`globs' option) +- plugins/battery-linux: major rewrite +- plugins/xkb: support for monitoring LED indicators +- plugins/xkb: report 'requery' flag +- examples/{i3,dwm}/weather.lua: new examples +- debain/: add Debian build scripts + luastatus 0.4.0 (January 28, 2019) === - all barlibs: double-buffer everything to avoid unneeded redraws diff --git a/VERSION b/VERSION index 1d0ba9e..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0