Skip to content

Releases: JayanAXHF/filessh

v0.4.2

25 Jan 11:23
a75e24b

Choose a tag to compare

[0.4.2] - 2025-12-28

Bug Fixes

  • Resolve clippy warnings (#32)

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

26 Dec 17:27
73990bc

Choose a tag to compare

Other

  • Removed unnecessary dependencies

Performance

  • Removed unnecessary cloning and used CoW instead of String in some places

v0.4.0

26 Dec 14:48
fcf1252

Choose a tag to compare

Features

  • [breaking] Add SSH Config parsing to use hosts defined there (#29)

Miscellaneous Tasks

  • Release issues

Features

  • [breaking] Add SSH Config parsing to use hosts defined there (#29) (by @JayanAXHF) - #29

Styling

  • (CHANGELOG) Revamped Changelog style (by @JayanAXHF)

v0.3.4

26 Dec 14:45

Choose a tag to compare

Features

  • (config) Added a default config generator and fixed config detection (by @JayanAXHF)

v0.3.3

26 Dec 14:38
98d26b3

Choose a tag to compare

Styling

  • (CHANGELOG) Revamped Changelog style

Features

  • (config) Added a default config generator and fixed config detection (by @JayanAXHF)

v0.3.2

30 Nov 12:54
e9617f1

Choose a tag to compare

Other

  • Remove CARGO_REGISTRY_TOKEN from release, enabling Trusted Publishing

v0.3.1

24 Nov 13:53
54bab58

Choose a tag to compare

Features

  • (config) Added a default config generator and fixed config detection

v0.3.0

24 Nov 13:01
0490828

Choose a tag to compare

Features

  • (TUI) Added support for filtering out hidden files

Refactor

  • (state) [breaking] Refactored MainUI's get_file_entries to be CoW to support hidden files filering

Styling

  • (file view) Differentiated between directories and files using colour

v0.2.2

22 Nov 07:38
9808a56

Choose a tag to compare

Features

  • (errors) Added better error handling using panic-hooks and human-panic

Miscellaneous Tasks

  • Typo fixed

v0.2.1

19 Nov 13:08
14dae4e

Choose a tag to compare

Features

  • (build) Added vergen to the build system

Refactor

  • (cli) Refactored the CLI module to better fit the build system

Documentation

  • (README) Updated usage instructions