Releases: JayanAXHF/filessh
Releases · JayanAXHF/filessh
v0.4.2
25 Jan 11:23
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
Other
Removed unnecessary dependencies
Performance
Removed unnecessary cloning and used CoW instead of String in some places
v0.4.0
26 Dec 14:48
Compare
Sorry, something went wrong.
No results found
Features
[breaking ] Add SSH Config parsing to use hosts defined there (#29 )
Miscellaneous Tasks
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
Compare
Sorry, something went wrong.
No results found
Features
(config) Added a default config generator and fixed config detection (by @JayanAXHF )
v0.3.3
26 Dec 14:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Other
Remove CARGO_REGISTRY_TOKEN from release, enabling Trusted Publishing
v0.3.1
24 Nov 13:53
Compare
Sorry, something went wrong.
No results found
Features
(config) Added a default config generator and fixed config detection
v0.3.0
24 Nov 13:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
(errors) Added better error handling using panic-hooks and human-panic
Miscellaneous Tasks
v0.2.1
19 Nov 13:08
Compare
Sorry, something went wrong.
No results found
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