diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2024-07-02 12:16:52 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2024-07-02 12:16:52 +0200 | 
| commit | 1de91b6c81b1cff3c922eae852e5bb08f32cd2d3 (patch) | |
| tree | 6d8390c1c32b05e048599e529e2aef9d345d4160 /data | |
| parent | dcfb4504919bc8bc36e8b38d2a88349e4f549b10 (diff) | |
| parent | f6062696f6bbd00d4eaa8a6e994dabfefc455f31 (diff) | |
Update upstream source from tag 'upstream/0.32.7'
Update to upstream version '0.32.7'
with Debian dir 56d9facdfffd13cdf018382bd6c17544613d8ff0
Diffstat (limited to 'data')
| -rw-r--r-- | data/org.gnome.Shotwell.appdata.xml.in | 22 | 
1 files changed, 18 insertions, 4 deletions
| diff --git a/data/org.gnome.Shotwell.appdata.xml.in b/data/org.gnome.Shotwell.appdata.xml.in index 19928e1..ee3206a 100644 --- a/data/org.gnome.Shotwell.appdata.xml.in +++ b/data/org.gnome.Shotwell.appdata.xml.in @@ -50,16 +50,30 @@    </screenshots>    <update_contact>mail@jensge.org</update_contact> -  <developer_name>The Shotwell developers</developer_name> +  <developer id="org.gnome.shotwell"> +      <name>The Shotwell developers</name> +  </developer>    <url type="bugtracker">https://gitlab.gnome.org/GNOME/shotwell/issues</url>    <releases> + +      <release version="0.32.7" date="2024-06-30" urgency="medium" type="stable"> +          <description> +              <ul> +                  <li>Updates translations</li> +                  <li>Fixes login to Tumblr webservice</li> +                  <li>Fixes a crash if the desktop portal service is not available</li> +                  <li>Fixes a crash if WEBP files are corrupted</li> +                  <li>Fixes the setting the background of transparent images</li> +              </ul> +          </description> +      </release>        <release version="0.32.6" date="2024-02-14" urgency="low" type="stable">            <description>                <ul> -		  <li>Fixes missing icons for the viewer</li> -		  <li>Fixes viewer being always full-screen</li> -		  <li>OAUTH authentication flow for web sharing is now done with user's browser</li> +                  <li>Fixes missing icons for the viewer</li> +                  <li>Fixes viewer being always full-screen</li> +                  <li>OAUTH authentication flow for web sharing is now done with user's browser</li>                </ul>            </description>        </release> | 
