Releases: mak448a/Qtcord
Releases · mak448a/Qtcord
v0.0.23
What's Changed
- Add version version number to builds by @Rocklinks in #94
- Rectify typo in application ID to fix Wayland window icon by @Integral-Tech in #102
- Add emoji shortcodes by @Rocklinks in #99
- Fix KeyError when channel response is missing 'id' field by @LemonIsAHe1 in #110
- Update dependencies by @mak448a in #112
New Contributors
- @Rocklinks made their first contribution in #94
- @Integral-Tech made their first contribution in #102
- @LemonIsAHe1 made their first contribution in #110
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
Sorry, no Windows or macOS builds this time. Check last release for that.
- Add macOS build script by @JP-sDEV in #84
- Update dependencies (for #40) by @mak448a in #86
- Remove online indicator code because it was written by AI by @mak448a in #87
New Contributors
Full Changelog: v0.0.21...v0.0.22
v0.0.21
v0.0.20
Major Changes
- New icon by @mak448a in #59
- Server and channel indicator by @randomusername-a and @mak448a in #61 and #71
- Nicknames! in #64
Backend Changes
- Set the default text of the messages view as plain text instead of HTML by @randomusername-a in #62
- Fix link to licenses by @mak448a in #63
- Make various network requests asynchronous by @randomusername-a in #65
- Introduce classes that represent some common discord objects by @randomusername-a in #66
- Add extra error handling to fix IDE typehints by @mak448a in #68
- Simplify buttons code by @randomusername-a in #64
Full Changelog: v0.0.19...v0.0.20
Qtcord v0.0.19
Major Changes
- New icon! #3
- Profile pictures now show! By @randomusername-a in #56.
- The sidebar now is not vertically centered. By @randomusername-a in #57.
- Changing channels should be smoother! By @randomusername-a in #55.
- Logout button now closes the app. #19
- The enter key now can submit details on any field in login form. #44.
Backend/Minor Fixes
- Move regeneration to a separate file.
- Fix unnecessary git cloning on Windows build action.
- Update docstrings.
- Various fixes/changes.
Pull requests!
- Close app after logout and code cleanup #19 by @mak448a in #52
- Make the sidebar lists not vertically centered by @randomusername-a in #57
- Only update the messages for the current channel ID by @randomusername-a in #55
- Show profile pictures in the friends list by @randomusername-a in #56
Full Changelog: v0.0.18...v0.0.19
Qtcord v0.0.18
- Added timestamps by @randomusername-a
- Fix switching to the current channel by @randomusername-a
- Added warning at login screen
- Added token validator to check for invalid tokens and logout user
- Bugfix for "no internet" dialog
- Change capitalization in title
QTCord v0.0.17
QTCord v0.0.16
QTCord v0.0.15
Changelog
- Switch theme to PyQTDark theme
- Add online indicator
- Add error handling for incorrect email/password (Thanks @secretlay3r!)
- Store icons in cache folder instead of config folder
- Add GitHub issues link
- Move titlebar entries around