Fix Python 3.13 compatibility and add group DM support#148
Open
nullc0rp wants to merge 1 commit intohaskellcamargo:masterfrom
Open
Fix Python 3.13 compatibility and add group DM support#148nullc0rp wants to merge 1 commit intohaskellcamargo:masterfrom
nullc0rp wants to merge 1 commit intohaskellcamargo:masterfrom
Conversation
nullc0rp
commented
Nov 6, 2025
- Update urwid to >=3.0.3 for Python 3.13 compatibility
- Fix asyncio compatibility (replace @coroutine with async def)
- Fix channel loading: use conversations.list for channels, users.conversations for DMs
- Add pagination support for loading all messages (not just recent)
- Add support for group DMs (mpim) - fetch and display multi-person conversations
- Fix RTM connection errors appearing on screen (suppress stderr)
- Fix img2txt errors appearing on screen (redirect stderr)
- Add comprehensive logging to file (~/.sclack_logs/sclack.log)
- Fix icon rendering: replace private-use Unicode with standard characters
- Fix recursion issue in ChatBox.header setter
- Improve error handling throughout (check API response 'ok' status)
- Update setup.py dependencies to match requirements.txt
- Add INSTALL.md with installation instructions for pipx/Arch Linux
- Update urwid to >=3.0.3 for Python 3.13 compatibility - Fix asyncio compatibility (replace @coroutine with async def) - Fix channel loading: use conversations.list for channels, users.conversations for DMs - Add pagination support for loading all messages (not just recent) - Add support for group DMs (mpim) - fetch and display multi-person conversations - Fix RTM connection errors appearing on screen (suppress stderr) - Fix img2txt errors appearing on screen (redirect stderr) - Add comprehensive logging to file (~/.sclack_logs/sclack.log) - Fix icon rendering: replace private-use Unicode with standard characters - Fix recursion issue in ChatBox.header setter - Improve error handling throughout (check API response 'ok' status) - Update setup.py dependencies to match requirements.txt - Add INSTALL.md with installation instructions for pipx/Arch Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.