Skip to content

Commit

Permalink
Release v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed May 1, 2021
1 parent 7ffba83 commit a6257e0
Show file tree
Hide file tree
Showing 4 changed files with 11 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.7)
project(MoonPlayer VERSION 3.8)
else()
project(moonplayer VERSION 3.7)
project(moonplayer VERSION 3.8)
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.8 (2021.05.01)

1. Fix segmentation fault when opening some YouTube videos (#106)
1. Improvements in Classic UI
1. Classic UI has a native look on Windows now
1. Fix cannot select untitled audio tracks

### version 3.7 (2021.01.16)

1. New logo
Expand Down
2 changes: 1 addition & 1 deletion res/com.github.coslyk.MoonPlayer.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p xml:lang="zh-CN">Moon Player 是一个有趣的播放器,让您轻松享受观看视频的乐趣。配合浏览器扩展,可以轻松在线观看或下载来自Youtube、B站、优酷等诸多网站的视频。</p>
</description>
<releases>
<release version="3.7" date="2021-01-16"/>
<release version="3.8" date="2021-05-01"/>
<release version="3.6" date="2020-11-28"/>
<release version="3.5" date="2020-10-15"/>
<release version="3.4" date="2020-09-05"/>
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.7"
#define MyAppVersion "3.8"
#define MyAppPublisher "coslyk"
#define MyAppURL "https://coslyk.github.io/moonplayer.html"
#define MyAppExeName "moonplayer.exe"
Expand Down

0 comments on commit a6257e0

Please sign in to comment.