Commit Graph
8 Commits
Author SHA1 Message Date
NerixyzandGitHub 00ffa0e478 deps: remove dependency on Boost.Signals2 (#7018)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2026-05-28 15:59:44 +00:00
Mm2PLandGitHub 02183c865b chore: remove old qt version checks (#6863)
Remove all Qt version checks for Qt versions below 6.5.

Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
2026-03-28 14:01:24 +00:00
pajladaandGitHub eaeeaf004d chore(reuse): annotate our source files with our license (#6719) 2026-01-07 00:45:57 +01:00
pajladaandGitHub cd7272a444 fix: use qsizetype zerovalue instead of 0LL (#6483)
this fixes 32-bit installs
2025-09-25 22:22:25 +00:00
nerixandGitHub 6a0ca0bff8 fix(plugins): handle non-string errors gracefully (#6441) 2025-09-06 10:02:38 +00:00
nerixandGitHub 32b9f8207d fix(plugin-repl): add padding to pin button (#6426) 2025-08-28 20:13:59 +00:00
James UpjohnandGitHub 565c63d0df fix: svgify user card pin button (#6399) 2025-08-17 12:18:23 +00:00
nerixandGitHub b6623cff88 feat: add REPL for plugins (#6120)
This can be enabled by setting the `.plugins.repl.enabled` setting to true


Close Chatterino and make a backup of your settings.json before attempting any modifications.
```json5
{
  "plugins": {
    "repl": {
      "enabled": true,
    },
  },
}
```
2025-06-28 14:04:08 +00:00