1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Fix invalid appstream metadata
only a small subset of HTML is allowed
Author: IOhannes m zmölnig <umlaeute@debian.org>
Origin: Debian
Bug: https://github.com/monocasual/giada/issues/772
Last-Update: 2025-12-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- giada.orig/extras/com.giadamusic.Giada.metainfo.xml
+++ giada/extras/com.giadamusic.Giada.metainfo.xml
@@ -21,9 +21,9 @@
<releases>
<release version="1.4.0" date="2025-12-06">
<description>
- <p>This release introduces <strong>scenes</strong>: a new way to add greater variety and richness to your live performances.</p>
+ <p>This release introduces <em>scenes</em>: a new way to add greater variety and richness to your live performances.</p>
<ul>
- <li>New <strong>scenes</strong> feature;</li>
+ <li>New <em>scenes</em> feature;</li>
<li>Lots of code refactoring and minor internal improvements;</li>
<li>Update JUCE dependency to 8.0.10;</li>
<li>Update fmt dependency to 12.0.0;</li>
|