Commit Graph

5097 Commits

Author SHA1 Message Date
dependabot[bot] a52bdb42ee chore(deps): bump ncipollo/release-action from 1.18.0 to 1.20.0 (#6438)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.20.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](https://github.com/ncipollo/release-action/compare/v1.18.0...v1.20.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-version: 1.20.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-09-27 14:39:31 +00:00
dependabot[bot] 31fe847781 chore(deps): bump actions/setup-python from 5 to 6 (#6442)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-09-27 14:00:11 +00:00
dependabot[bot] c89990607b chore(deps): bump actions/github-script from 7 to 8 (#6443)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-09-27 13:22:12 +00:00
pajlada 08b61be4ba dev: find boost's CMake Config file instead of module (#6499) 2025-09-27 12:42:35 +00:00
pajlada 82da4d8a49 doc: fix release docs (#6498) 2025-09-27 12:03:13 +00:00
pajlada 4f833587c7 ci: fix WinGet release workflow (#6497) 2025-09-27 10:36:14 +00:00
teknsl 8953ad604f fix: usercard resizing improperly without recent messages (#6496) 2025-09-27 11:50:18 +02:00
pajlada cd7272a444 fix: use qsizetype zerovalue instead of 0LL (#6483)
this fixes 32-bit installs
2025-09-25 22:22:25 +00:00
pajlada 6e0533e1da chore: make sanitizers opt in (#6493)
Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers.

Building tests is not required - sanitizers can be enabled in the app by itself.
2025-09-25 23:43:54 +02:00
pajlada 117d06b92c Release v2.5.4 (#6476) 2025-09-21 12:26:47 +02:00
pajlada 4927ad8bb7 Update release documentation (#6472) 2025-09-21 11:38:21 +02:00
Feng a40debb8ee fix: update input fonts on fontChanged signal (#6462) 2025-09-20 11:47:50 +00:00
James Upjohn 448b321259 fix: log deletion messages to file log (#6465) 2025-09-20 13:08:10 +02:00
Jacob Alexander Thompson befe2da78d fix: don't set split focus hotkeys by default on macOS (#6470) 2025-09-20 10:16:48 +00:00
nerix 8e9df07ab3 fix(macos): check selection in cmd+backspace (#6469) 2025-09-20 11:39:31 +02:00
pajlada 9fb9881fde ci(macos): codesign with a hardened runtime (#6467) 2025-09-15 17:01:53 +02:00
nerix c7dea40b6b fix(plugins): Implement __eq for Channel (#6456) 2025-09-14 11:28:39 +00:00
nerix 60c3e1432a docs(plugins): add documentation for WebSockets (#6432) 2025-09-13 10:00:15 +00:00
Otávio Biagioni 6229a37e9a Add otaviobia to contributors list (#6459) 2025-09-11 23:38:47 +02:00
Otávio Biagioni 173651be65 fix: restore missing moderation icon (#6457) 2025-09-10 16:04:15 +02:00
pajlada c51fdd2a0e fix: notebook custom button resizing/layout (#6453) 2025-09-07 15:50:09 +02:00
2547techno cd802e9300 fix: mouse over tooltips flickering (#6451)
mostly an issue on wayland, but this behaviour isn't wrong elsewhere
2025-09-07 12:11:11 +02:00
pajlada 36ebb19469 fix: relayout tabs when update button visibility changes (#6447) 2025-09-06 10:48:27 +00:00
nerix 6a0ca0bff8 fix(plugins): handle non-string errors gracefully (#6441) 2025-09-06 10:02:38 +00:00
nerix 5af6626e76 fix: mark global BTTV emotes as zero-width at creation (#6440)
* fix: mark global BTTV emotes as zero-width at creation

* changelog

* nit: slightly different formatting

---------

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2025-09-05 08:01:21 +00:00
pajlada 445865d0d8 Release v2.5.4-beta.1 (#6431)
repeat since original release failed due to CI errors
2025-08-30 10:49:31 +00:00
pajlada 361099321d ci(macos): use locally installed version of cmake (#6430) 2025-08-30 12:13:29 +02:00
pajlada 30dbdba620 Release v2.5.4-beta.1 (#6419) 2025-08-30 10:26:00 +02:00
x3rt c7a7740bfe fix: image uploader setting import (#6387)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2025-08-28 22:25:26 +00:00
nerix f87aac7011 ci: remove invalid strategy and guard winget/homebrew to main repo (#6427) 2025-08-28 23:47:52 +02:00
nerix 32b9f8207d fix(plugin-repl): add padding to pin button (#6426) 2025-08-28 20:13:59 +00:00
isgkm 2f71f76c3c Add isgkm to contributors list (#6425) 2025-08-27 17:05:13 +00:00
nerix 6f4bc78a94 fix: make notebook add button 1dp smaller on all sides (#6423) 2025-08-26 20:03:46 +00:00
Brian 03550fc090 fix: Twitch dropping MAGIC_MESSAGE_SUFFIX (#6417) 2025-08-26 16:44:14 +02:00
nerix a9e99b3e8c fix: self drawn add button alignment and color (#6385) 2025-08-24 10:26:16 +00:00
James Upjohn f3b0a48ae5 fix: reduce visual "insetting" of new enabled moderation icon (#6414) 2025-08-24 11:34:37 +02:00
Brian 5b271858ac feat: Add Open in custom player to twitch.tv/<channel> link context menus (#6403) 2025-08-23 20:39:00 +00:00
isgkm bc1a87a9c8 fix: notes behavior on users with no id (#6413) 2025-08-23 13:05:06 +00:00
dependabot[bot] 8392817ac5 chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#6410) 2025-08-23 11:22:41 +00:00
cqttv 41ba487ca1 chore: consolidate twitch URLs with www (#6407) 2025-08-23 10:46:34 +00:00
nerix 195776d4b7 fix: update input size on tab-completion (#6411) 2025-08-23 10:08:29 +00:00
pajlada c2cc9f33c9 fix: make moderation button prettier (#6412)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
2025-08-23 10:46:04 +02:00
pajlada 1afac3382e feat: add setting to pulse split input on self message received (#6380) 2025-08-17 23:24:39 +00:00
pajlada 1b9ed11a67 fix: svgify moderation button (#6398) 2025-08-17 22:02:35 +00:00
pajlada a7d7668f71 fix: svgify chatters button (#6397) 2025-08-17 21:08:30 +00:00
nerix dcae8e67cc feat: add tooltips with follow/sub durations to usercard (#6384) 2025-08-17 21:16:35 +02:00
James Upjohn 565c63d0df fix: svgify user card pin button (#6399) 2025-08-17 12:18:23 +00:00
pajlada b85073e673 fix: stop resize when ctrl is released (#6396) 2025-08-17 10:54:29 +00:00
nerix bc85df04b1 feat: show live indicator in usercard (#6383) 2025-08-17 10:05:52 +00:00
nerix 0f11a9050a fix: take handler for sol_lua_check as function reference (#6393)
* fix: take handler for `sol_lua_check` as function reference

* changelog

* fix: includes

* uintptr type

* fix: ub and eq
2025-08-16 19:21:04 +00:00