diff options
author | Bastien Nocera <hadess@hadess.net> | 2021-06-15 13:27:28 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2021-06-15 13:27:28 +0200 |
commit | 4bd83295abc858322d50ade7b77d228e85b02a96 (patch) | |
tree | 1d620e352a9de806e101ccf1ab0bb518233c48f4 | |
parent | 981313702ea3ad3ec26f34cb01fc4c1c6dfb9406 (diff) | |
download | totem-V_3_38_1.tar.gz |
3.38.1V_3_38_1
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | data/appdata/org.gnome.Totem.appdata.xml.in | 7 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 18 insertions, 1 deletions
@@ -1,5 +1,15 @@ New features and significant updates in version... +Major changes in 3.38.1: +- Fix "Undetermined" appearing in language selection menus +- Make XF86Back go back up a level in library +- Fix the logo not showing when there's no cover +- Don't throw error when seeking past the end of an MPEG file +- Remove application/ogg from the supported mime-types +- Block more GStreamer plugins that can't be used for thumbnailing +- Remove Flatpak definitions from distribution tarball +- Translation updates + Major changes in 3.38.0: - Translation updates diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in index c73543cd5..f930bff54 100644 --- a/data/appdata/org.gnome.Totem.appdata.xml.in +++ b/data/appdata/org.gnome.Totem.appdata.xml.in @@ -35,6 +35,13 @@ <translation type="gettext">totem</translation> <launchable type="desktop-id">org.gnome.Totem.desktop</launchable> <releases> + <release version="3.38.1" date="2021-06-15"> + <description> + <p> + This new version fixes a number of small bugs and updates translations. + </p> + </description> + </release> <release version="3.38.0" date="2020-09-10"> <description> <p> diff --git a/meson.build b/meson.build index 07ce8c509..7061935a3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'totem', 'c', - version: '3.38.0', + version: '3.38.1', license: 'GPL2+ with exception', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.50.0' |