Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 985 Bytes

CHANGES.md

File metadata and controls

33 lines (21 loc) · 985 Bytes

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.

[1.0.2] - 2025-02-01

Changes in 1.0.2

  • Fixed the Code in the homePage to be color theme dynamic (light/dark mode)

[1.0.1] - 2025-02-01

Changes in 1.0.1

  • Fixed the issue where the homepage displayed two semicolons after the protocol (e.g. https::// is now https://)
  • Added the version number to the homepage
  • Removed the HomePage and test client html files from the github code count (linguist)
  • Added .dockerignore file to exclude the unnecessary files from the docker image

[1.0.0] - 2025-02-01

Added in 1.0.0

  • Initial release
  • Webhook endpoint for KoFi notifications
  • WebSocket endpoint with verification token
  • Full test coverage
  • CI/CD pipeline with GitHub Actions
  • Docker support