Browse Source

Set version to 2.49.0

Paulo Coelho Alves 5 năm trước cách đây
mục cha
commit
70f3200b27
2 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 10 0
      release-notes/2.49.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

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

+ 10 - 0
release-notes/2.49.0.txt

@@ -0,0 +1,10 @@
+2020-01-21
+
+NEW:
+
+- Disabled the option to add hubs to home screen when `Automatic Home` is enabled
+
+FIXED:
+
+- Fixed metadata line height issue on some preplay pages
+