-
v1.2.5
Stablereleased this
2026-02-04 14:37:21 -06:00 | 44 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
-1but it comes fromflask_socketioand how it handles disconnect/leave_room
- minor bug fixed where if a user disconnects, the server would report the count with the disconnected user in it. Had to hardcode a
-
v1.2.4
Stablereleased this
2026-02-04 11:43:14 -06:00 | 45 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
Stablereleased this
2026-02-03 19:05:48 -06:00 | 47 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
Stablereleased this
2026-02-03 12:44:27 -06:00 | 48 commits to main since this release- remove popover transition effect as the
blurprovides a bad experience on low powered devices
- remove popover transition effect as the
-
v1.2.1
Stablereleased this
2026-02-03 11:49:36 -06:00 | 50 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
Stablereleased this
2026-02-02 15:49:13 -06:00 | 54 commits to main since this release- initial chat room setup using separate gunicorn worker for web sockets
-
v1.1.4
Stablereleased this
2026-01-31 13:29:23 -06:00 | 57 commits to main since this release- swap to nesting css
-
v1.1.3
Stablereleased this
2026-01-30 13:57:28 -06:00 | 58 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
-
v1.1.2
Stablereleased this
2026-01-29 15:56:22 -06:00 | 62 commits to main since this release- reorder id's in posts table
- updated add-or-update-post.py to allow updating a post instead of having to delete it
- properly order posts and projects by date desc (was doing it by basic string desc before)
-
v1.1.1
Stablereleased this
2026-01-29 11:17:37 -06:00 | 67 commits to main since this release- custom
indent_cleantemplate filter for proper indentation of templates but ignoring first line and<pre>elements - add new post on command line movement
- implemented self hosted
asciinemaplayer with styling for posts
- custom