You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## v3.0.0
4
+
### Feature
5
+
* Warn about missing static_dir directory ([`ad8daf9`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/ad8daf9ceb800cf9068e43ae1da31cbea728d8c4))
6
+
* Make new properties "start" and "end" available ([`da8dc79`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/da8dc79306ca5970c96a135c3f5b147bb3cd72a8))
* Rename webui.lua to main.lua ([`e7c47c3`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/e7c47c3aa3928f0070253093ad02f06c0b289d50))
9
+
10
+
### Fix
11
+
***api:** Fix init servers; gracefully handle port already in use ([`ebde38c`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/ebde38c14df7881f7718f9be65e9d4d4cbec0899))
12
+
13
+
### Breaking
14
+
*`webui.lua` was renamed to `main.lua` ([`e7c47c3`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/e7c47c3aa3928f0070253093ad02f06c0b289d50))
15
+
16
+
### Documentation
17
+
* Fix ToC in README ([`6726d11`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/6726d11f8d79e87f85a088e54757968b99b24d87))
18
+
* Make clear that `loadfile` takes an URL encoded string ([`ed4f9f3`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/ed4f9f3331144d6964d728786120d4ae247ed38e))
19
+
3
20
## v2.2.0
4
21
### Feature
5
22
* Add keyboard shortcut button in settings overlay ([`62b824d`](https://github.com/open-dynaMIX/simple-mpv-webui/commit/62b824d5f11cb5e4cdbe6c982ba6d41bede7c4dd))
0 commit comments