Commit Graph

4846 Commits

Author SHA1 Message Date
apa420 59e93d41d3 feat: Add tab style option (Normal & Combat) (#5858) 2025-03-11 16:16:33 +01:00
nerix 108a437841 fix(eventsub): close connection after timeout (#6059) 2025-03-09 21:44:02 +00:00
nerix 9124c68278 fix(eventsub): check keepalive (#6058) 2025-03-09 21:32:49 +01:00
pajlada 673ce8eecf fix: crash when searching uninitialized channel (#6057)
Fixes a crash when opening search in a split that hasn't yet been fully
initialized
2025-03-09 19:09:46 +00:00
nerix 8fefcee847 fix: close known windows on exit (#6054) 2025-03-09 17:55:55 +00:00
pajlada 037196ec3b fix: make QLineEdit's less ugly in light themes (#6055) 2025-03-09 16:10:49 +00:00
pajlada 6b80321083 feat: gracefully shut down on SIGINT/SIGTERM on Linux/mac (#6053) 2025-03-09 15:38:05 +00:00
8thony ffe28b88a4 fix: special shortcut for Windows live notifications (#5975) 2025-03-09 14:48:26 +00:00
pajlada 81ef344fad refactor(eventsub): conditionally use Howard's date lib (#6048)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
2025-03-09 12:52:16 +00:00
pajlada c98267b433 fix: only hide messages from restricted users, not all suspicious users (#6049)
it's probably best to leave this setting solo'd out as restricted users
so monitored users can get their own behaviour in their own setting later
2025-03-09 13:11:06 +01:00
pajlada 154591c5a1 Revert "refactor(eventsub): consume date.h as submodule" (#6046) 2025-03-08 19:18:33 +01:00
nerix f78f22e439 fix: set application policy on macOS for extension (#6043) 2025-03-08 18:03:33 +01:00
dependabot[bot] c041804b03 chore(deps-dev): bump black in /lib/twitch-eventsub-ws/ast (#5894)
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:04:35 +01:00
nerix 97eb50028d refactor(eventsub): consume date.h as submodule (#6044) 2025-03-08 17:04:18 +01:00
nerix 8670de8989 fix: make borders on windows 11 thinner (#5836) 2025-03-08 14:44:57 +00:00
pajlada ee266c35a7 feat: Hide messages from suspicious users in streamer mode (#6042)
This is a setting that's enabled by default and can be disabled under
the "Streamer mode" sub-category in the settings dialog
2025-03-08 14:10:25 +00:00
nerix 9913c6ffd7 feat: support /watching on all platforms (#6031) 2025-03-08 13:37:25 +00:00
pajlada 77c4d858f9 refactor(eventsub): Respect "Hide moderation actions" explicitly (#6041) 2025-03-08 14:00:35 +01:00
pajlada 0835064375 fix: enable Twitch EventSub by default (#6040)
this should let us get some more eyes on the implementation and make
sure it doesn't misbehave
2025-03-08 11:13:58 +00:00
nerix 266dc8d202 feat: allow custom chat font weight (#6037) 2025-03-07 19:19:24 +00:00
nerix 0235451c56 refactor(eventsub): use backoff over retry count (#6036) 2025-03-07 19:09:10 +01:00
nerix 914257d537 feat(eventsub): reconnect (#6035) 2025-03-06 22:41:35 +01:00
dependabot[bot] 9d1f930e85 chore(deps): bump jinja2 in /lib/twitch-eventsub-ws/ast (#6033)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 14:30:25 +01:00
pajlada 01cf8c281d fix: Qt 6.4.3 build (#6032)
Also enables Qt 6.4.3 build in CI
2025-03-06 12:08:06 +00:00
nerix 72369b1611 feat: add "Open in custom player" to toast options (#5880) 2025-03-05 15:29:28 +00:00
Brian 54793f1496 chore: Cleanup of hotkeys & settings in #5856 (#6030)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
Co-authored-by: nerix <nerixdev@outlook.de>
2025-03-05 15:33:10 +01:00
MiguVT ffb3a230c2 Add MiguVT as contributor (#6029) 2025-03-04 22:37:15 +00:00
nerix 4b48320eef feat(eventsub): implement untimeout (#6028) 2025-03-04 22:00:45 +00:00
MiguVT 3dc73e9b84 feat: allow extra user-defined extension IDs to interact with Chatterino (#5997) 2025-03-04 22:26:20 +01:00
nerix c56f0421b1 fix(eventsub): infer AsISO8601 for chrono time point (#6027) 2025-03-04 20:52:52 +01:00
nerix 4ccb4994c4 deps: update crash handler (#6026) 2025-03-04 19:00:20 +00:00
apa420 c053fd5c60 feat: Improved searching for hotkeys (#5884) 2025-03-04 14:15:50 +00:00
Brian 8dd19d2d5e feat: setHighlightSounds & openSubscriptionPage split hotkeys (#5856) 2025-03-03 20:20:09 +01:00
pajlada 34429671ba refactor: use some more SettingWidget & restyle external tools page (#6023) 2025-03-03 16:33:13 +01:00
nerix cd8247f921 chore: remove dead code and get rid of MSVC warnings (#6024) 2025-03-03 13:30:11 +01:00
pajlada d7166fae9f fix: try to avoid crash on image load when app is exiting (#6018) 2025-03-02 17:27:18 +00:00
pajlada 706e65cd1e reduce pubsub/liveupdates pubsub clients "wait for clean exit" time from 1s to 100ms (#6019) 2025-03-02 16:22:31 +00:00
pajlada 58859d439c fix(eventsub): connection race (#6017) 2025-03-02 15:48:08 +00:00
Arne 1812f1bb15 feat(notifications): implement actions for Linux (#5976) 2025-03-02 15:07:52 +00:00
nerix 13dfe716b8 feat(overlay): inherit zoom and add zoom factor (#6016) 2025-03-02 15:28:47 +01:00
nerix 49a6d75180 feat(eventsub): don't listen to PubSub if EventSub is on (#6015) 2025-03-01 22:43:29 +00:00
nerix 7ad3e50a94 feat(eventsub): implement timeout stacking (#6013) 2025-03-01 23:04:30 +01:00
nerix 1332743716 feat(eventsub): implement suspicious user update (#6012) 2025-03-01 18:05:07 +01:00
pajlada c03b883f05 feat(eventsub): implement channel.chat.user_message_(hold/update) (#6008) 2025-03-01 16:00:40 +00:00
pajlada f4541b0208 fix: don't save commands on exit (#6011) 2025-03-01 15:26:42 +00:00
nerix 17a44e19bb feat(eventsub): implement automod message update (#6010) 2025-03-01 15:46:41 +01:00
nerix bced3c658d feat(eventsub): implement suspicious user message (#6007) 2025-03-01 12:48:01 +00:00
dependabot[bot] c5d4a3a69b chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#5999)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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-03-01 08:59:30 +00:00
dependabot[bot] 1847ca898f chore(deps): bump dawidd6/action-download-artifact from 8 to 9 (#6004) 2025-03-01 08:26:54 +00:00
nerix 8f1f07d672 feat(eventsub): implement automod message hold (#6005) 2025-03-01 08:32:50 +01:00