Skip to content

Releases: no-src/fsctl

v0.1.3

16 Nov 06:13
b51e248
Compare
Choose a tag to compare

Enhancements

  • Replace the gofs package with the nsgo package.
  • Update scripts/build-release.sh, add linux arm64 and macOS arm64 releases.
  • Add docker test workflow to GitHub Actions.
  • Add release test workflow to GitHub Actions.
  • Refactor the build-release.sh and build-docker.sh scripts to make it more generic.
  • Update dependency, github.com/no-src/log v0.3.0 => v0.3.1.
  • Bump actions/checkout from 3 to 4.

v0.1.2

21 Aug 10:08
ae0ec3b
Compare
Choose a tag to compare

Enhancements

  • Remove go1.19 support.
  • Add go1.21 support.
  • Support custom permission for mkdir command.
  • Add the symlink and is-symlink commands.
  • Update dependency, github.com/no-src/gofs v0.6.1-0.20230328151824-2d91857cadde => v0.7.2-0.20230807164208-c903adf2141c.
  • Update dependency, github.com/no-src/log v0.1.10 => v0.3.0.

v0.1.1

28 Mar 15:50
556c5eb
Compare
Choose a tag to compare

Fixed

  • Revert base image in the Dockerfile (#4).

Enhancements

  • Update dependency, github.com/no-src/gofs v0.6.0 => v0.6.1-0.20230328151824-2d91857cadde (#5).

v0.1.0

27 Mar 05:36
Compare
Choose a tag to compare

Enhancements

  • Support some basic command for fsctl.
  • Support docker image release.
  • Add some configuration examples.