[gnome-subtitles] Updating for release 1.8



commit eaa3aaeddd4b8803238005c191a62fd542db65cd
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Fri Jun 24 21:42:24 2022 +0100

    Updating for release 1.8

 NEWS                                         | 37 ++++++++++++++++++++++++++++
 data/org.gnome.GnomeSubtitles.appdata.xml.in |  2 +-
 2 files changed, 38 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 8f4f553..884edfb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,43 @@
 Gnome Subtitles
 ===============
 
+
+1.8 (24/06/22)
+==============
+
+- Fixed issues with audio and video playback
+- Fixed a crash that occurred when pressing up/down after setting the subtitle start/end
+  from the video position
+- Replaced the custom gstreamer wrapper with gstreamer-sharp
+- Switched to GLibSharp/GtkSharp (https://github.com/GLibSharp/GtkSharp)
+- Replaced Autotools with the Meson build system
+- Removed the user guide which was outdated
+
+Note to packagers:
+- Autotools have been replaced with Meson
+- Gtk-sharp libs (from https://github.com/GLibSharp/GtkSharp) are now built and bundled with
+  Gnome Subtitles, as gtk-sharp typically available in distros (2.99.x) is not being
+  maintained. Packages should no longer depend on the old gtk-sharp.
+- Gstreamer-sharp (from https://gitlab.freedesktop.org/gstreamer/gstreamer) is now built and
+  bundled with Gnome Subtitles, instead of the previous custom C wrapper.
+- See the README.md file for a complete and updated dependency list.
+
+Issues:
+- Meson port (#106)
+- Error when opening some videos at the same time as the subtitle file (#184)
+- Crash at the end of video playback (#189)
+- GNOME subtitle crashes when I press a key after changing time (#194)
+
+Translations:
+- Alan Mortensen (da)
+- Jürgen Benvenuti (de)
+- Daniel Mustieles (es)
+- Asier Sarasua Garmendia (eu)
+- Hugo Carvalho (pt)
+- Emin Tufan Çetin (tr)
+- Luming Zh (zh_CN)
+
+
 1.7.2 (01/11/21)
 ================
 
diff --git a/data/org.gnome.GnomeSubtitles.appdata.xml.in b/data/org.gnome.GnomeSubtitles.appdata.xml.in
index 3ad249d..7380427 100644
--- a/data/org.gnome.GnomeSubtitles.appdata.xml.in
+++ b/data/org.gnome.GnomeSubtitles.appdata.xml.in
@@ -43,6 +43,6 @@
   <translation type="gettext">gnome-subtitles</translation>
   <content_rating type="oars-1.1" />
   <releases>
-    <release version="1.8" date="2022-05-17" />
+    <release version="1.8" date="2022-06-24" />
   </releases>
 </component>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]