From 8255f73e330973255c76e4644115d30d5652915a Mon Sep 17 00:00:00 2001 From: YK Liu Date: Sat, 12 Aug 2023 21:20:19 +0800 Subject: [PATCH] Release v4.3 --- CMakeLists.txt | 4 ++-- NEWS.md | 9 +++++++++ debian/changelog | 4 ++-- res/com.github.coslyk.MoonPlayer.appdata.xml | 1 + scripts/win_installer.iss | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1529644..ab6b8eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.0) # Basic information about project if (APPLE) - project(MoonPlayer VERSION 4.2) + project(MoonPlayer VERSION 4.3) else() - project(moonplayer VERSION 4.2) + project(moonplayer VERSION 4.3) endif() add_definitions(-DMOONPLAYER_VERSION="${PROJECT_VERSION}") diff --git a/NEWS.md b/NEWS.md index 85b998b..a18e919 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +### version 4.3 (2023.08.12) + +1. Support disabling video stream +1. Add audio only options for YouTube videos +1. Fix proxy not applied when playing online videos +1. Fix crash when downloading videos +1. Fix cannot update lux on Windows +1. Fix lag in mouse click + ### version 4.2 (2023.06.11) 1. Support d3d11va on Win11 diff --git a/debian/changelog b/debian/changelog index 48df540..dc52e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -moonplayer (4.2-1~focal) focal; urgency=medium +moonplayer (4.3-1~focal) focal; urgency=medium * Automated build on Github Actions - -- coslyk Sun, 28 Aug 2022 20:54:59 +0800 + -- coslyk Sun, 12 Aug 2023 21:14:59 +0800 diff --git a/res/com.github.coslyk.MoonPlayer.appdata.xml b/res/com.github.coslyk.MoonPlayer.appdata.xml index 59f1dcc..197c86f 100644 --- a/res/com.github.coslyk.MoonPlayer.appdata.xml +++ b/res/com.github.coslyk.MoonPlayer.appdata.xml @@ -13,6 +13,7 @@

Moon Player 是一个有趣的播放器,让您轻松享受观看视频的乐趣。配合浏览器扩展,可以轻松在线观看或下载来自Youtube、B站、优酷等诸多网站的视频。

+ diff --git a/scripts/win_installer.iss b/scripts/win_installer.iss index e29551a..9477045 100644 --- a/scripts/win_installer.iss +++ b/scripts/win_installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "MoonPlayer" -#define MyAppVersion "4.2" +#define MyAppVersion "4.3" #define MyAppPublisher "coslyk" #define MyAppURL "https://coslyk.github.io/moonplayer.html" #define MyAppExeName "moonplayer.exe"