Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Changelog

v0.3.5 (2026-02-19)

  • Improves how handling of metadata works for crabdrop, changing encryption passphrase will no longer return aead::Error
  • Improves handling of errors when downloading files (wrong passphrase for example)

v0.3.4 (2026-02-19)

  • Make encryption passphrase required to setup fixing a bug where you would not be able to setup a passphrase in the case you did not set one up initially.

v0.3.3 (2026-02-18)

  • Fixed sorting and filters resetting when refreshing or creating a folder

v0.3.2 (2026-02-16)

  • Added keyboard navigation for the file browser (Arrow Up/Down to browse, Enter to open, Escape to deselect)
  • Added keyboard shortcuts for refresh (F5, Ctrl/Cmd+R) and delete (Delete/Backspace)
  • Fixed a crash when triggering multiple downloads simultaneously
  • Delete now shows a confirmation dialog before removing files or folders
  • Single click selects a file, double click opens/downloads

v0.3.1 (2026-02-15)

  • Fix release versioning

v0.3.0 (2026-02-15)

  • Add filtering options to filter by type, encryption status and more.
  • Add sorting option (folders will be at the top)
  • Performance increases

v0.2.12 (2026-02-15)

  • Update some dependencies which introduce performance benefits

v0.2.11 (2026-02-15)

  • Adds file searching functionality

v0.2.10 (2026-02-15)

  • Fix upload panel re-rendering entire list on every progress event

v0.2.9 (2026-02-15)

  • Fix a small typo

v0.2.8 (2026-02-15)

  • Fixes some part of the release workflow.

v0.2.7 (2026-02-15)

  • Fixed release notes extraction on Windows

v0.2.6 (2026-02-15)

  • Does not allow for files to be encrypted without a passphrase

v0.2.5 (2026-02-15)

  • Simplify release process