Skip to content

Commit

Permalink
Release v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed Aug 12, 2023
1 parent 4e9aad7 commit 8255f73
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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}")

Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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 <cos.lyk@gmail.com> Sun, 28 Aug 2022 20:54:59 +0800
-- coslyk <cos.lyk@gmail.com> Sun, 12 Aug 2023 21:14:59 +0800
1 change: 1 addition & 0 deletions res/com.github.coslyk.MoonPlayer.appdata.xml
Expand Up @@ -13,6 +13,7 @@
<p xml:lang="zh-CN">Moon Player 是一个有趣的播放器,让您轻松享受观看视频的乐趣。配合浏览器扩展,可以轻松在线观看或下载来自Youtube、B站、优酷等诸多网站的视频。</p>
</description>
<releases>
<release version="4.3" date="2023-08-12"/>
<release version="4.2" date="2023-06-11"/>
<release version="4.1" date="2022-08-28"/>
<release version="4.0" date="2022-05-03"/>
Expand Down
2 changes: 1 addition & 1 deletion scripts/win_installer.iss
Expand Up @@ -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"
Expand Down

0 comments on commit 8255f73

Please sign in to comment.