浏览代码

Set version to 2.14.0

Paulo Coelho Alves 6 年之前
父节点
当前提交
45ccf442bb
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 9 0
      release-notes/2.14.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

@@ -21,7 +21,7 @@ else()
 endif()
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 13)
+set(VERSION_MINOR 14)
 set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)

+ 9 - 0
release-notes/2.14.0.txt

@@ -0,0 +1,9 @@
+2018-07-10
+
+
+FIXED:
+
+- Fixed error showing when recording is post processing
+- Fixed troubles selecting embedded subtitle streams in videos without audio streams
+- Fixed grid view programs getting duplicated when refreshing EPG with grid view open
+