From 6fec4bada71d1b4e704c22914a4a4331be1bc3f1 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Mon, 18 Mar 2019 22:06:23 +0100 Subject: [PATCH] - --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 59d96ad..b3a1524 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ mp.register_event("seek", seek) # or use: mp.Seek += seek ### Changes +### 1.3 + +- certain settings that previously were set by mpv.net on every start are now written to the mpv.conf file in case the mpv.conf file is missing, these settings can be seen here: + +https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/mpv.conf.txt + ### 1.2 - a thread synchonisation bug which caused the shutdown to be delayed or frozen was fixed, it also caused the Shutdown event not to fire which caused the rating plugin not to work