Skip to content

Koge Kanban @3.1.0

Choose a tag to compare

@dezuhan dezuhan released this 16 Feb 01:21

feat(realtime): add websocket settings and browser push notifications

  • Implemented real-time board updates using Socket.IO with JWT authentication.
  • Added background data synchronization to prevent UI flickering on updates.
  • Integrated native Browser Push Notifications for alerts and mentions.
  • Added ENABLE_WEBSOCKET configuration to server.js and .env to optionally disable real-time features.
  • Optimized server logs by handling disabled WebSocket routes and removing catch-all spam.
  • Updated client to check server health before attempting WebSocket connections.
  • Cleaned up .gitignore to exclude IDE and environment specific files.