#github
1 messages ยท Page 42 of 1
e6df652 fix: QuickSwitcherPopup now pops up in the sele... - pajlada
89b915b Mention filters in the note for features that n... - Felanbird
7ea742c fix fedora build dependencies (#4828) - pajlada
c71e912 streamlink: trim custom paths (#4834) - brian6932
6860c70 Fix selection rendering (#4830) - Nerixyz
588b608 chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
955f281 fix: use qt 6.5.0 but the good webp - Nerixyz
f2d677b fix: we're in the build dir - Nerixyz
debf528 chore(deps-dev): bump @intlify/unplugin-vue-i18... - dependabot[bot]
Bumps @intlify/unplugin-vue-i18n from 0.12.3 to 1.3.0.
Changelog
Sourced from @โintlify/unplugin-vue-i18n's changelog.
@โintlify/unplugin-vue-i18n@โ1.3.0 (2023-09-29)
:star: Features
#301 feat(unplugin-vue-i18n): exclude unused locales from the bundle (@โimslepov)
Committers: 1
Daniel Slepov (@โimslepov)
@โintlify/unplugin-vue-i18n@โ0.13.0 (2023-08-30)
:star: Features
#288 feat(unplugin-vue-i18n): support d...
Thanks! my username on twitch & 7tv is
2547techno
@AnatoleAM Hey, sorry, not sure if you missed this. I haven't opened chatterino in a while so I didn't realize it was missing. Any chance you can have a look?
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome, Opera
Current Behavior
If I try to login with 7tv on kick it just opens a window which opens my kick channel and then it closes and didn't log me in
Expected Behavior
I thought it will log me in so I can add channel emotes
Steps To Reprodu...
Is this still an issue? There have been some changes to how the AppImage is built - e.g. it's not built on Ubuntu 22.04.
It's not on Ubuntu 22.04 for Chatterino2, but for Chatterino7 it looks like the AppImage is build on Ubuntu 22.04 and that uses OpenSSL 3.x which is causing the problem. I was able to play around and build OpenSSL 1.1 on 22.04 and then link Chatterino7 to that and create a working AppImage. I'm not sure if you want to go that route or just wait until the switch to Qt 6
Only 20.04 has OpenSSL 1.1 available and Qt 6.5 and up should be linked against OpenSSL 3 (maybe even Qt 6.2, not sure). So I'd wait until the full migration to Qt 6. If it remains an issue, then we'll just build OpenSSL like we do on Windows. Conan will be used on all platforms to build a static libavif anyway.
bdd7d95 Check VCRT and show installed/shipped version (... - Nerixyz
4d8b623 fix: Commands now completable when not starting... - dnsge
916427a Fix flickering when running with Direct2D (#4851) - Nerixyz
ad8f960 Fix to interpret logger channel names as lowerc... - GongBingWong
2fc7fdd Fix empty page added when showing OOB dialog (#... - Nerixyz
bdd7d95 Check VCRT and show installed/shipped version (... - Nerixyz
4d8b623 fix: Commands now completable when not starting... - dnsge
916427a Fix flickering when running with Direct2D (#4851) - Nerixyz
ad8f960 Fix to interpret logger channel names as lowerc... - GongBingWong
2fc7fdd Fix empty page added when showing OOB dialog (#... - Nerixyz
If you have a fix for the CI jobs, feel free to PR them.
This PR was an error on my part. I do have a fix for the CI job, but I'm not sure how it affects the deb version, since I'm building against OpenSSL 1.1. If the deb is already broken and we don't care then sure I can open a PR. Otherwise I'm not really sure what to do. Also, I didn't use Conan, I just put all the OpenSSL stuff in the docker file
If the deb is already broken and we don't care then sure I can open a PR.
Since it doesn't include the dependencies, I'd assume it's broken (though the Qt 6 one should be linked against OpenSSL 3 - e.g. libqt6network6 depends on libssl3).
Also, I didn't use Conan, I just put all the OpenSSL stuff in the docker file
That should be fine (less time (re-)building stuff is always a win), although CI doesn't actually use docker (afaik...
Description
Qt 5 needs to link against OpenSSL 1.1.1 but Ubuntu 22.04 only supplies OpenSSL 3.x. I added a step to build the latest OpenSSL 1.1.1 and link against that when building the AppImage
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
When a new emote gets added it doesn't show up on Chatterino7 compared to the 7TV extension.
(yes even wit...
Bumps @intlify/unplugin-vue-i18n from 0.12.3 to 1.4.0.
Changelog
Sourced from @โintlify/unplugin-vue-i18n's changelog.
@โintlify/unplugin-vue-i18n@โ1.4.0 (2023-09-29)
:star: Features
#315 feat: ssr option (@โkazupon)
Committers: 1
kazuya kawaguchi (@โkazupon)
@โintlify/unplugin-vue-i18n@โ1.3.0 (2023-09-29)
:star: Features
#301 feat(unplugin-vue-i18n): exclude unused locales from the bundle (@โimslepov)
Com...
1fd220e chore(deps-dev): bump @intlify/unplugin-vue-i18... - dependabot[bot]
Bumps vue-i18n from 9.2.2 to 9.5.0.
Release notes
Sourced from vue-i18n's releases.
v9.5.0
What's Changed
๐ Features
feat(core-base): support locale detector by @โkazupon in intlify/vue-i18n-next#1566
๐ Bug Fixes
Handle falsy values in i18n.te() by @โBuuBux in intlify/vue-i18n-next#1554
fix(core-base): wrong list index resolving on jit optimization by @โkazupon in intlify/vue-i18n-next#1571
fix: support runtime modu...
a02019b chore(deps-dev): bump vue-i18n from 9.2.2 to 9.5.0 - dependabot[bot]
bdf74d7 chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
Try clearing your cache and reopen Chatterino.
The changes look good. Building OpenSSL doesn't seem to take that long. Can you verify that the built AppImage works now?
Description
- Uses
libavif1.0.1 on macOS and Windows - Adds
CHATTERINO_STATIC_AVIFCMake option (default: on) - Uses conan in CI to build
libavifstatically on macOS (see #237) - Builds against shared
libavifon Ubuntu
Closes #237.
Without clearing the cache the pentawTF emote showed up after a few hours. Before making the report I had manually deleted all Chatterino7 and Chatterino2 folders.
On the channel twitch.tv/zayiro the "KirbyDance" emote doesn't show up, that emote has been added to the channel for a long time. But doesn't show up on Chatterino7. I reloaded the emotes checked, closed and deleted the cache manually again, didn't fix it.

So there might be a problem with a condition somewhere, where it's linking to OpenSSL 1.x for Qt 6
I couldn't find the emote on the 7TV search, so I assume it's unlisted. Make sure you enabled unlisted emotes in the settings. If the issue persists, please link the emote.
That did the trick thank you. Didn't know there was a option for that.
Thank you.
We could just disable building the AppImage for Qt 6 for the time being or try to fix it.
I'd like to fix this here.
I'm not really familiar with GitHub actions so I'm gonna need a little help
Feel free to ask when you have questions.
where it's linking to OpenSSL 1.x for Qt 6
From my understanding, we're linking chatterino to libssl-dev (3.0.2), but chatterino is linked against 1.x. It feels like we can always build OpenSSL and merge the two `Build (Ubuntu), Qt ${{ mat...
From my understanding, we're linking chatterino to
libssl-dev(3.0.2), but chatterino is linked against 1.x. It feels like we can always build OpenSSL and merge the twoBuild (Ubuntu), Qt ${{ matrix.qt-version }}steps again.
This is where I'm a little confused. We are building OpenSSL 1.x only when we are using Qt 5 and specifying the dir manually when we call CMake. We don't do that for the Qt 6 build but somehow the Qt 6 build is still linking against OpenSSL 1.x. I'm guessing tha...
but somehow the Qt 6 build is still linking against OpenSSL 1.x.
I'm just speculating since I don't know for sure why chatterino is linking against 1.x when its Qt 6.
No, it's the other way around, the chatterino build is linked against OpenSSL 3, but the Qt 6 libs (libqopensslbackend.so) from the distro are linked against OpenSSL 3.x. Afaik, only Qt 6 builds after 6.5 are linked against OpenSSL 3. So we need to link chatterino against OpenSSL 1.x as well.
Oh since the Qt 6 version we're using is 6.2.x on linux then we need to link against OpenSSL 1.x as well, so that means we can just combine the build step again and set the OPENSSL_1_1_1_DIR env variable for both Qt versions, correct?
Oh since the Qt 6 version we're using is 6.2.x on linux then we need to link against OpenSSL 1.x as well, so that means we can just combine the build step again and set the OPENSSL_1_1_1_DIR env variable for both Qt versions, correct?
Yes.
Ok. I made the necessary change. OpenSSL 1.1.1 will build for both Qt 5 and Qt 6 Linux builds. We just have to remember to change it when we move to Qt 6.5+
b1b679e chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
Bumps @typescript-eslint/parser from 6.4.0 to 6.7.4.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v6.7.4
6.7.4 (2023-10-02)
Note: Version bump only for package @โtypescript-eslint/typescript-eslint
You can read about our versioning strategy and releases on our website.
v6.7.3
6.7.3 (2023-09-25)
Bug Fixes
utils: type portability with RuleCreator, fix #7605 (#7690) (4e23591)
You can read...
1b25da3 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
We just have to remember to change it when we move to Qt 6.5+
Yea, Qt 6.2.4 will probably stay for a bit longer, as that's the version Ubuntu ships, but we can update the AppImage to 6.5+ sooner.
Thank you! LGTM, I just need one last confirmation about the built artifacts (both Qt 5 and Qt 6).
Both AppImages for Qt 5 and Qt 6 work! I don't see any SSL errors and the emotes and chats load just fine. LGTM
Both AppImages for Qt 5 and Qt 6 work! I don't see any SSL errors and the emotes and chats load just fine. LGTM
Thank you so much for fixing this!
be762f4 Fix AppImage build for Ubuntu 22.04 (#241) - jszeluga
be762f4 Fix AppImage build for Ubuntu 22.04 (#241) - jszeluga
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
If you equip a 7TV badge 2 years or above it will not show up in Chatterino7
Screenshots
_No response...
Heyo,
I have been waiting for my 1.75 year sub badge now for a couple months. I saw in the discord that badges should be handed out the 1st of the month, but I still do not have mine. There were a couple others reporting similar issues there, so I figured I'd make an official post here.
My username on 7TV is the same as my username here, for reference.
Thanks!
On which OS are you on?
Windows 11, doesn't show for others on same Chatterino with Windows 10
Chatterino 7.4.4
Just noticed you're on an old version. Both https://github.com/SevenTV/chatterino7/releases/tag/v7.4.6 and https://github.com/SevenTV/chatterino7/releases/tag/v7.4.5 should show the badges.
Chatterino 7.4.4
Just noticed you're on an old version. Both https://github.com/SevenTV/chatterino7/releases/tag/v7.4.6 and https://github.com/SevenTV/chatterino7/releases/tag/v7.4.5 should show the badges.
Apologies, never saw a new version was out. Thank you!
Description
This PR experiments on how to include libavif in the macOS builds.
Browser: Firefox 117.0.1-1
The following console error accompanies the bug:
Security Error: Content at https://www.twitch.tv/directory/category/noita/clips?featured=false&range=all may not load data from blob:https://www.twitch.tv/c3d6fdd9-2431-4315-bfca-22092f92f347.
"Delete cookies and site data when Firefox is closed" is disabled, as some suggest enabling this setting might be the cause.