Arne and GitHub
2bc3fbabcb
fix: show window on creation if specified ( #7171 )
...
I noticed that the popup window was not shown when choosing `Open
channel in a new popup window` in the right-click menu of the user
avatar in the UserInfoPopup and then found that `createWindow` did not
use `args.show`. This also affected the `/popup [channel]` command.
The bug was introduced in #7058 .
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
Parent-pr: 7058
2026-08-15 11:47:25 +00:00
Arne and GitHub
834a3c6763
feat(commands): add element.copytext placeholder ( #7174 )
...
This adds a `element.copytext` placeholder for commands that are executed through the right click menu.
Fixes #7145
Reported-by: pajlada <rasmus.karlsson@pajlada.com >
Reviewed-by: Mm2PL <mm2pl+gh@kotmisia.pl >
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-08-15 12:00:14 +02:00
Arne and GitHub
e64e74bcd0
feat: allow opening arbitrary urls with streamlink ( #7162 )
...
Reported-by: ContinualDissapointment
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-08-09 11:12:30 +00:00
Arne and GitHub
3168fbde61
fix: make Notebook::findItem safe ( #7137 )
...
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-08-01 12:15:50 +00:00
Arne and GitHub
d6c8bdde61
emotepopup: search by tags and original name ( #7077 )
...
Search by tags with `tags:forsen`
Search by tags & name with `tags:forsen pepe`
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-07-19 20:00:53 +02:00
Arne and GitHub
8ccb6d6be7
feat: add setting to show shared chat badge for all messages ( #7099 )
...
This behaviour is enabled by default, and can be disabled in the settings.
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-07-19 00:14:18 +02:00
Arne and GitHub
4e198083e1
fix: make pinned message text selectable ( #7109 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Parent-pr: 7014
2026-07-18 13:21:55 +00:00
Arne and GitHub
2855462fbd
notifications: show action setting on non windows systems ( #7023 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-06-28 15:16:25 +00:00
Arne and GitHub
b47316039b
fix: don't highlight viewed messages across windows ( #7017 )
...
Previously this was only done inside the windows notebook which resulted
in tabs getting highlighted despite having the tab open in another
window (e.g. in a popup).
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-06-28 14:07:33 +00:00
Arne and GitHub
4fc60dd2e0
fix: update primary selection when selecting messages ( #7070 )
...
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2026-06-28 10:24:57 +00:00
Arne and GitHub
827a09cfc8
fix: add scrollbar highlight for uncategorized notifications ( #7064 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
Parent-pr: #7038
2026-06-27 14:56:11 +00:00
Arne and GitHub
5c66d1797c
search: add is:watch-streak for watch streak messages ( #6951 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-06-14 11:56:03 +00:00
Arne and GitHub
61200276e6
overlay: fix scroll wheel & reset hotkey zoom ( #6999 )
...
Zooming with the scroll wheel in the overlay now only affects the overlay, as intended.
Resetting the zoom in the overlay now only affects the overlay, as intended.
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-06-14 12:58:01 +02:00
Arne and GitHub
c0be5dccaf
fix: add announcement flag to search and filters ( #6945 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
Parent-pr: 6927
2026-05-29 12:34:03 +02:00
Arne and GitHub
8573688f3c
fix: crash when opening new split w/ hide timestamps when live ( #6946 )
...
`this->underlyingChannel_` was null when opening a new split
Reported-by: kxr0shi
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
Parent-pr: 6939
2026-04-25 20:04:29 +00:00
Arne and GitHub
8b7870c9df
refactor: Move helix-related enums to HelixEnums.hpp ( #6942 )
...
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2026-04-25 19:13:56 +00:00
Arne and GitHub
805e982613
highlights: support displaying colored announcements ( #6927 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-04-25 10:14:24 +00:00
Arne and GitHub
fbb46a4525
extension: allow custom manifest path ( #6916 )
...
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2026-04-12 07:15:53 +00:00
Arne and GitHub
5a984def83
refactor: remove operator!= ( #6891 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-04-04 11:30:53 +02:00
Arne and GitHub
8f660b6de5
fix(spellcheck): some chatters and emotes not ignored ( #6780 )
...
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-01-31 15:45:29 +01:00
Arne and GitHub
a632c89448
feat: add setting to search in incognito mode ( #6770 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-01-25 22:35:47 +00:00
Arne and GitHub
a8ac28425f
feat(spellchecking): ignore commands for spellchecking ( #6731 )
2026-01-11 13:00:40 +01:00
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
07ad07d525
fix: don't create native messaging manifest file unless browser directory exists ( #6116 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2025-03-29 11:59:10 +00:00
Arne and GitHub
1812f1bb15
feat(notifications): implement actions for Linux ( #5976 )
2025-03-02 15:07:52 +00:00
Arne and GitHub
f540be3446
feat(notifications): show user avatar when sending live notification on Linux ( #5971 )
2025-02-22 14:08:43 +00:00
Arne and GitHub
fc61e8d64d
feat: add /announce[color] commands ( #5250 )
2024-03-14 20:36:58 +01:00
Arne and GitHub
ca9c91a15b
Add 4rneee to contributors list ( #4668 )
2023-06-04 17:01:37 +00:00
6681ed5bfb
Remove QObjectRef in favor of QPointer ( #4666 )
...
* replace usage of QObjectRef with QPointer
* delete QObjectRef class
* inlucde QPointer header
* Add changelog entry
* use isNull() instead of ! data()
---------
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2023-06-04 11:24:04 +00:00
Arne and GitHub
cd6e1c04b2
Adjust plugin documentation to match implementation ( #4540 )
2023-04-14 18:19:24 +00:00