Skip to content

Commit e24425b

Browse files
authored
Revise release notes for version 0.1.7
Updated release notes formatting and content for version 0.1.7.
1 parent 5e21a86 commit e24425b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src-tauri/linux/flatpak.metainfo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@
9393
<releases>
9494
<release version="0.1.7" date="2025-11-14">
9595
<description>
96-
<h3>Added</h3>
96+
<p>Added</p>
9797
<ul>
9898
<li>Added schedule support for sync, copy, move, and bisync operations. You can now schedule these operations to run at specific times or intervals using a cron-like syntax. You can find the scheduling options in the remote sync operation settings. (Supports detailed cron expressions. Example <code>15,45 8-18/2 * 1,11 1-5</code>: Every 2 hours at minutes 15 and 45 between 8 AM and 6 PM on Mondays and Fridays in January and November)</li>
9999
<li>New time picker module added for better clock time selection.</li>
100100
<li>Rclone Serve support added. You can now start and stop rclone serve commands. The serve status is displayed in the sidebar for easy access. You can find the serve options in the Serve Tab. Serve configurations (vfs, backend and filter) separated from the other configurations.</li>
101101
</ul>
102-
<h3>Changed</h3>
102+
<p>Changed</p>
103103
<ul>
104104
<li>Backup and Restore system has been completely redesigned and rewritten for better reliability and performance. Old backup files are not compatible with the new system. Please create a new backup after updating to this version.</li>
105105
<li>A lot of Rust backend refactoring and optimizations have been made for better performance and maintainability.</li>
106106
</ul>
107-
<h3>Fixed</h3>
107+
<p>Fixed</p>
108108
<ul>
109109
<li>Critical fix for process management. Now the app correctly find own rclone processes via ports.</li>
110110
</ul>
@@ -118,4 +118,4 @@
118118
</release>
119119
</releases>
120120
<launchable type="desktop-id">io.github.zarestia_dev.rclone-manager.desktop</launchable>
121-
</component>
121+
</component>

0 commit comments

Comments
 (0)