Skip to content

Releases: EventKit-Stream/KoFi-WebSocket

v1.1.0

20 Feb 23:59
6ab3a39
Compare
Choose a tag to compare

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

02 Feb 18:34
47faa4d
Compare
Choose a tag to compare

What's Changed

Docker images

v1.0.3

02 Feb 17:59
870ce10
Compare
Choose a tag to compare

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

02 Feb 17:53
c81f6ae
Compare
Choose a tag to compare

Changes

  • ✨ v1.0.2 by @LordLumineer in #11
    • Code Snippet is Now theme dynamic (light/dark mode)

Docker images

v1.0.1

02 Feb 05:22
9787810
Compare
Choose a tag to compare

Changes

  • ✨ v1.0.1 by @LordLumineer in #10
    • 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

Docker images

v1.0.0

02 Feb 04:58
afcd821
Compare
Choose a tag to compare

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

Docker images