Commit Graph
652 Commits
Author SHA1 Message Date
FTCHD e936aa2861 show local folders using core/disks 2026-06-05 21:01:32 +03:00
FTCHD 26809c5b1d add details to ts-ignore mark 2026-06-05 20:47:52 +03:00
FTCHD 1b3f1f4ae9 add link functionality to create public links (closes #213) 2026-06-05 20:47:39 +03:00
FTCHD 92bf0fcf5f clear mobile banner 2026-05-14 13:37:24 +03:00
FTCHD be85a66a71 add snapcraft manifest 2026-05-14 13:37:08 +03:00
FTCHD 8f4c4bba69 bump to 3.5.5 2026-05-13 17:12:47 +03:00
FTCHD aa6951b6b1 update manifest 2026-05-13 17:12:31 +03:00
FTCHD 17382ef7fa run gtk calls on main thread 2026-05-12 20:31:58 +03:00
FTCHD e45cecbf0d set max width on Schedules empty state 2026-05-12 20:26:49 +03:00
FTCHD 21f52baf2c autofocus Toolbar input 2026-05-12 20:26:39 +03:00
FTCHD e231ad1866 remove default Browse result 2026-05-12 20:26:29 +03:00
FTCHD f8b325c241 format actions 2026-05-12 20:26:23 +03:00
FTCHD 20a128596b focus on linux mint 2026-05-12 19:31:34 +03:00
FTCHD 58cd4ef965 tauri commands fix 2026-05-12 19:28:58 +03:00
FTCHD b2107f3d0e check for right permissions 2026-05-12 18:48:20 +03:00
FTCHD b26985ccf3 padded icons for linux mint 2026-05-12 18:35:49 +03:00
FTCHD ecc4508d7a rename is_flathub 2026-05-12 18:31:05 +03:00
FTCHD 336c412fda fix linux centering 2026-05-12 16:46:41 +03:00
FTCHD 6b57906a68 assert non-null param after rclone-sdk update 2026-05-12 14:39:05 +03:00
FTCHD 44f029aa8e update npm deps 2026-05-12 14:38:39 +03:00
FTCHD 52f28775a7 update cargo deps 2026-05-12 14:38:35 +03:00
FTCHD 6f36a7500b update winget action 2026-05-12 13:12:02 +03:00
Jonathan ChemlaandGitHub d0cd63f0a7 Create release-winget.yml (#197) 2026-05-12 12:32:48 +03:00
FTCHD fc82a4668b remove onboarding
ain't nobody got time for that
2026-05-11 12:31:43 +03:00
FTCHD 84a1759e56 allow folder creation everywhere 2026-05-11 12:24:56 +03:00
FTCHD 9e0e522352 handle allowMultiple properlu 2026-05-11 11:55:34 +03:00
FTCHD 5cc7cea353 deps: update 2026-05-11 00:21:54 +03:00
FTCHD 3993563cb6 remove unused var 2026-05-10 23:39:38 +03:00
FTCHD 863dae07eb bump to 3.5.4 2026-05-10 23:33:37 +03:00
FTCHD 6d788ec42f update manifest 2026-05-10 23:33:21 +03:00
FTCHD fe2828b294 attempt to fix drive letter mount on windows (#205 ) 2026-05-10 23:29:49 +03:00
FTCHD e663aca821 add color icon & handling 2026-05-10 23:20:10 +03:00
FTCHD 979d34634e handle * mount destination on windows 2026-05-10 22:59:20 +03:00
FTCHD 60b1490a10 limit serve/mount suggestions in Toolbar 2026-05-10 22:56:03 +03:00
FTCHD ffce35adff show toolbar if trying to open app while already running 2026-05-10 22:54:28 +03:00
FTCHD 958f2aeaba hide disabled config buttons to avoid confusion (#184 ) 2026-05-10 22:43:14 +03:00
FTCHD 1901c6cb1e remove unused RemoteAvatar component 2026-05-10 22:38:26 +03:00
FTCHD c1516bda65 bug fixes galore 2026-05-10 22:37:26 +03:00
FTCHD d749844073 Revert "Fix Linux first-launch startup feedback when provisioning bundled rclone"
This reverts commit 3201b0306c.
2026-05-10 21:52:01 +03:00
shallfunandGitHub 3201b0306c Fix Linux first-launch startup feedback when provisioning bundled rclone (#207)
* Improve Linux startup provisioning flow

* Refine Linux startup provisioning flow
2026-05-10 21:12:56 +03:00
FTCHD bb70a97baf toolbar: linux fixes 2026-05-10 19:18:33 +03:00
FTCHD 7482f8543c window: linux fixes 2026-05-10 17:52:49 +03:00
FTCHD a03a92d602 searchable remotes 2026-04-22 03:41:13 +03:00
FTCHD 77e330cfaf bump to 3.5.3 2026-03-31 21:54:39 +03:00
FTCHD 0382898a7d update manifest 2026-03-31 21:54:28 +03:00
FTCHD dbecdf5f76 update Flatpak deps 2026-03-31 21:53:17 +03:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a1a7ee9cea Bump quinn-proto from 0.11.13 to 0.11.14 in /src-tauri (#192)
Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.13 to 0.11.14.
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.13...quinn-proto-0.11.14)

---
updated-dependencies:
- dependency-name: quinn-proto
  dependency-version: 0.11.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 21:40:22 +03:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
d8c1a3192f Bump time from 0.3.44 to 0.3.47 in /src-tauri (#191)
Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.47.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.44...v0.3.47)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 21:39:38 +03:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18bcfd6c68 Bump bytes from 1.11.0 to 1.11.1 in /src-tauri (#190)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 21:33:07 +03:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9134d510dc Bump tar from 0.4.44 to 0.4.45 in /src-tauri (#189)
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45.
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 0.4.45
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 21:30:01 +03:00