File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.3.0
4
+ ### Feature
5
+ * add "audio-support" to status response (c66a29f01165446b34a798774165e4d4f12f7374)
6
+ * do not round time and volume values (cabf7dbe297a1161aa555bb4de3ded13628225ce)
7
+ * hide chapter controls if media has no chapters (8974f9405ca8a92e75da4a23a7b28b8cffe2867f)
8
+ * add more key bindings (95243d449eea2e70c5bf84ca329e66d6d2a491b3)
9
+
10
+ ### Documentation
11
+ * add a section with a link to windows dependencies repo (10db3814aae26c9a3e496c77a3ad11b5c6f8585e)
12
+
13
+
3
14
## v0.2.1
4
15
### Fix
5
16
* fix playlist_move validation (7500b4f8819964b9f7e47edd8ae494a697ce4899)
6
17
* use events for sending startup notification (067eb23f2c8a3cbe1d395198d60479f95bdf4f12)
7
18
19
+
8
20
## v0.2.0
9
21
### Feature
10
22
* restyle range input sliders (d2a8a696413faccc275ab4abe2a0dcb5adc6262e)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local dec64 = require("mime").decode("base64")
6
6
local url = require (" socket.url" )
7
7
8
8
local MSG_PREFIX = " [webui] "
9
- local VERSION = " 0.2.1 "
9
+ local VERSION = " 0.3.0 "
10
10
11
11
local options = {
12
12
port = 8080 ,
You can’t perform that action at this time.
0 commit comments