Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: mnencia/mchfuse

v0.4.0

20 Feb 11:47
40975bd
Compare
Choose a tag to compare
  • Enable dependabot
  • Fix refresh access token request body GH-44

v0.3.2

30 Jan 19:12
Compare
Choose a tag to compare
  • Switch to godaemon to demonize GH-15
  • Store the version information inside the executable.
    The build version is printed in the log during the startup.
  • Add -v/--version command line switches

v0.3.1

13 Dec 19:20
Compare
Choose a tag to compare
Release 0.3.1

v0.3.0

22 Nov 15:53
Compare
Choose a tag to compare

Changelog

  • Bump github.com/relvacode/iso8601 from 1.0.0 to 1.1.0
  • Fix login error (GH-17)
  • Close file descriptors when going background (tentative fix for GH-15)

v0.2.0

15 Jun 08:21
Compare
Choose a tag to compare
  • Send the process in the background automatically
  • Support mounting using mount -t fuse.mchfuse and /etc/fstab

v0.1.0

04 Jun 06:04
Compare
Choose a tag to compare
  • Reuse http.Client to improve performances. (#1)

  • Detect whether the device is reachable locally

    When connecting to a device, mchfuse try to determine if it is locally
    reachable, otherwise it uses the external endpoint.

    The reachability check runs every 30 seconds (to allow transition from
    External to Internal endpoint in case the device become reachable
    locally) or when an API call returns a connection error (to allow a
    quick transition from Internal to External endpoint if the device
    become unreachable locally).

  • Always use SSL to access a device

0.0.1

30 Apr 08:05
Compare
Choose a tag to compare

Initial release