Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shdown committed Jul 3, 2020
1 parent 352c7d5 commit 090b8fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0

0 comments on commit 090b8fb

Please sign in to comment.