Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shdown committed Jul 9, 2018
1 parent 6b536f3 commit e12ef62
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.3.0

0 comments on commit e12ef62

Please sign in to comment.