We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1815349 + 6d86dcf commit b9bf771Copy full SHA for b9bf771
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.2.1
4
+### Fix
5
+* fix playlist_move validation (7500b4f8819964b9f7e47edd8ae494a697ce4899)
6
+* use events for sending startup notification (067eb23f2c8a3cbe1d395198d60479f95bdf4f12)
7
+
8
## v0.2.0
9
### Feature
10
* restyle range input sliders (d2a8a696413faccc275ab4abe2a0dcb5adc6262e)
webui.lua
@@ -5,7 +5,7 @@ local dec64 = require("mime").decode("base64")
local url = require("socket.url")
local MSG_PREFIX = "[webui] "
-local VERSION = "0.2.0"
+local VERSION = "0.2.1"
local options = {
11
port = 8080,
0 commit comments