Skip to content

Releases: agingorange/cdu

v0.1.4

Choose a tag to compare

@agingorange agingorange released this 23 Jul 10:41
f5f67fd

Added

  • Send a message via a Discord webhook if the outside IP changes.
  • Use Dotenvy to load environment variables from a file.

Changed

  • Use serde_jason::Value instead of Cloudlflare's exact structs to prevent having to update the structs if something unrelated changes.
  • Explain how to use Tracing in README.
  • Update crates.

v0.1.3

Choose a tag to compare

@agingorange agingorange released this 16 May 17:16
4f0500e

Added

  • Add workflow to verify if new version number has been added to the change log and Cargo.toml.
  • Add --config-dir flag to specify the directory for the configuration file.

Fixed

  • Fix incorrect environment variable names in README.

Removed

  • Remove unused crates.

v0.1.2

Choose a tag to compare

@agingorange agingorange released this 09 Apr 06:38
0d6a197

Changed

  • Remove unused targets from Release workflow

Security

  • Bump dependencies because of h2 vulnerability

v0.1.1

Choose a tag to compare

@agingorange agingorange released this 20 Mar 14:24
f5a1a69

Added

  • Use cross for cross-compilation in the Release workflow.
  • Add CHANGELOG and LICENSE to releases.
  • Add MIT License.

Changed

  • Bump crates

v0.1.0

Choose a tag to compare

@agingorange agingorange released this 16 Mar 16:15
7e7cc8a
initial release