Commit Graph

  • f56dd60868 refactor(site): type-safe i18n keys derived from en Christian Visintin 2026-06-07 21:27:43 +02:00
  • f544a63d19 feat(site): i18n string resolver with en fallback Christian Visintin 2026-06-07 21:23:25 +02:00
  • 02fec64d35 feat(site): catppuccin theme tokens, tailwind 4, self-hosted font Christian Visintin 2026-06-07 21:16:41 +02:00
  • a54ff078cc chore(site): scaffold astro project, remove legacy SPA Christian Visintin 2026-06-07 21:10:57 +02:00
  • c27748272d chore: gitignore .superpowers brainstorm artifacts Christian Visintin 2026-06-07 21:02:32 +02:00
  • f6d65cf09d ci: fix release notes generation in release workflow Christian Visintin 2026-06-07 17:03:58 +02:00
  • 930e76814f build: add chocolatey package, remove legacy dist build scripts Christian Visintin 2026-06-07 16:48:44 +02:00
  • cdd4c60805 ci: pin all actions to verified SHAs and clear zizmor findings Christian Visintin 2026-06-07 16:46:56 +02:00
  • c652ca18b8 ci: automated release workflow Christian Visintin 2026-06-07 16:46:50 +02:00
  • 0ad18ea5e7 chore: update release date v1.0.0 Christian Visintin 2026-04-18 22:25:40 +02:00
  • 2ed71c7ff8 chore: 1.0.0 changelog Christian Visintin 2026-04-18 22:13:01 +02:00
  • 49102985a4 ci: add linux and windows aarch64 build targets Christian Visintin 2026-04-18 20:29:15 +02:00
  • bc59df494b fix: filter self-references and dot entries from remote directory listings Christian Visintin 2026-04-18 18:58:11 +02:00
  • 080c013fab build: upgrade remotefs-ssh to 0.8.3 Christian Visintin 2026-04-18 18:43:50 +02:00
  • 6252df2959 build: migrate to tui-realm 4.0 Christian Visintin 2026-04-18 15:26:30 +02:00
  • 9160c52cb0 build: remotefs-ssh 0.8.2 Christian Visintin 2026-03-24 09:46:20 +01:00
  • 38f1fccfd0 build: remotefs-ssh 0.8.1 Christian Visintin 2026-03-21 22:40:06 +01:00
  • 6ceaf048b5 fix: render progress bar immediately after mounting Christian Visintin 2026-03-21 21:43:15 +01:00
  • 534c16427e fix: use time-based redraw interval instead of progress-delta threshold Christian Visintin 2026-03-21 21:41:34 +01:00
  • 9b19240925 feat: consolidate theme progress bar fields into single transfer_progress_bar Christian Visintin 2026-03-21 20:43:51 +01:00
  • 0ddbf3b104 feat: update transfer loop to use unified TransferProgress Christian Visintin 2026-03-21 17:34:57 +01:00
  • 126e58503f feat: update progress bar display for new unified data model Christian Visintin 2026-03-21 17:12:20 +01:00
  • 0be8b60c7d feat: simplify progress bar layout to single component Christian Visintin 2026-03-21 17:12:06 +01:00
  • 4ed6b118ca feat: replace dual progress bar components with single TransferProgressBar Christian Visintin 2026-03-21 17:11:24 +01:00
  • a48b226d9b feat: rework TransferProgress to track bytes with lazy estimation Christian Visintin 2026-03-21 16:53:04 +01:00
  • e11af03fdd chore: enable safe clippy pedantic lints Christian Visintin 2026-03-21 15:43:16 +01:00
  • f044e6ace2 docs: document ssh key storage API Christian Visintin 2026-03-21 15:31:48 +01:00
  • e056afbd28 test: extend system regression coverage Christian Visintin 2026-03-21 15:30:54 +01:00
  • 9442e3b150 fix: normalize localhost relative path checks Christian Visintin 2026-03-21 15:27:45 +01:00
  • 9c00b9a86c test: extend config and explorer regression coverage Christian Visintin 2026-03-21 15:24:58 +01:00
  • 622cfe260a test: add parser and bookmark regression coverage Christian Visintin 2026-03-21 15:20:46 +01:00
  • 0c3ced012e refactor: split auth view helpers by responsibility Christian Visintin 2026-03-21 15:04:52 +01:00
  • d60c5007f9 docs: complete remaining core module docs Christian Visintin 2026-03-21 14:50:35 +01:00
  • 7e10b8e68b docs: document parser and file transfer params Christian Visintin 2026-03-21 13:37:18 +01:00
  • 08509caf1b docs: document core host and ssh modules Christian Visintin 2026-03-21 13:36:20 +01:00
  • 89de2d2dfa docs: add core module and API documentation Christian Visintin 2026-03-21 13:35:32 +01:00
  • abc80b93ad refactor: split auth update handlers by context Christian Visintin 2026-03-21 13:34:18 +01:00
  • 1b79a6fc91 refactor: split auth form components by protocol Christian Visintin 2026-03-21 13:18:14 +01:00
  • 5a3aa64fba refactor: split parser internals into focused modules Christian Visintin 2026-03-21 13:18:08 +01:00
  • bc4b096077 fix: stabilize core error handling Christian Visintin 2026-03-21 13:06:25 +01:00
  • 0025b87b0f fix: sync browsing when entering a directory from filtered/fuzzy view Christian Visintin 2026-03-21 11:24:41 +01:00
  • bd0843d3da build: replace version-compare crate with semver Christian Visintin 2026-03-21 10:58:59 +01:00
  • 0ba43d5714 ci: check fmt with nightly toolchain Christian Visintin 2026-03-21 10:58:31 +01:00
  • 97e1ca789a chore: add fmt+clippy convention to CLAUDE.md and apply nightly fmt Christian Visintin 2026-03-21 10:46:38 +01:00
  • 2df13fac10 fix: pass full command string to exec, not just the first word Christian Visintin 2026-03-21 10:44:43 +01:00
  • 186313f57c fix: resolve . and .. in terminal cd and prevent panic in path elide Christian Visintin 2026-03-21 10:44:26 +01:00
  • 8b0be49609 ci: run test workflows once Christian Visintin 2026-03-20 23:01:10 +01:00
  • e062ee0447 chore: format toml Christian Visintin 2026-03-20 23:01:01 +01:00
  • c81cf39fe9 build: replaced libssh with russh for remotefs-ssh Christian Visintin 2026-03-20 22:56:23 +01:00
  • 9cfef867a9 fix: return after empty terminal prompt Christian Visintin 2026-03-20 22:49:23 +01:00
  • 18314e6a2e chore: 1.0.0 version into manifests Christian Visintin 2026-03-20 17:12:04 +01:00
  • 9f3df1a79a style: linter Christian Visintin 2026-03-13 14:55:53 +01:00
  • fe424107e9 build: removed hostname, use whoami instead Christian Visintin 2026-03-13 14:48:09 +01:00
  • d97535894c fix: replace recursive byte-counting with entry-based transfer progress (#395) Christian Visintin 2026-02-28 16:41:09 +00:00
  • 4d65e48b3c fix: replace magic-crypt with aes-gcm for bookmark encryption Christian Visintin 2026-02-28 15:26:42 +01:00
  • 0d24662b3d refactor: migrate from mod.rs to named module files Christian Visintin 2026-02-27 22:41:51 +01:00
  • bc14b049c0 chore: add centralized lint configuration to Cargo.toml Christian Visintin 2026-02-27 22:35:06 +01:00
  • d32c588f15 refactor: replace lazy_static with std::sync::LazyLock Christian Visintin 2026-02-27 22:37:50 +01:00
  • 60e86aff2a perf: use sort_by_cached_key to avoid repeated lowercase allocations in file sorting Christian Visintin 2026-02-27 22:31:59 +01:00
  • 5f83a1468c fix: correct typos in BadSytax and theme_provider log messages Christian Visintin 2026-02-27 22:30:06 +01:00
  • 5758a12c3b fix: replace assert! calls in UI activities with graceful error handling Christian Visintin 2026-02-27 22:27:14 +01:00
  • 49a74d02ea fix: replace panics reachable from user input with proper error handling Christian Visintin 2026-02-27 22:19:17 +01:00
  • f6d35f1eea refactor: FileTransferActivity pane-agnostic dispatch (#386) Christian Visintin 2026-02-27 20:58:31 +00:00
  • 3fb61a76fe chore: funding Christian Visintin 2026-02-24 12:33:58 +01:00
  • ff4452c971 chore: WTF CTRL SAVE DOESNT FUCKING WORK Christian Visintin 2026-02-09 10:27:21 +01:00
  • fd1d8a0e26 chore: Install with apt if installed Christian Visintin 2026-02-09 10:25:57 +01:00
  • b0d6da8e23 chore: Copilot is so dumb Christian Visintin 2026-02-09 10:12:54 +01:00
  • 4ca0865fe3 chore: Use apt to install termscp on debian base to prevent broken deps Christian Visintin 2026-02-09 10:12:04 +01:00
  • b8115362f8 ci: Codeberg mirroring Christian Visintin 2026-01-30 14:57:03 +01:00
  • 155f747563 docs: date Christian Visintin 2025-12-20 17:12:50 +01:00
  • b04976bde3 fix: Updated dependencies to allow build on NetBSD v0.19.1 Christian Visintin 2025-12-20 16:33:50 +01:00
  • 5f7a0d8a46 fix: install.sh deb name veeso 2025-12-02 14:27:34 +01:00
  • 694232564a fix: install.sh deb name veeso 2025-12-02 14:25:55 +01:00
  • 54b674ad43 ci: windows artifact name veeso 2025-11-11 12:34:36 +01:00
  • c32822037e ci: deploy site v0.19.0 veeso 2025-11-11 12:21:05 +01:00
  • abb5c212c5 feat: Merge branch '0.19.0' veeso 2025-11-11 12:19:21 +01:00
  • e9b54a227b chore: CHANGELOG date veeso 2025-11-11 09:42:21 +01:00
  • befc32198a ci: debian fix veeso 2025-11-10 17:25:29 +01:00
  • 7e5103ff7e ci: Debian veeso 2025-11-10 17:06:44 +01:00
  • 2cb600083e docs: Release date veeso 2025-11-10 16:44:24 +01:00
  • 47d23673e6 ci: Build artifacts for Windows x86_64 and Ubuntu x86_64 (#368) Christian Visintin 2025-11-10 16:43:25 +01:00
  • a0b357cf8c feat: Added <CTRL+S> keybinding to get the total size of selected paths. (#367) Christian Visintin 2025-11-09 21:14:42 +01:00
  • 75943f2b93 feat: Changed file overwrite behaviour (#366) Christian Visintin 2025-11-09 19:00:17 +01:00
  • 085ab721f9 build: remotefs-ssh 0.7.1 veeso 2025-11-09 17:38:50 +01:00
  • f4156a5059 feat: Import bookmarks from ssh config with a CLI command (#364) Christian Visintin 2025-11-08 15:32:52 +01:00
  • 4bebec369f fix: Issues with update checks (#363) Christian Visintin 2025-10-02 21:27:51 +02:00
  • 05c8613279 fix: Report a message while calculating total size of files to transfer. (#362) Christian Visintin 2025-10-02 20:58:26 +02:00
  • 205d2813ad perf: Migrated to libssh.org on Linux and MacOS for better ssh agent support. veeso 2025-09-20 18:13:20 +02:00
  • 86660a0cc9 fix: SMB support for MacOS with vendored build of libsmbclient. veeso 2025-09-20 18:07:26 +02:00
  • 05830db206 docs: User manual and get started links veeso 2025-09-16 10:36:17 +02:00
  • 3c79e812eb build: 0.19 deps veeso 2025-09-06 16:40:01 +02:00
  • 0287e7706a fix: typo in file open error message (#349) moshyfawn 2025-06-13 16:50:06 -04:00
  • 67a14c2725 fix: lock v0.18.0 veeso 2025-06-10 21:20:04 +02:00
  • df03c5c1bf feat: 0.18 veeso 2025-06-10 14:29:02 +02:00
  • 3ce3ffee3d fix: larger file info popup veeso 2025-06-10 14:26:36 +02:00
  • c0b32a1847 feat: Replaced the Exec popup with a fully functional terminal emulator (#348) Christian Visintin 2025-06-10 13:17:20 +02:00
  • 81ae0035c3 Fix SSH auth with id keys (#347) Christian Visintin 2025-06-08 18:34:59 +02:00
  • 783da22ca2 feat: **Updated dependencies** and updated the Rust edition to 2024 veeso 2025-06-08 18:00:42 +02:00
  • 8715c2b6f9 chore: CODE_OF_CONDUCT update veeso 2025-05-10 19:23:06 +02:00
  • 98a748dccc style: catppuccin themes veeso 2025-04-15 12:24:08 +02:00