Files
galvanize/CHANGELOG.md
lonelyhentxi dd11bc70b5
Some checks failed
CI / Rust Check (push) Has been cancelled
CI / Web UI Check (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
feat: basic
2025-07-12 23:59:42 +08:00

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Initial project setup
  • HTTP REST API for Wake-on-LAN operations
  • MQTT support for device wake commands
  • Basic username/password authentication
  • OIDC provider integration
  • JSON-based device configuration persistence
  • Configuration file hot-reload with file system watching
  • React + shadcn/ui Web UI dashboard
  • Docker image and docker-compose setup
  • Multi-platform binary releases (Linux, macOS, Windows)

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

0.1.0 - YYYY-MM-DD

Added

  • Initial release of Galvanize
  • Core Wake-on-LAN functionality
  • HTTP API with RESTful endpoints
  • MQTT protocol support
  • Basic and OIDC authentication
  • Web UI for device management
  • Configuration persistence and hot-reload
  • Docker support with multi-arch images