Skip to content

Commit

Permalink
Merge pull request #154 from open-dynaMIX/prepare_release_2.0.0
Browse files Browse the repository at this point in the history
chore(release): bump version and update CHANGELOG.md
  • Loading branch information
open-dynaMIX authored Aug 29, 2020
2 parents cad517e + 02071af commit 038fd35
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## v2.0.0
### Feature
* Add subtitle keyboard shortcuts (e91322e2d48ed8f1b9ca0916da1612cc0c548b94, bfd54da2c5ea815700da5a0590443b3f27ccefd4)
* Add generic property accessor APIs (ec2fe74a8b6aa6ed2c55d3c27b3314dd70f88fdc)
* Add tooltips for many UI elements (5aad80701459899362b6690ffa84e66cce2bac86)
* Add common keyboard shortcuts for volume & seeking (1e93a73a7f75a194125baee2662e70f1cce617e0)
* Add ? keyboard shortcut for showing known shortcuts (3b24593342184442094fc10f95cc38e11fa754d1)
* Return chapter-list in status (80bb84e2a3598482c0cfbe468ce5d30d231c9c2f)
* Set tooltip text on sliders dynamically (8d6e6bb523302b07949f59fe5d003dde06534f15)
* Update mediaSession playback state & position info (1174ed5272257567707ec000846513af5edc77f6)
* Refresh UI quicker when user is interacting (1369620e3863e53896e8890faa5933c5bbb711c3)
* Allow Esc key to close the playlist (97959f846b9f99e3ccedd2f7016b6c7484e03e8c)
* Lower refresh rate when page is not active (fac4bc64c942567c2e21dfcbf54d7d17fd91d8b7)
* Add option to disable osd logging (2c3c3a5bc36948a2221965ac375027072666faed, ea3540b81d66556b3b3d1b5680574d5631bce113)
* Collapse speed_{faster,slower} into speed_adjust (3be344260506c06d392500ce7dfa2b77bed5dd0f)
* Add a quit API to exit mpv (118db98ca9fadade8d164b55a7140977635e22ab)
* Add playback speed controls (18d52792adcbd8337d8c44194418086734ad2035)
* Include username in log (06857093b3a9964b88f74bc19a5d02c790832041)
* Make htpasswd path configurable (3b3c95d8bfe3df30a6a3b821ba7e0ddefac6b115)

### Fix
* Prevent linebreaks in the repeat button (097aa400ddda7e21075edad719b1ca0c0ccfe857)
* Fix fast touches (4f09d5b820e2c7c7d200fbef32242a011c9adb6c)
* Use `mp.commandv` where possible (1b00430f322ae47ae4ce4d01a6c74b5956327b52)
* Do not capture modified shortcuts (05cf5b63895a08139e4782e6d080fcf6b04fc271)
* Only use setPositionState if available (3db9bed3f6bea381e49be6fa21f3785966774ebf)
* Add missing code blocks to example commands (82000f07b2ce4715ca81e1ae536f3e7189d1f629)
* Update path to favicons (763ccc995d11c96a5e7d58a0e90c13009ce244c3)
* Fix handling missing htpasswd (5692370933d4efe9df1bfb1a39c2cb71132889d8)

### Breaking
* .htpasswd file is not auto-detected anymore. This change is needed, because there are users that have the webui installed through a package manager. This makes adding the file to the directory where `webui.lua` cumbersome. (3b3c95d8bfe3df30a6a3b821ba7e0ddefac6b115)

### Documentation
* Update screenshots (bee44a035e6acb602fa8fa03230c8a6b0ca7e1b0)
* Improve htpasswd error message & documentation (c5f9c7c9fbf99bb2d3b021a630580bfb04981131)
* Add docs about htpasswd_path (d6a125b360643dd5a8290db8258872e1c35e8cad)

### Thanks
Thanks a lot to @vapier for the contributions to this release!


## v1.1.0
### Feature
* add static_dir configuration (280d5a6e8ef4b562e454c0447ba483ce9bb2acab)
Expand Down
2 changes: 1 addition & 1 deletion webui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local dec64 = require("mime").decode("base64")
local url = require("socket.url")

local MSG_PREFIX = "[webui] "
local VERSION = "1.1.0"
local VERSION = "2.0.0"

local function script_path()
local str = debug.getinfo(2, "S").source:sub(2)
Expand Down

0 comments on commit 038fd35

Please sign in to comment.