Skip to content

Releases: ddanielsantos/fman

v0.1.12

17 Dec 12:15
7763452
Compare
Choose a tag to compare

Added

  • handle long directories (#46)

v0.1.11

05 Dec 14:37
1c79e92
Compare
Choose a tag to compare

Added

  • add scroll to input (#43)

Fixed

  • (deps) update rust crate clap to v4.5.22 (#44)
  • (deps) update rust crate tracing-subscriber to v0.3.19 (#42)
  • (deps) update rust crate tracing to v0.1.41 (#39)
  • add missing parameter from cross-compile action (#40)

v0.1.10

21 Nov 02:08
18f35f2
Compare
Choose a tag to compare

Added

  • improve create item ui (#38)
  • command picker (#36)

Fixed

  • (deps) update rust crate clap to v4.5.21 (#35)
  • (deps) update rust crate ratatui to 0.29.0 (#33)

Other

  • renovate.json (#31)

v0.1.9

07 Nov 02:30
7213544
Compare
Choose a tag to compare

Other

  • unify steps

v0.1.8

07 Nov 01:48
dbc81d4
Compare
Choose a tag to compare

Other

  • tag released prs (4th try)
  • tag released prs (3rd try)

v0.1.7

07 Nov 01:00
1db6371
Compare
Choose a tag to compare

Other

  • tag released prs (2nd try)

v0.1.6

07 Nov 00:38
f7d8ac1
Compare
Choose a tag to compare

Other

  • add tags to released prs

v0.1.5

05 Nov 00:06
5d68def
Compare
Choose a tag to compare

Other

  • update README.md
  • move file system related code to own module
  • add links
  • add readme
  • use cross for build action
  • checkout repo before building
  • add matrix.os
  • remove verbose flag
  • ignore
  • remove step
  • add test action
  • ignore
  • ignore
  • Create test.yml

v0.1.4

30 Oct 02:19
Compare
Choose a tag to compare

Added

  • add deletion logic
  • add handling for showing or not hidden files

Fixed

  • change dir before deleting current path
  • delete deepest items first
  • reset state after each directory change

Other

  • use common for instead
  • wrap current_dir()
  • move code up
  • use path ref
  • remove clones
  • apply clippy sugestions
  • remove args for now

v0.1.3

26 Oct 16:19
4e2f566
Compare
Choose a tag to compare

Added

  • loggin
  • impl move_to_parent
  • init move_to_parent

Fixed

  • move_to_parent working
  • timestamp

Other

  • strip ansi
  • simplify package
  • improve log file path
  • add deps
  • move to func
  • prepare