Skip to content

Commit

Permalink
Release v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed Nov 23, 2021
1 parent 02fd4fa commit 81731e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.0)

# Basic information about project
if (APPLE)
project(MoonPlayer VERSION 3.8)
project(MoonPlayer VERSION 3.9)
else()
project(moonplayer VERSION 3.8)
project(moonplayer VERSION 3.9)
endif()
add_definitions(-DMOONPLAYER_VERSION="${PROJECT_VERSION}")

Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### version 3.9 (2021.11.23)

1. Replace youtube-dl with yt-dlp
1. Qt updates to 6.2 on Windows and Linux AppImage
1. Add switch for autoplay after adding files (#115)
1. Remove update check (#112)

### version 3.8 (2021.05.01)

1. Fix segmentation fault when opening some YouTube videos (#106)
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
moonplayer (3.8-1~focal) focal; urgency=medium
moonplayer (3.9-1~focal) focal; urgency=medium

* Automated build on Github Actions

Expand Down
1 change: 1 addition & 0 deletions res/com.github.coslyk.MoonPlayer.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<p xml:lang="zh-CN">Moon Player 是一个有趣的播放器,让您轻松享受观看视频的乐趣。配合浏览器扩展,可以轻松在线观看或下载来自Youtube、B站、优酷等诸多网站的视频。</p>
</description>
<releases>
<release version="3.9" date="2021-11-23"/>
<release version="3.8" date="2021-05-01"/>
<release version="3.6" date="2020-11-28"/>
<release version="3.5" date="2020-10-15"/>
Expand Down
2 changes: 1 addition & 1 deletion scripts/win_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "MoonPlayer"
#define MyAppVersion "3.8"
#define MyAppVersion "3.9"
#define MyAppPublisher "coslyk"
#define MyAppURL "https://coslyk.github.io/moonplayer.html"
#define MyAppExeName "moonplayer.exe"
Expand Down

0 comments on commit 81731e8

Please sign in to comment.