Skip to content

Commit 79baa94

Browse files
authored
Merge pull request #34 from open-dynaMIX/release_0.3.0
chore(release): bump version to 0.3.0
2 parents 05e924a + 87afd97 commit 79baa94

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Changelog
22

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+
314
## v0.2.1
415
### Fix
516
* fix playlist_move validation (7500b4f8819964b9f7e47edd8ae494a697ce4899)
617
* use events for sending startup notification (067eb23f2c8a3cbe1d395198d60479f95bdf4f12)
718

19+
820
## v0.2.0
921
### Feature
1022
* restyle range input sliders (d2a8a696413faccc275ab4abe2a0dcb5adc6262e)

webui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local dec64 = require("mime").decode("base64")
66
local url = require("socket.url")
77

88
local MSG_PREFIX = "[webui] "
9-
local VERSION = "0.2.1"
9+
local VERSION = "0.3.0"
1010

1111
local options = {
1212
port = 8080,

0 commit comments

Comments
 (0)