Commit graph

211 commits

Author SHA1 Message Date
iProdigy 18c4815ad7
feat: add shared chat badge (#5661) 2024-10-22 18:42:19 +02:00
maliByatzes 64864a0901
Add name to contributors list (#5644) 2024-10-12 17:42:24 +00:00
nerix afa8067a20
Add transparent overlay window (#4746) 2024-10-06 12:54:24 +02:00
nerix edf18a7a0f
fix: properly display global badges for anon users (#5599) 2024-09-28 10:12:13 +00:00
pajlada bd8fcd65ec
chore: change pajlada's profile picture to v2 (#5482) 2024-06-23 12:30:33 +02:00
JakeRYW 5a5590fc8c
Adding JakeRYW to contributor list (#5481) 2024-06-23 12:22:06 +02:00
Jacob Nielsen b83d8ec9e3
Add niller2005 to contributors list (#5464) 2024-06-16 16:07:28 +00:00
pajlada 9b31246502
feat: allow timeout-related commands to be used in multiple channels (#5402)
This changes the behaviour of the following commands:
 - `/ban`
 - `/timeout`
 - `/untimeout`
 - `/unban`

All of those commands now accept one or more `--channel` parameters to override which channel the action should take place in.
The `--channel` parameter accepts a channel ID or channel name with the same syntax as the other "user targets" do (e.g. `id:11148817` or `pajlada`)

examples
Ban user in the chat you're typing in:  
`/ban weeb123`

Ban user in the chat you're typing in, with a reason specified:  
`/ban weeb123 the ban reason`

Ban user in a separate chat, with a reason specified:  
`/ban --channel pajlada weeb123 the ban reason`

Ban user in two separate chats, with a reason specified:  
`/ban --channel pajlada --channel id:117166826 weeb123 the ban reason`


Timeout user in the chat you're typing in:  
`/timeout weeb123`

Timeout user in the chat you're typing in, with a reason specified:  
`/timeout weeb123 10m the timeout reason`

Timeout user in a separate chat, with a reason specified:  
`/timeout --channel pajlada weeb123 10m the timeout reason`

Timeout user in two separate chats, with a reason specified:  
`/timeout --channel pajlada --channel id:117166826 weeb123 10m the timeout reason`


Unban user in the chat you're typing in:  
`/unban weeb123`

Unban user in a separate chat:  
`/unban --channel pajlada weeb123`

Unban user in two separate chats:  
`/unban --channel pajlada --channel id:117166826 weeb123`
2024-06-16 12:22:51 +02:00
nerix febcf464fe
Use Qt's High-DPI scaling on Windows (#4868) 2024-05-12 11:59:14 +00:00
pajlada eafcb941f5
Release v2.5.1 (#5364) 2024-04-28 11:36:58 +02:00
pajlada 3aead09339
Release v2.5.0 (#5337) 2024-04-21 11:17:25 +02:00
nealxm 326f71aef8
add nealxm to contributors list (#5312) 2024-04-10 00:01:46 +00:00
pajlada 25a69fd10e
Release v2.5.0-beta.1 (#5303) 2024-04-07 12:03:14 +02:00
nerix 905aa4e923
refactor: About page (#5287) 2024-03-31 22:04:11 +00:00
KleberPF b9b1b8cf9c
Add KleberPF to contributors list (#5241) 2024-03-09 22:42:10 +00:00
nerix a041e13d21
chore: clean up and optimize resources (#5222) 2024-03-02 11:32:06 +00:00
Ilya Zlobintsev 687b213394
Add launchable attribute to the Linux appdata file (#5210)
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-launchable
2024-02-26 20:58:39 +01:00
Mm2PL df2b5f94f4
Allow theming of tab live and rerun indicators (#5188) 2024-02-24 12:26:49 +00:00
nerix 641cb26a76
Update emoji-data to v15.1.1 (#5182) 2024-02-18 13:11:25 +00:00
Manfred Stienstra a6c450f16b
chore: Include all requires sizes in macOS icon file. (#5148)
Thanks @cupppcakes for packaging the icons in different sizes!

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-02-03 10:08:51 +00:00
pajlada ab7e6e0281
fix: Twitch global emotes not loading (#5144) 2024-02-02 14:28:27 +00:00
Ilya Zlobintsev f2210f7a3c
Add developer_name appdata field (#5138) 2024-01-30 19:42:50 +00:00
fraxx 77eb9cc1e9
Add Fraxx list of contributors (#5064) 2024-01-03 13:16:39 +00:00
SputNikPlop 04a46f60dc
chore: add SputNikPlop to the contributors list (#5046) 2023-12-28 17:28:01 +01:00
smc 070c0a0928
Add crazysmc to the contributors list (#5020) 2023-12-13 12:25:14 +00:00
Mm2PL 1a685d7bd0
Finish renaming Viewer list to Chatter list (#4974) 2023-11-20 17:59:04 +00:00
kornes b3ed3285ee
feat: Add VERSIONINFO resource for windows (#4912) 2023-11-03 18:19:50 +01:00
pajlada 467e36767c
Update Nightly to 2.4.6 and get qt6-related-changes from 2.4.6 (#4856)
* Update Nightly to 2.4.6 and get qt6-related-changes from 2.4.6

* always enable precompiled headers on windows
2023-10-01 11:19:26 +02:00
pajlada 05a72d335a
Release v2.4.5 (#4787)
* Update documentation for Ubuntu PPA & appdata.xml updates
2023-08-26 12:33:01 +02:00
Arne ca9c91a15b
Add 4rneee to contributors list (#4668) 2023-06-04 17:01:37 +00:00
chrrs d0299984ed
Add 'chrrs' to contributors.txt (#4664) 2023-06-02 17:09:02 +02:00
Mm2PL c6c884df70
Add an indicator in the title bar if Streamer Mode is active (#4410) 2023-05-27 10:38:25 +00:00
olafyang e9f300b765
add 'olafyang' to contributors.txt (#4646)
Co-authored-by: pajlada <rasmus.karlsson+github@pajlada.com>
2023-05-20 18:08:22 +00:00
pajlada 29a146278c
Release v2.4.4 (#4631) 2023-05-13 10:12:26 -04:00
pajlada 9d71f9017f
Revert "Dim disabled items in context menus (#4423)" (#4596)
This reverts commit 642718474c.
2023-05-02 19:33:36 +00:00
pajlada 379cc5761c
Release v2.4.3 (#4584) 2023-05-01 14:48:24 +02:00
pajlada a14c0be8f1
Update appdata file imgur screenshot link (#4585) 2023-04-30 12:28:06 +00:00
nerix 642718474c
Dim disabled items in context menus (#4423) 2023-04-29 16:50:13 +00:00
CycloneTM caaa0d91f6
Update macOS icon for Ventura styling (#4577)
or something, idk macos terms

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-29 17:45:08 +02:00
Ilya Zlobintsev 4d0e4c1fca
Fix Linux appdata file (#4575) 2023-04-23 08:21:58 +00:00
Ilya Zlobintsev 2f2816dca0
Add changelog link to appdata file (#4573) 2023-04-22 18:19:42 +00:00
Zonian 517382ebc9
Add ZonianMidian to the contributors list (#4548)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-16 11:49:54 +00:00
Rasmus Karlsson 782684e41a Add 2547techno to contributors list
Author: 2547techno <technowizz2547@gmail.com>
2023-04-15 11:08:25 +02:00
CycloneTM 00642ef783
Add Cyclone to contributors list (#4527)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-09 22:21:46 +00:00
CycloneTM 6cbf750ec5
Streamline the look of the Black theme (#4523)
This makes it be more in line with the other themes
2023-04-09 09:38:38 +00:00
nerix 4e3433e966
Store Themes as JSON files (#4471)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-08 09:05:55 +00:00
Mm2PL 5ba809804e
Add basic lua scripting capabilities (#4341)
The scripting capabilities is locked behind a cmake flag, and is not enabled by default.

Co-authored-by: nerix <nerixdev@outlook.de>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 15:31:53 +02:00
Scrub 7a081fdcfb
Add ScrubN to contributors list (#4490) 2023-03-30 23:10:05 +00:00
pajlada 130b23edaf
Add a local backup of the Twitch Badges API (#4463) 2023-03-19 11:28:28 +00:00
kyle 85b982bb69
Add 03y to contributors list (#4452) 2023-03-16 23:15:32 +00:00