pajlada
|
e4ae092b6f
|
chore(ci): bump macos runners from 13 to 14 (#5934)
|
2025-02-08 19:24:39 +01:00 |
|
pajlada
|
d05d8e120c
|
chore: disable Qt5 builds in CI (#5933)
|
2025-02-08 18:50:07 +01:00 |
|
nerix
|
992f9195a7
|
refactor(eventsub): use variants for sum types (#5930)
|
2025-02-08 14:33:29 +01:00 |
|
pajlada
|
02405b935a
|
refactor(eventsub): use snake_case transform by default (#5916)
|
2025-02-07 20:57:07 +01:00 |
|
nerix
|
9092f246fc
|
fix: address clang-tidy warnings (#5915)
|
2025-02-07 18:22:10 +00:00 |
|
nerix
|
f37676fe1c
|
refactor(eventsub): enforce static error categories (#5903)
|
2025-02-07 15:37:53 +00:00 |
|
pajlada
|
9260e72a0b
|
refactor(eventsub): remove empty line start of implementation (#5910)
|
2025-02-06 21:17:57 +00:00 |
|
pajlada
|
634842d2f5
|
refactor(eventsub): Allow for skipping generation of json implementations (#5904)
This can be done using the `SKIP_JSON_GENERATION` flag (off by default)
The FreeBSD builder uses this flag since its python stuff is slow
|
2025-02-06 08:21:21 +00:00 |
|
nerix
|
449aefc6bc
|
refactor(eventsub): generate entire files (#5897)
|
2025-02-05 16:53:25 +01:00 |
|
pajlada
|
5e3412c3bb
|
chore(pubsub): remove unused whisper code 👷🏻♀️ (#5898)
|
2025-02-03 19:18:08 +01:00 |
|
pajlada
|
0c489e0033
|
fix: force quit miniaudio thread after 1s (#5896)
|
2025-02-03 00:19:04 +01:00 |
|
pajlada
|
da0a247f16
|
nit: fix some eventsub mini things (#5895)
|
2025-02-02 16:51:46 +00:00 |
|
pajlada
|
0f8a29fdb9
|
feat: add initial experimental Twitch Eventsub support (#5837)
Co-authored-by: nerix <nerixdev@outlook.de>
|
2025-02-02 16:03:24 +00:00 |
|
cmp
|
65e97846aa
|
Disable QT keywords to avoid clashes with other libraries. (#5882)
|
2025-02-02 10:08:11 +00:00 |
|
pajlada
|
f629eecaa7
|
feat: improve create clip error messaging (#5879)
|
2025-02-01 12:18:34 +00:00 |
|
Matthias Kronberg
|
22f5f4ea26
|
fix: don't show reply button on inline whispers or announcements (#5863)
|
2025-01-30 21:33:44 +00:00 |
|
apa420
|
f914e0406e
|
feat(filters): filter by author user ID (#5862)
|
2025-01-30 21:05:12 +00:00 |
|
nerix
|
3a6c6ec979
|
fix(hotkeys): remove (self-)buddy from argumentsDescription (#5869)
|
2025-01-30 10:41:13 +00:00 |
|
nerix
|
2dd25cc043
|
fix: use upstream qtkeychain (for real this time) (#5871)
|
2025-01-29 21:02:51 +01:00 |
|
iProdigy
|
bbdbb84e3e
|
fix: make suspicious treatment updates searchable (#5865)
|
2025-01-28 18:39:23 +01:00 |
|
Matthias Kronberg
|
8c836fe46c
|
fix: Allow announcements to show up in /mentions (#5857)
|
2025-01-26 14:36:55 +00:00 |
|
pajlada
|
8554bd4d65
|
fix: properly stack/merge PubSub & IRC timeouts again (#5855)
|
2025-01-25 11:13:33 +00:00 |
|
pajlada
|
3214e0a80b
|
fix: more force relayout on timeout/clear/delete (#5854)
|
2025-01-25 11:42:55 +01:00 |
|
nerix
|
16aec8eac1
|
fix: visually hide deleted messages immediately (#5844)
|
2025-01-24 18:28:13 +01:00 |
|
nerix
|
35b15c4088
|
feat: prefer visible/selected channels when joining (#5850)
|
2025-01-24 11:43:30 +00:00 |
|
nerix
|
0a3cc1deed
|
refactor: merge adjecent words into one TextElement (#5847)
|
2025-01-22 23:25:00 +01:00 |
|
Mm2PL
|
ea02a42162
|
Fixed a potential way to escape the Lua Plugin sandbox (#5846)
|
2025-01-22 01:35:52 +00:00 |
|
nerix
|
1ec1377c08
|
fix: only remove logging channels if we added them (#5828)
|
2025-01-19 13:16:10 +00:00 |
|
nerix
|
c1959259ce
|
fix: use serverReceivedTime over parseTime for stacking (#5824)
|
2025-01-19 12:37:58 +00:00 |
|
pajlada
|
e92067b5de
|
fix: support boost 1.87 (#5832)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
|
2025-01-19 11:11:21 +01:00 |
|
nerix
|
b0fee11621
|
fix: only use window scale in children (#5833)
|
2025-01-19 11:10:41 +01:00 |
|
nerix
|
7f9b33051e
|
fix: use non-capturing group for highlight boundaries (#5784)
|
2025-01-12 13:12:31 +00:00 |
|
nerix
|
3cf56669c5
|
fix: set initial size of widgets (#5794)
|
2025-01-12 12:29:23 +00:00 |
|
nerix
|
7dbb27e22e
|
feat: stack /clear messages (#5806)
|
2025-01-12 11:54:14 +00:00 |
|
pajlada
|
7b33560fd9
|
fix: don't block with update prompt on macos/linux (#5818)
|
2025-01-12 11:13:25 +00:00 |
|
8thony
|
ae964be758
|
fix: missing word wrap in update popup (#5811)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
|
2025-01-12 11:29:50 +01:00 |
|
Wissididom
|
8e3108cca8
|
Remove iexplore, because it is EOL (#5810)
EOL since 2022-06-15.
https://learn.microsoft.com/de-de/lifecycle/products/internet-explorer-11
|
2025-01-11 18:54:20 +01:00 |
|
teknsl
|
687fb353a7
|
consolidate firefox incognitobrowser logic (and deprecate opera/launcher) (#5805)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2025-01-11 14:08:21 +01:00 |
|
nerix
|
3ec9b93684
|
build(conan): 👷 update version and dependencies (#5776)
|
2025-01-11 11:09:12 +00:00 |
|
Mm2PL
|
fe05b5994c
|
Fix: Take Lua HTTP callbacks as sol::main_protected_function (#5800)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
|
2025-01-06 22:18:39 +01:00 |
|
pajlada
|
f53d92c77a
|
Release v2.5.2 (#5791)
|
2025-01-05 11:59:00 +01:00 |
|
pajlada
|
8b7d7f9d71
|
fix: stop blocked terms from showing up more than once (#5789)
|
2025-01-04 11:57:09 +00:00 |
|
nerix
|
5aab424a6a
|
fix: check application in 7TV event-api (#5768)
|
2025-01-04 11:10:16 +00:00 |
|
nerix
|
2212ec0bbb
|
fix: unescape Twitch emotes even more (#5786)
|
2025-01-03 22:53:49 +01:00 |
|
nerix
|
4f1a0ad5a6
|
fix(bttv): use channel if no user was sent (#5783)
|
2025-01-01 11:22:45 +00:00 |
|
nerix
|
becc1004ab
|
fix: escape more 7tv things (#5780)
|
2024-12-31 14:42:10 +00:00 |
|
pajlada
|
fae3e7a862
|
fix: macos font multiplier (#5775)
|
2024-12-21 14:52:03 +01:00 |
|
pajlada
|
3c17f86158
|
fix gh actions macos builder (#5774)
|
2024-12-21 12:20:45 +00:00 |
|
nerix
|
a540770ce2
|
fix: hide scrollbar highlights in overlay window (#5769)
|
2024-12-21 11:25:21 +01:00 |
|
pajlada
|
13d871fc81
|
Release v2.5.2-beta.1 (#5761)
|
2024-12-14 11:18:02 +01:00 |
|