-
-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added section with helpful Chatterino-related links to the About page #3068
Conversation
Cleared Issue "General wiki link Chatterino#2965"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to have the links defined at the top of this file as constexpr strings or something along those lines to make future changes easier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would still like the links in a constexpr or define at the top of the file, and the formatting seems to fail so please check your clang-format
Another request: Please put the "About Chatterino" section above "Open source software used" |
Cleared issue Chatterino#2965 with this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final changes (I think)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
Now we're on commit 770b9f2; Changes from upstream we pulled: - Minor: Added informative messages for recent-messages API's errors. (Chatterino#3029) - Minor: Added section with helpful Chatterino-related links to the About page. (Chatterino#3068) - Bugfix: Fixed PubSub not properly trying to resolve pending listens when the pending listens list was larger than 50. (Chatterino#3037) - Bugfix: Copy buttons in usercard now show properly in light mode (Chatterino#3057) - Bugfix: Fixed comma appended to username completion when not at the beginning of the message. (Chatterino#3060) - Bugfix: Fixed bug misplacing chat when zooming on Chrome with Chatterino Native Host extension (Chatterino#1936) - Dev: Disabled update checker on Flatpak. (Chatterino#3051) - Dev: Add logging for HTTP requests (Chatterino#2991)
Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription
Added section with helpful Chatterino-related links to the About page.
Closes #2965