Skip to content

Releases: BattermanZ/FlareSync

v2.1.0

15 Jan 19:19
37e67c3

Choose a tag to compare

What's New in v2.1.0

  • Improved Security: The Docker image is now distroless and runs rootless (non-root).
  • Modern Toolchain: The project now uses Rust 1.92 and has all dependencies updated to their latest versions for improved performance and security.

And various fixes/optimisations.

v2.0.0

12 Dec 14:49

Choose a tag to compare

What's New in v2.0.0

  • Multiple Domain Support: You can now specify multiple domain names to be updated. In your .env file, list them as a comma-separated string for the DOMAIN_NAME variable (e.g., DOMAIN_NAME=example.com,sub.example.com).
  • Major Refactoring: The codebase has been significantly refactored for better readability, maintainability, and performance.
  • Docker-Compatible Logs: Logging is now directed to stdout, making it easy to monitor using docker logs.
  • Modern Toolchain: The project now uses Rust 1.88 and has all dependencies updated to their latest versions for improved performance and security.

v1.0.2

30 Nov 17:49

Choose a tag to compare

Functional dockerised app.