diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d7ef2..c9bb5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -## 2.7.3 - 2020-Apr-30 +## 2.8.0 - 2020-May-01 + +New: +- `{element}_font_scale` and `font_bold` options to tweak font sizes and weight. +- `window_controls` option to disable window controls even in no-border mode. + +Changed: +- All commands that open menus now toggle the menu instead of always reopening them. + +### 2.7.3 - 2020-Apr-30 Fixed: - Crash when `volume` set to `none`. diff --git a/README.md b/README.md index 403cab4..681458f 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,8 @@ font_height_to_letter_width_ratio=0.5 chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}, sponsor start<3535a5:.5>sponsor end ``` +**uosc** respects `osd-font` option, so to change the font you want it to use, you have to change `osd-font` in `mpv.conf`. + ## Keybindings The only keybinds **uosc** defines by default are menu navigation keys that are active only when one of the menus (context menu, load/select subtitles,...) is active. They are: diff --git a/uosc.lua b/uosc.lua index ce9b952..771b73d 100644 --- a/uosc.lua +++ b/uosc.lua @@ -1,6 +1,6 @@ --[[ -uosc 2.7.3 - 2020-Apr-30 | https://github.com/darsain/uosc +uosc 2.8.0 - 2020-May-01 | https://github.com/darsain/uosc Minimalist cursor proximity based UI for MPV player.