Releases: EventKit-Stream/KoFi-WebSocket
Releases · EventKit-Stream/KoFi-WebSocket
v1.1.0
What's Changed
v1.1.0 by @LordLumineer
-
You can now have multiple WebSockets connected with the same token, without having the other connection not receiving the messages
-
You can try the service directly from the homepage now
- The button to display the try it out section is located at the bottom right of the page (and is always visible)
-
Addition of a navigation panel to quickly jump to the different sections of the homepage
-
Theme switcher to change between light and dark mode
-
Now using libraries for the UI of the homepage
- TailwindCSS
- DaisyUI
- Json Formatter (to format the json in the try it out section)
-
General refactoring of the homepage
-
Reduced the amount of endpoints by directly mounting the static files in the server
Docker images
v1.0.4
v1.0.3
What's Changed
- v1.0.3 by @LordLumineer in #12
- Added favicon to the homepage
- Added some SEO to the homepage
- Added LineWrap on code Snippets
Docker images
v1.0.2
Changes
- ✨ v1.0.2 by @LordLumineer in #11
- Code Snippet is Now theme dynamic (light/dark mode)
Docker images
v1.0.1
Changes
- ✨ v1.0.1 by @LordLumineer in #10
- Fixed the issue where the homepage displayed two semicolons after the protocol (e.g.
https:://
is nowhttps://
) - Added the version number to the homepage
- Fixed the issue where the homepage displayed two semicolons after the protocol (e.g.
Docker images
v1.0.0
Changes
- ✨ v1.0.0 by @LordLumineer in #9
- Initial release
- Webhook endpoint for KoFi notifications
- WebSocket endpoint with verification token
- Full test coverage
- CI/CD pipeline with GitHub Actions
- Docker support