diff --git a/CHANGES.md b/CHANGES.md index 662f211..afc6209 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,9 +6,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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 +### 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 @@ -17,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2025-02-01 -### Added +### Added in 1.0.0 - Initial release - Webhook endpoint for KoFi notifications diff --git a/app/main.py b/app/main.py index 4996dfa..b2f0a4c 100644 --- a/app/main.py +++ b/app/main.py @@ -29,7 +29,7 @@ active_connections: dict[str, WebSocket] = {} app = FastAPI( - version="1.0.1", + version="1.0.2", docs_url=None, # Disable Swagger UI redoc_url=None # Disable ReDoc ) diff --git a/static/index.html b/static/index.html index 1431443..64c7b7b 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,9 @@ KoFi WebSocket Bridge - + + +