• v1.3.1 f86048ec1e

    v1.3.1
    All checks were successful
    Main / Lint and Format (push) Successful in 20s
    Main / Docker Build (push) Successful in 27s
    Main / Deploy (push) Successful in 16s
    Stable

    tony released this 2026-02-05 15:26:26 -06:00 | 130 commits to main since this release

    • [chatroom] move socketOns into function
    • [chatroom] title change for missed messages
    • [chatroom] min-width expanded a little.
    • make popovers scrollable and a little larger
  • v1.3.0 0b543c04e1

    v1.3.0
    All checks were successful
    Main / Lint and Format (push) Successful in 20s
    Main / Docker Build (push) Successful in 28s
    Main / Deploy (push) Successful in 18s
    Stable

    tony released this 2026-02-05 10:54:26 -06:00 | 133 commits to main since this release

    • [chatroom] show change-user popover if user has never connected to chatroom before
    • [chatroom] no two users can have the same name
    • [chatroom] room_members dict to track usernames and usercolors in chat room
    • [chatroom] status bar now shows active users with colors on hover
    • [chatroom] emit errors now go to the chatbox instead of alert()
  • v1.2.5 b9aefedd80

    v1.2.5
    All checks were successful
    Main / Lint and Format (push) Successful in 21s
    Main / Docker Build (push) Successful in 29s
    Main / Deploy (push) Successful in 17s
    Stable

    tony released this 2026-02-04 14:37:21 -06:00 | 136 commits to main since this release

    • minor bug fixed where if a user disconnects, the server would report the count with the disconnected user in it. Had to hardcode a -1 but it comes from flask_socketio and how it handles disconnect/leave_room
  • v1.2.4 a0cc71be75

    v1.2.4
    All checks were successful
    Main / Lint and Format (push) Successful in 21s
    Main / Docker Build (push) Successful in 1m6s
    Main / Deploy (push) Successful in 16s
    Stable

    tony released this 2026-02-04 11:43:14 -06:00 | 137 commits to main since this release

    • [chatroom] change user popover now uses a form for username validation. also server side validation.
    • [chatroom] status bar with connection status, number of users in the room.
    • [chatroom] adjusted sockets on server side to use the session username, and only emit status message/leave_room on disconnect if client hasn't already.
  • v1.2.3 9ba9c500c7

    v1.2.3
    All checks were successful
    Main / Lint and Format (push) Successful in 20s
    Main / Docker Build (push) Successful in 1m4s
    Main / Deploy (push) Successful in 22s
    Stable

    tony released this 2026-02-03 19:05:48 -06:00 | 139 commits to main since this release

    • add chat room project in db
    • change post url to end with forward slash to match site convention
  • v1.2.2 127b8950e9

    v1.2.2
    All checks were successful
    Main / Lint and Format (push) Successful in 25s
    Main / Docker Build (push) Successful in 28s
    Main / Deploy (push) Successful in 16s
    Stable

    tony released this 2026-02-03 12:44:27 -06:00 | 140 commits to main since this release

    • remove popover transition effect as the blur provides a bad experience on low powered devices
  • v1.2.1 b9e6b78cd7

    v1.2.1
    All checks were successful
    Main / Lint and Format (push) Successful in 21s
    Main / Docker Build (push) Successful in 29s
    Main / Deploy (push) Successful in 17s
    Stable

    tony released this 2026-02-03 11:49:36 -06:00 | 142 commits to main since this release

    • [chatroom] enter keydown event
    • [chatroom] update how this works
    • [chatroom] change user preview span
    • popover transition effect to all popovers on site
    • misc style changes
  • v1.2.0 efaff6e34f

    v1.2.0
    All checks were successful
    Main / Docker Build (push) Successful in 28s
    Main / Lint and Format (push) Successful in 19s
    Main / Deploy (push) Successful in 7s
    Stable

    tony released this 2026-02-02 15:49:13 -06:00 | 146 commits to main since this release

    • initial chat room setup using separate gunicorn worker for web sockets
  • v1.1.4 0f7f82bf35

    v1.1.4
    All checks were successful
    Main / Docker Build (push) Successful in 27s
    Main / Lint and Format (push) Successful in 19s
    Main / Deploy (push) Successful in 6s
    Stable

    tony released this 2026-01-31 13:29:23 -06:00 | 149 commits to main since this release

    • swap to nesting css
  • v1.1.3 6e1b893cbc

    v1.1.3
    All checks were successful
    Main / Lint and Format (push) Successful in 19s
    Main / Docker Build (push) Successful in 28s
    Main / Deploy (push) Successful in 6s
    Stable

    tony released this 2026-01-30 13:57:28 -06:00 | 150 commits to main since this release

    • header event listeners now only on ul and also fire on focusin/focusout
    • small updates to command movement post