diff --git a/flatpak/com.mikeasoft.pied.metainfo.xml b/flatpak/com.mikeasoft.pied.metainfo.xml
index 9ed4fbd..3dfa315 100644
--- a/flatpak/com.mikeasoft.pied.metainfo.xml
+++ b/flatpak/com.mikeasoft.pied.metainfo.xml
@@ -25,6 +25,15 @@
+
+
+ * Add support for models with multiple subvoices
+ * Add all different qualities of voice models
+ * Add automatic voice data generation script (thanks to lainedfles)
+ * Persist download managers through list updates (Fixes #15)
+ * Fix output detection when sox is available (Fixes #14 and #21)
+
+
* Rebuild against freedesktop 24.08
diff --git a/lib/utils.dart b/lib/utils.dart
index 11f439b..ab63455 100644
--- a/lib/utils.dart
+++ b/lib/utils.dart
@@ -24,5 +24,5 @@ bool isFlatpak() {
}
String getVersion() {
- return "0.2.1";
+ return "0.3.0";
}
diff --git a/pubspec.yaml b/pubspec.yaml
index 19aa1fb..ce7016d 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 0.2.1
+version: 0.3.0
environment:
sdk: '>=2.19.0-146.2.beta <3.0.0'