diff --git a/CHANGELOG.md b/CHANGELOG.md index 72307da..24b899f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.13.1 - 2021-Jan-19 + +Changed: +- The file deletion in `delete-file-ACTION` (`delete-file-next`, `delete-file-quit`) is now optional, meaning if file is not a file (watching a stream), uosc will just execute the action. Previously, nothing would happen. + ## 2.13.0 - 2020-Dec-16 Added: diff --git a/uosc.lua b/uosc.lua index 299a556..51daabc 100644 --- a/uosc.lua +++ b/uosc.lua @@ -1,6 +1,6 @@ --[[ -uosc 2.12.0 - 2020-Dec-03 | https://github.com/darsain/uosc +uosc 2.13.1 - 2021-Jan-19 | https://github.com/darsain/uosc Minimalist cursor proximity based UI for MPV player.