ramforth
  • Joined on 2025-10-29
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 22:25:57 +01:00
7f3f65f0bf Working state: Reinstated terminal title fix
Compare 2 commits »
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:33:26 +01:00
0279a41939 Update documentation with Phase 3 Action 2 findings
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:30:05 +01:00
3b5100999a Update documentation with Phase 3 Action 1 findings and pytchat fork discussion
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:28:42 +01:00
59912bd4e6 Update documentation with Phase 3 Action 1 findings
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:24:16 +01:00
4d02a548b8 Update documentation with Phase 2 Action 3 findings
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:17:41 +01:00
a35d23c598 Update documentation with Phase 2 Action 2 findings
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:14:18 +01:00
0d45d295c3 Update DEVELOPMENT_PLAN.md with Phase 2 Action 1 findings
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:11:11 +01:00
c4fc7e1680 Update DEVELOPMENT_PLAN.md with Phase 1.5 Display Enhancements
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:03:59 +01:00
566d26791e Implement reserved colors logic for user_colors.json
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 20:00:00 +01:00
d86aad9d82 Add annotations to pytchat_listener.py for clarity
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:57:05 +01:00
7b4134f351 Fix rich markup interpretation in message_text using Text.from_markup()
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:53:52 +01:00
061276618e Fix rich markup rendering for message_text
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:48:46 +01:00
bda9164f7c Fix rich markup rendering for username style
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:46:25 +01:00
7052a80afe Fix multi-line background fill using Text.stylize
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:44:26 +01:00
93986e0681 Fix multi-line background fill using Text.assemble and Text.pad_to_width
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:38:09 +01:00
3d68a8efc7 Fix multi-line background fill and add user_colors.json error handling
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:34:06 +01:00
6c68edb9fe Fix multi-line background fill for rich display
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:28:58 +01:00
ffe51afd37 Update documentation with current status and add installation instructions
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:26:31 +01:00
865330db76 Implement persistent unique colors for chatters
ramforth pushed to main at ramforth/youtube-chat-webhook-v2 2025-10-30 19:21:30 +01:00
eede9a3560 Fix rich display padding by using .maximum attribute