Jacob
0d205a63f0
Add knobby-tires to contributors list ( #6329 )
2025-07-12 19:52:47 +00:00
Jacob
6712e8cb1e
feat: add image uploader settings import/export functionality ( #6284 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-07-12 16:37:39 +00:00
pajlada
f2b438ab24
fix: relayout notebook if any custom buttons change ( #6328 )
2025-07-12 13:52:41 +00:00
pajlada
627b6d806e
Refactor StreamerMode/Theme setting widgets ( #6317 )
2025-07-12 12:05:49 +00:00
pajlada
49aa83244c
fix: elide user notes ( #6318 )
2025-07-12 11:20:05 +00:00
pajlada
fba845f978
fix: correctly color usernames in most other notice scenarios ( #6323 )
2025-07-06 13:40:24 +00:00
pajlada
7f2168a9d4
fix: correctly override user color in sub gifts ( #6322 )
2025-07-06 15:05:28 +02:00
nerix
f2d7e4d073
chore: factor out AUMID creation ( #6321 )
2025-07-06 12:19:36 +00:00
dependabot[bot]
2581d7293e
chore(deps): bump lib/expected-lite from f17940f to e45e8d5 ( #6298 )
...
Bumps [lib/expected-lite](https://github.com/martinmoene/expected-lite ) from `f17940f` to `e45e8d5`.
- [Release notes](https://github.com/martinmoene/expected-lite/releases )
- [Commits](https://github.com/martinmoene/expected-lite/compare/f17940fabae07063cabb67abf2c8d164d3146044...e45e8d5f295d54efe9cace331b9e9f5efa8a84c3 )
---
updated-dependencies:
- dependency-name: lib/expected-lite
dependency-version: e45e8d5f295d54efe9cace331b9e9f5efa8a84c3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2025-07-05 15:30:06 +00:00
Mm2PL
652630f64a
Fix eventsub message delete disable ( #6233 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-07-05 15:36:22 +02:00
nerix
91c2c1021c
feat(WebSocket): add open event ( #6315 )
2025-07-05 12:36:22 +00:00
dependabot[bot]
7a0de27253
chore(deps): bump lib/twitch-eventsub-ws/lib/date ( #6310 )
2025-07-05 11:02:39 +00:00
dependabot[bot]
18804ebc81
chore(deps): bump ncipollo/release-action from 1.16.0 to 1.18.0 ( #6309 )
...
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action ) from 1.16.0 to 1.18.0.
- [Release notes](https://github.com/ncipollo/release-action/releases )
- [Commits](https://github.com/ncipollo/release-action/compare/v1.16.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-version: 1.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-05 12:28:27 +02:00
nerix
c10172fee8
fix(plugins): check websocket callbacks before calling ( #6314 )
2025-07-05 10:27:08 +00:00
nerix
70bdeb79c3
fix(OnceFlag): add isSet and check before waiting ( #6316 )
2025-07-03 23:22:15 +02:00
pajlada
2568d8a6ea
refactor: remove GeneralPageView.addIntInput ( #6306 )
2025-06-29 13:51:56 +00:00
pajlada
9e4a4bcf45
refactor: remove GeneralPageView.addCheckbox ( #6305 )
2025-06-29 13:16:20 +00:00
pajlada
03845bfbc6
feat(SvgButton): Allow custom color ( #6268 )
2025-06-29 11:27:37 +00:00
pajlada
89483e4c05
fix: don't autocomplete commands mid-sentence ( #6273 )
2025-06-28 21:16:44 +02:00
nerix
b6623cff88
feat: add REPL for plugins ( #6120 )
...
This can be enabled by setting the `.plugins.repl.enabled` setting to true
Close Chatterino and make a backup of your settings.json before attempting any modifications.
```json5
{
"plugins": {
"repl": {
"enabled": true,
},
},
}
```
2025-06-28 14:04:08 +00:00
pajlada
9e59fb1a5f
refactor: remove unused ignoredPhraseReplace setting ( #6304 )
2025-06-28 13:27:46 +00:00
pajlada
42fb5ad077
feat: add SettingWidget::dropdown support for int style enums ( #6303 )
2025-06-28 12:31:11 +00:00
treuks
f3c11a5159
Add svg recreation of logo to resources ( #6296 )
...
Co-authored-by: nerix <nero.9@hotmail.de >
2025-06-28 11:45:05 +00:00
pajlada
4f4ea09a53
fix: middle & right click buttons not working on Button class ( #6302 )
2025-06-28 10:58:08 +00:00
pajlada
847814324f
refactor: use SettingWidget::dropdown for emoji style ( #6300 )
2025-06-28 12:21:47 +02:00
pajlada
ae3089b35c
fix: SettingWidget::dropdown not working well on enums with value gaps ( #6293 )
2025-06-22 14:37:42 +00:00
pajlada
3ba42bd91b
fix: don't try to save emote popup bounds when we're quitting ( #6292 )
2025-06-22 14:04:06 +00:00
pajlada
4c08a9bf26
refactor: remove now-unused SettingPage::createLineEdit ( #6290 )
2025-06-22 14:26:12 +02:00
dependabot[bot]
46587cba8c
chore(deps): bump jurplel/install-qt-action from 4.2.1 to 4.3.0 ( #6261 )
2025-06-21 12:13:04 +00:00
dependabot[bot]
121201b3b3
chore(deps): bump dawidd6/action-download-artifact from 10 to 11 ( #6276 )
2025-06-21 11:37:47 +00:00
pajlada
f7af1138b3
fix: update lineedit if setting changed externally ( #6286 )
2025-06-21 13:02:59 +02:00
pajlada
da96528b55
chore: slight restructuring of check-clang-tidy.sh ( #6282 )
2025-06-17 23:09:32 +00:00
pajlada
08f049edfd
feat: parallelize clang-format-all.sh ( #6281 )
...
this can be enabled by setting the FAST environment variable to 1
2025-06-18 00:29:45 +02:00
Jonathan Kowalski
4887b59b61
docs: remove duplicate mention of openssl in Linux build docs ( #6280 )
2025-06-17 22:39:14 +02:00
nerix
09789378ca
fix: explicitly queue forced layouts ( #6278 )
2025-06-17 09:48:44 +02:00
pajlada
3391826146
fix(clang-tidy): performance-for-range-copy ( #6275 )
2025-06-16 00:20:38 +02:00
pajlada
85863f52df
fix(clang-tidy): modernize-raw-string-literal ( #6274 )
2025-06-15 23:10:17 +02:00
pajlada
f26d6d57de
fix: don't post contents of unknown commands to chat ( #6272 )
2025-06-15 13:46:24 +00:00
pajlada
7f9dfd4aea
fix: ensure twitchchannel dtor doesn't do stuff if we're quitting ( #6271 )
2025-06-15 12:09:28 +00:00
hemirt
faa435c957
fix: disable reply options where we know it wouldn't work ( #6119 )
2025-06-15 11:35:18 +00:00
nerix
04ba83b90f
fix: stop click when dragging over notebook buttons ( #6266 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-06-15 11:00:57 +00:00
Arne
62c93d1d98
feat: setting to change emote/badge thumbnail size ( #6126 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-06-15 10:27:43 +00:00
pajlada
746b1c9210
fix(clang-tidy): modernize-use-std-numbers ( #6270 )
2025-06-15 11:10:59 +02:00
pajlada
2b89642490
fix(clang-tidy): modernize-type-traits ( #6269 )
2025-06-14 22:52:21 +00:00
pajlada
6398570bcc
refactor: Make Account & Settings buttons SVGs ( #6267 )
...
instead of rendering the icons directly in Chatterino, they're now SVGs
This has the following consequences:
1. The color does _not_ respect your custom theme. For most users, this
will not be a problem/concern.
2. You can no longer drag a split onto those buttons to create a new tab
2025-06-14 22:28:17 +02:00
Eyad Salama
20b92ea0ca
ci: move EventSub Python test to a separate GitHub Actions workflow ( #6260 )
2025-06-08 22:07:50 +02:00
pajlada
f4cdae14ca
feat: implement display name specializations for enums ( #6238 )
2025-06-08 10:17:53 +00:00
dependabot[bot]
44c4745d27
chore(deps): bump lib/settings from 0a47aa7 to 9b5c05e ( #6222 )
2025-06-07 14:47:50 +00:00
dependabot[bot]
9817c546ad
chore(deps): bump lib/expected-lite from 194b3f6 to f17940f ( #6251 )
2025-06-07 16:13:02 +02:00
dependabot[bot]
af35176390
chore(deps): bump lib/qtkeychain from 35c4f40 to d972099 ( #6247 )
2025-06-07 13:11:50 +00:00