Skip to content

Commit

Permalink
Release v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed Nov 28, 2020
1 parent 00306d1 commit 9133a93
Show file tree
Hide file tree
Showing 5 changed files with 17 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.5)
project(MoonPlayer VERSION 3.6)
else()
project(moonplayer VERSION 3.5)
project(moonplayer VERSION 3.6)
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.6 (2020.11.25)

1. Youtube-dl is back
1. Fix sometimes pause/play doesn't work
1. Remove dependency on QtWidgets
1. Performance optimization

### version 3.5.2 (2020.10.25)

1. Remove built-in youtube-dl due to DCMA takedown ([#100](https://github.com/coslyk/moonplayer/issues/100))
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ The homepage of MoonPlayer is here: https://coslyk.github.io/moonplayer.html

Here is the development page of this project. For the introduction and usage information, please visit the homepage.

[Update log](https://github.com/coslyk/moonplayer/blob/develop/NEWS.md)

## Installation

#### Windows / macOS / Linux (AppImage)

Download from [GitHub Releases](https://github.com/coslyk/MoonPlayer/releases) and install it.

**Note:**
1. Windows version only support x64.
2. AppImage version does not support hardware decoding.

#### Linux (Flatpak)

Install from [Flathub](https://flathub.org/apps/details/com.github.coslyk.MoonPlayer): `flatpak install flathub com.github.coslyk.MoonPlayer`
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.6" date="2020-11-28"/>
<release version="3.5" date="2020-10-15"/>
<release version="3.4" date="2020-09-05"/>
<release version="3.3" date="2020-07-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.5"
#define MyAppVersion "3.6"
#define MyAppPublisher "coslyk"
#define MyAppURL "https://coslyk.github.io/moonplayer.html"
#define MyAppExeName "moonplayer.exe"
Expand Down

0 comments on commit 9133a93

Please sign in to comment.