Selaa lähdekoodia

Set version to 2.43.0

Paulo Coelho Alves 5 vuotta sitten
vanhempi
commit
c1291c39f3
2 muutettua tiedostoa jossa 11 lisäystä ja 1 poistoa
  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