diff --git a/appcast.xml b/appcast.xml
index d3d729f..ca36bb1 100644
--- a/appcast.xml
+++ b/appcast.xml
@@ -15,17 +15,17 @@
- Display installation steps with download stats in info pane (#107) @MattKiazyk
- - Adds a DownloadFileSize when using Apple Data Source (#98) @MattKiazyk
- - Updates PreferencesView To use built in Settings Scene (#89) @MattKiazyk
+ - Display the download file size when using Apple data source (#98) @MattKiazyk
+ - Change PreferencesView to use SwiftUI’s built-in Settings scene (#89) @MattKiazyk
🐛 Bug Fixes
- - Moves the .help for the ProgressIndicator so it refreshes with the fraction change (#104) @MattKiazyk
- - Remove info pane from split view instead of hiding it (#103) @interstateone
- Improve how identical builds are represented in the UI (#100) @interstateone
- - When downloading, use the downloader from userdefaults (#102) @MattKiazyk
+ - When downloading, use the downloader specified in preferences (#102) @MattKiazyk
+ - Remove info pane from split view instead of hiding it (#103) @interstateone
+ - Move the .help for the ProgressIndicator so it refreshes with the fraction change (#104) @MattKiazyk
🧰 Maintenance
diff --git a/appcast_pre.xml b/appcast_pre.xml
index d3d729f..ca36bb1 100644
--- a/appcast_pre.xml
+++ b/appcast_pre.xml
@@ -15,17 +15,17 @@
- Display installation steps with download stats in info pane (#107) @MattKiazyk
- - Adds a DownloadFileSize when using Apple Data Source (#98) @MattKiazyk
- - Updates PreferencesView To use built in Settings Scene (#89) @MattKiazyk
+ - Display the download file size when using Apple data source (#98) @MattKiazyk
+ - Change PreferencesView to use SwiftUI’s built-in Settings scene (#89) @MattKiazyk
🐛 Bug Fixes
- - Moves the .help for the ProgressIndicator so it refreshes with the fraction change (#104) @MattKiazyk
- - Remove info pane from split view instead of hiding it (#103) @interstateone
- Improve how identical builds are represented in the UI (#100) @interstateone
- - When downloading, use the downloader from userdefaults (#102) @MattKiazyk
+ - When downloading, use the downloader specified in preferences (#102) @MattKiazyk
+ - Remove info pane from split view instead of hiding it (#103) @interstateone
+ - Move the .help for the ProgressIndicator so it refreshes with the fraction change (#104) @MattKiazyk
🧰 Maintenance