Skip to content

Commit

Permalink
Release v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed Oct 15, 2020
1 parent 49e50ec commit 93f964e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.4)
project(MoonPlayer VERSION 3.5)
else()
project(moonplayer VERSION 3.4)
project(moonplayer VERSION 3.5)
endif()
add_definitions(-DMOONPLAYER_VERSION="${PROJECT_VERSION}")

Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### version 3.5 (2020.10.15)

1. Make titlebar larger ([#98](https://github.com/coslyk/moonplayer/issues/98))
2. Modern UI now fully supports Wayland (Requires Qt >= 5.15)
3. Classic UI now supports macOS
4. Support nvdec hardware decoding
5. Fix AppImage cannot call ffmpeg

### version 3.4 (2020.09.05)

1. Performance improvements
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.5" date="2020-10-15"/>
<release version="3.4" date="2020-09-05"/>
<release version="3.3" date="2020-07-05"/>
<release version="3.2" date="2020-06-20"/>
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.4"
#define MyAppVersion "3.5"
#define MyAppPublisher "coslyk"
#define MyAppURL "https://coslyk.github.io/moonplayer.html"
#define MyAppExeName "moonplayer.exe"
Expand Down

0 comments on commit 93f964e

Please sign in to comment.