diff options
Diffstat (limited to 'data/org.gnome.Shotwell.appdata.xml.in')
-rw-r--r-- | data/org.gnome.Shotwell.appdata.xml.in | 72 |
1 files changed, 70 insertions, 2 deletions
diff --git a/data/org.gnome.Shotwell.appdata.xml.in b/data/org.gnome.Shotwell.appdata.xml.in index eca7846..122118e 100644 --- a/data/org.gnome.Shotwell.appdata.xml.in +++ b/data/org.gnome.Shotwell.appdata.xml.in @@ -24,7 +24,7 @@ Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats. </p> </description> - <url type="homepage">https://wiki.gnome.org/Apps/Shotwell</url> + <url type="homepage">https://shotwell-project.org</url> <content_rating type="oars-1.0" /> <screenshots> <screenshot type="default"> @@ -50,10 +50,78 @@ </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.13" date="2025-06-08" urgency="low" type="stable"> + <description> + <ul> + <li>Fixes an issue with the meson file in 0.32.12</li> + </ul> + </description> + </release> + <release version="0.32.12" date="2025-06-08" urgency="low" type="stable"> + <description> + <ul> + <li>Fixes an issue with appdata in 0.32.11</li> + </ul> + </description> + </release> + <release version="0.32.12" date="2025-06-08" urgency="high" type="stable"> + <description> + <ul> + <li>Fixes publishing to Google Photos</li> + <li>Fixes charset= prefixes in photo comments</li> + <li>Fixes a crash when deleting a photo in fullscreen view</li> + </ul> + </description> + </release> + <release version="0.32.10" date="2024-10-18" urgency="high" type="stable"> + <description> + <ul> + <li>Fixes a crash when editing the photo</li> + </ul> + </description> + </release> + <release version="0.32.9" date="2024-09-15" urgency="high" type="stable"> + <description> + <ul> + <li>Fixes a memory leak when running a slideshow</li> + </ul> + </description> + </release> + <release version="0.32.8" date="2024-08-11" urgency="medium" type="stable"> + <description> + <ul> + <li>Fixes a crash while importing from local folder</li> + <li>Fixes a crash if WEBP files contain animation</li> + <li>Improve performance on start-up</li> + </ul> + </description> + </release> + <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> + </ul> + </description> + </release> <release version="0.32.4" date="2023-12-02" urgency="medium" type="stable"> <description> <ul> |