bump to 2.7

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-10-06 22:51:21 +02:00
parent e68802dcd0
commit 91dbed1380
26 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "rclone-ui",
"version": "2.6.3",
"version": "2.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rclone-ui",
"version": "2.6.3",
"version": "2.7.0",
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@heroui/react": "^2.7.11",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "rclone-ui",
"private": true,
"version": "2.6.3",
"version": "2.7.0",
"type": "module",
"scripts": {
"dev": "node scripts/buildExternal.js && vite",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

+1 -1
View File
@@ -255,7 +255,7 @@ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]]
name = "app"
version = "2.6.3"
version = "2.7.0"
dependencies = [
"cocoa",
"fix-path-env",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "2.6.3"
version = "2.7.0"
description = "A Tauri App"
authors = ["you"]
license = ""
+19 -16
View File
@@ -3,7 +3,7 @@
<id>com.rcloneui.RcloneUI</id>
<name>Rclone UI</name>
<summary>The cross-platform desktop GUI for rclone &amp; S3.</summary>
<summary>The GUI for rclone.</summary>
<metadata_license>MIT</metadata_license>
<project_license>Apache-2.0</project_license>
@@ -18,20 +18,19 @@
<control>touch</control>
</supports>
<recommends>
<control>keyboard</control>
<control>pointing</control>
</recommends>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<description>
<p>
Easily manage your rclone remotes &amp; tasks in a transparent way.
The best way to manage your rclone remotes &amp; tasks in a light and easy way.
</p>
<p>
Free to use, open source, actively maintained and built with Tauri.
Free to use &amp; open source.
</p>
<p>
Stop remembering flags, copy pasting commands, and wasting time.
</p>
<p>
Features:
@@ -39,15 +38,20 @@
<ol>
<li>✅ Cross platform running on Windows, Linux, macOS (x64, Arm and Apple Silicon)</li>
<li>✅ Works with your existing rclone installation (or can install rclone for you)</li>
<li>✅ File Browser</li>
<li>Sync, Copy, Mount, and more</li>
<li>✅ File Browser 2.0</li>
<li>Proxy support</li>
<li>✅ Sync, Copy, Mount, Serve, Move, and more</li>
<li>✅ Jobs (see all background operations)</li>
<li>Add/Remove Remotes</li>
<li>Set default flags for each remote separately, based on the operation (mount, sync, copy, etc)</li>
<li>✅ Customize the flags when running an operation on a case by case basis</li>
<li>Set default flags for each remote separately, based on the operation (mount, copy, etc)</li>
<li>Customize the flags when running an operation on a case by case basis (on top of defaults)</li>
<li>✅ Set a password for the Settings panel</li>
<li>✅ Hide commands or remotes from the tray menu</li>
<li>✅ Import/Export Configs (encrypted with pass or command)</li>
</ol>
<p>
No tracking, no ads.
<em>Do more with Rclone!</em>
</p>
</description>
<categories>
@@ -90,13 +94,12 @@
</screenshots>
<releases>
<release version="2.6.3" date="2025-09-28">
<url type="details">https://github.com/rclone-ui/rclone-ui/releases/tag/v2.6.3</url>
<release version="2.7.0" date="2025-09-28">
<url type="details">https://github.com/rclone-ui/rclone-ui/releases/tag/v2.7.0</url>
<description>
<p>2.6.3 Release</p>
<p>2.7.0 Release</p>
<ul>
<li>Initial flatpak release.</li>
<li>Relaunch on update.</li>
<li>Bug squashing &amp; improvements.</li>
</ul>
</description>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 943 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 624 B

Before

Width:  |  Height:  |  Size: 765 B

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Rclone UI",
"mainBinaryName": "Rclone UI",
"version": "2.6.3",
"version": "2.7.0",
"identifier": "com.rclone.ui",
"build": {
"frontendDist": "../dist",