This commit is contained in:
Tomas Sardyha
2020-04-30 10:40:36 +02:00
parent 2734b72bce
commit bd03727a7a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
## 2.7.1 - 2020-Apr-30 ## 2.7.2 - 2020-Apr-30
Fixed: Fixed:
- Crash when `volume` set to `none`. - Crash when `volume` set to `none`.
- Element flashing overwriting proximity state.
## 2.7.0 - 2020-Apr-29 ## 2.7.0 - 2020-Apr-29
@@ -12,6 +12,7 @@ New:
- `prev` - open previous item in playlist, or file in current directory when there is no playlist - `prev` - open previous item in playlist, or file in current directory when there is no playlist
- `first` - open first item in playlist, or file in current directory when there is no playlist - `first` - open first item in playlist, or file in current directory when there is no playlist
- `last` - open next item in playlist, or file current directory when there is no playlist - `last` - open next item in playlist, or file current directory when there is no playlist
Previously playlist and file navigation required separate bindings, now you can merge them together. Previously playlist and file navigation required separate bindings, now you can merge them together.
Changed: Changed:

View File

@@ -1,6 +1,6 @@
--[[ --[[
uosc 2.7.1 - 2020-Apr-30 | https://github.com/darsain/uosc uosc 2.7.2 - 2020-Apr-30 | https://github.com/darsain/uosc
Minimalist cursor proximity based UI for MPV player. Minimalist cursor proximity based UI for MPV player.