|
62 | 62 | <url type="vcs-browser">https://github.com/Zarestia-Dev/rclone-manager</url> |
63 | 63 | <screenshots> |
64 | 64 | <screenshot type="default"> |
65 | | - <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.8/assets/desktop-ui.png</image> |
| 65 | + <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.9/assets/desktop-ui.png</image> |
66 | 66 | <caption>Desktop UI</caption> |
67 | 67 | </screenshot> |
68 | 68 | <screenshot> |
69 | | - <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.8/assets/general-home.png</image> |
| 69 | + <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.9/assets/general-home.png</image> |
70 | 70 | <caption>General Home View</caption> |
71 | 71 | </screenshot> |
72 | 72 | <screenshot> |
73 | | - <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.8/assets/general-remote.png</image> |
| 73 | + <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.9/assets/general-remote.png</image> |
74 | 74 | <caption>Remote Management Interface</caption> |
75 | 75 | </screenshot> |
76 | 76 | <screenshot> |
77 | | - <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.8/assets/serve-control.png</image> |
| 77 | + <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.9/assets/serve-control.png</image> |
78 | 78 | <caption>Serve Management Interface</caption> |
79 | 79 | </screenshot> |
80 | 80 | <screenshot> |
81 | | - <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.8/assets/job-watcher.png</image> |
| 81 | + <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.9/assets/job-watcher.png</image> |
82 | 82 | <caption>Job Watcher - Monitor your operations</caption> |
83 | 83 | </screenshot> |
84 | 84 | <screenshot> |
85 | | - <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.8/assets/mount-control.png</image> |
| 85 | + <image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.1.9/assets/mount-control.png</image> |
86 | 86 | <caption>Mount Control Panel</caption> |
87 | 87 | </screenshot> |
88 | 88 | </screenshots> |
89 | 89 | <releases> |
90 | | - <release version="0.1.8" date="2025-12-6"> |
| 90 | + <release version="0.1.9" date="2025-12-20"> |
| 91 | + <description> |
| 92 | + <p>Warning</p> |
| 93 | + <ul> |
| 94 | + <li>Since multiple profiles support, the old profiles are automatically migrated to the new profile system. But before the update, please backup your old profiles. If there is a any problem with the new profile system, you can restore your old profiles from the backup and app try the re-migration to the new profile system.</li> |
| 95 | + </ul> |
| 96 | + <p>Added</p> |
| 97 | + <ul> |
| 98 | + <li>Multiple profiles support added for all operations (Sync, Copy, Move, Bisync, Mount, Serve). Now you can create multiple profiles for each operation and run them separately. Also operation UI has been changed to show profiles. User can configure it from the detailed remote setup modal. User also can select the shared settings and also add a multiple profiles for shared settings to. Quick Remote Access only works with default profile (When you start a action, it uses the default profile).</li> |
| 99 | + <li>Added special Flatpak autostart entry for Flatpak version. Now it creates a desktop entry for Flatpak version of the app. This entry is not handled by Tauri. (Fixed #63)</li> |
| 100 | + <li>Nautilus Component: Added hash calculation support for files. Now you can calculate the hash of a file and copy it to clipboard on the properties dialog.</li> |
| 101 | + <li>Nautilus Component: Added public link generation support for files and directories. If remote supports public link generation, it will be available in the properties dialog.</li> |
| 102 | + <li>Nautilus Component: Enabled download button for remote files. Now you can download remote files to your local machine.</li> |
| 103 | + </ul> |
| 104 | + <p>Changed</p> |
| 105 | + <ul> |
| 106 | + <li>On linux remove the rclone to required dependencies when installing via deb or rpm packages. Because app handle the rclone binary installation and update itself correctly.</li> |
| 107 | + <li>Encrypted export not required standalone 7zip binary anymore. Changed to sevenz-rust crate. Not break the old encrypted exports.</li> |
| 108 | + <li>On tray icon when remote not mounted, it shows the Browse (In App). Basically it opens the RClone Manager's Nautilus with that remote.</li> |
| 109 | + <li>Angular and Angular Material updated to v21 and other dependencies updated to latest stable versions.</li> |
| 110 | + <li>Small design changes on Quick Remote Modal.</li> |
| 111 | + </ul> |
| 112 | + <p>Fixed</p> |
| 113 | + <ul> |
| 114 | + <li>Remote configuration step provider selection fixed. Now it correctly filters the provider-specific fields when Provider selected. (issue #59 and #1)</li> |
| 115 | + <li>Broken reduce animations fixed. (issue #60)</li> |
| 116 | + <li>Links openning in the about modal fixed. Now it opens the links in the default browser.</li> |
| 117 | + </ul> |
| 118 | + </description> |
| 119 | + </release> |
| 120 | + <release version="0.1.8" date="2025-11-06"> |
91 | 121 | <description> |
92 | 122 | <p>Added</p> |
93 | 123 | <ul> |
94 | | - <li>Developer Setting: Memory Optimization (Destroy Window on Close). Added a new experimental option in Developer Settings that destroys the main window instead of hiding it when closed. This significantly reduces background RAM usage. On Linux, this also actively cleans up lingering WebKit "zombie" processes to prevent memory leaks over long sessions.</li> |
95 | | - <li>Nautilus file manager component added for file browsing. This new file manager component provides a more native and integrated file browsing experience within the app, leveraging Nautilus' capabilities. Currently, it does not support all features like copy, move, delete, etc. They will be added in future updates.</li> |
| 124 | + <li>Developer Setting: Memory Optimization (Destroy Window on Close). Added a new experimental option in Developer Settings that destroys the main window instead of hiding it when closed. This significantly reduces background RAM usage. On Linux, this also actively cleans up lingering WebKit "zombie" processes to prevent memory leaks over long sessions. On MacOS, this not so effective because MacOS version dont use a lot of memory for background processes. But its useful linux and windows.</li> |
| 125 | + <li>Nautilus file manager component added for file browsing. This new file manager component provides a more native and integrated file browsing experience within the app, leveraging Nautilus' capabilities. Currently, it is not supports all features like copy, move, delete, etc. They will be added in future updates. Also support the preview for images, text files and pdf files.</li> |
96 | 126 | <li>marked dependency added for markdown rendering in the About modal. This allows us to display formatted release notes fetched from GitHub in a user-friendly manner.</li> |
97 | 127 | <li>Support for local path navigation on the remote config. User can now navigate to local paths when configuring remotes that use local file systems.</li> |
98 | 128 | <li>Added Flatpak detection and warning banner. If the app is running as a Flatpak, a warning banner will be displayed to inform the user about permission limitations. The banner can be dismissed and will not show again once dismissed.</li> |
|
0 commit comments