Skip to content

Latest commit

 

History

History
88 lines (41 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

88 lines (41 loc) · 3.76 KB

Changelog

1.2.6 (2025-01-15)

🔥 Bug Fixes

  • ensure allow other added to fuse (3a150d7)

1.2.5 (2025-01-15)

⌨️ Code Refactoring

  • allow overriding puid and pgid (4dffda8)

1.2.4 (2025-01-11)

⌨️ Code Refactoring

  • env var for overriding rclone bin name (b0f6785)

1.2.3 (2025-01-11)

⌨️ Code Refactoring

  • env vars for override of file locations (c8a4e8d)

1.2.2 (2025-01-06)

🔥 Bug Fixes

  • remove healthcheck now no rcd (2316974)

1.2.1 (2025-01-06)

🔥 Bug Fixes

1.2.0 (2025-01-06)

🚀 New Features

  • ditch rcd for mount processes instead. (a0de4a0)

1.1.3 (2025-01-06)

⚙️ Chores

  • extra debug logging around env var replacement (99e382b)

1.1.2 (2025-01-04)

📦 CI Improvements

  • default context should be src folder (569d39c)

1.1.1 (2025-01-04)

🔥 Bug Fixes

1.1.0 (2025-01-04)

🚀 New Features

  • Allow each individual mount config and serve config entry to override its own env vars (a31dd33)
  • construction of mountOpt and vfsOpt for rc moounts (737028a)
  • Rclone Manager (74065bc)
  • track and react to realtime changes of config.yaml and rclone.conf (413388a)

📦 CI Improvements