[multimedia/haruna] /: Version 0.9.0

George Florea Bănuș null at kde.org
Sun Aug 14 20:34:57 BST 2022


Git commit 3df6b5de2f8c43c189f6ac3d8974f5d07341fb94 by George Florea Bănuș.
Committed on 14/08/2022 at 19:34.
Pushed by georgefb into branch 'master'.

Version 0.9.0

M  +1    -1    CMakeLists.txt
M  +27   -0    data/org.kde.haruna.metainfo.xml
M  +3    -3    doc/index.docbook

https://invent.kde.org/multimedia/haruna/commit/3df6b5de2f8c43c189f6ac3d8974f5d07341fb94

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 004ba0c..438208e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 cmake_minimum_required(VERSION 3.15)
 
 cmake_policy(SET CMP0048 NEW)
-project(haruna VERSION 0.8.0 LANGUAGES CXX)
+project(haruna VERSION 0.9.0 LANGUAGES CXX)
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_AUTOMOC ON)
diff --git a/data/org.kde.haruna.metainfo.xml b/data/org.kde.haruna.metainfo.xml
index d4f5858..b95d9ec 100644
--- a/data/org.kde.haruna.metainfo.xml
+++ b/data/org.kde.haruna.metainfo.xml
@@ -279,6 +279,33 @@
     </ul>
   </description>
   <releases>
+    <release version="0.9.0" date="2022-08-14">
+      <description>
+        <p>Features:</p>
+        <ul>
+          <li>Refactored the shortcuts configuration, now it's available in the settings window with the other settings, instead of opening another window</li>
+          <li>Hamburger menu now only show a few actions, the rest are available in a submenu</li>
+          <li>When menubar is hidden the hamburger menu will be shown in the header/toolbar and when the header is hidden it's shown in the footer</li>
+          <li>Added a proper context menu for the video</li>
+          <li>Added setting to start playback when resuming playback of a file</li>
+          <li>Added setting to set maximum number of recent files</li>
+          <li>Added option to clear recent files</li>
+          <li>Added setting to restore window size and position</li>
+          <li>Added settings to customize the subtitle font family, size, style (bold, italic), color, shadow color, shadow offset, border color, border width</li>
+          <li>Moved seek settings to playback settings page</li>
+          <li>Moved volume step setting to audio settings page</li>
+          <li>Custom commands that run on startup can be turned off so they are not set on next run</li>
+          <li>In mouse settings the action text, which is translatable, is shown instead of it's internal name</li>
+        </ul>
+        <p>Bugfixes:</p>
+        <ul>
+          <li>Toggling menubar and header/toolbar through actions remembers the state on next run</li>
+          <li>Restore time position for youtube videos</li>
+          <li>Improve mpv initialization to allow better hardware decoding support</li>
+          <li>Ytdl-format property can be overwritten by a custom command action</li>
+        </ul>
+      </description>
+    </release>
     <release version="0.8.0" date="2022-04-20">
       <description>
         <p>Features:</p>
diff --git a/doc/index.docbook b/doc/index.docbook
index 17b4e95..1167005 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -32,10 +32,10 @@
             <year>2019-2022</year>
             <holder>George Florea Bănuș</holder>
         </copyright>
-
         <legalnotice>&CCBYSA4Notice;</legalnotice>
-        <date>2021-06-12</date>
-        <releaseinfo>Haruna 0.8.0</releaseinfo>
+
+        <date>2021-08-14</date>
+        <releaseinfo>Haruna 0.9.0</releaseinfo>
 
         <abstract>
             <para>Haruna is an open source video player built with Qt/QML and libmpv.</para>


More information about the kde-doc-english mailing list