소스 검색

Set version to 2.43.0

Paulo Coelho Alves 5 년 전
부모
커밋
c1291c39f3
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 10 0
      release-notes/2.43.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

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

+ 10 - 0
release-notes/2.43.0.txt

@@ -0,0 +1,10 @@
+2019-10-01
+
+NEW:
+
+- Added Russian language selection
+
+FIXED:
+
+- Fixed the sidebar and preplay page content not loading correctly after starting playback quickly
+- Fixed an issue where restoring the home screen to its default state twice in quick sucession could cause the app to crash