Skip to content

Releases: destinygg/chat-gui

v2.47.1

18 Oct 23:33
Compare
Choose a tag to compare

What's Changed

New features

Bugfixes

  • fix: inline whispers being rendered incorrectly sometimes by @vyneer in #494

Other changes

  • build(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.8 by @dependabot in #527
  • build(deps): bump sass-loader from 14.2.1 to 16.0.2 by @dependabot in #524
  • build(deps): bump overlayscrollbars from 2.9.2 to 2.10.0 by @dependabot in #511
  • build(deps-dev): bump html-loader from 5.0.0 to 5.1.0 by @dependabot in #508

Full Changelog: v2.47.0...v2.47.1

v2.47.0

24 Jul 05:04
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix some autocomplete helper quirks by @vyneer in #502
  • fix: remove some performance-impacting css properties by @vyneer in #498
  • fix: user list elements not getting removed sometimes by @vyneer in #497
  • fix: ignore combos by @vyneer in #495

Other changes

  • build(deps-dev): bump prettier from 3.1.1 to 3.3.3 by @dependabot in #501
  • build(deps-dev): bump sass from 1.70.0 to 1.77.8 by @dependabot in #499
  • build(deps-dev): bump lint-staged from 15.2.2 to 15.2.7 by @dependabot in #489
  • build(deps): bump utf-8-validate from 6.0.3 to 6.0.4 by @dependabot in #484
  • build(deps-dev): bump @babel/preset-env from 7.24.6 to 7.24.8 by @dependabot in #503
  • build(deps): bump throttle-debounce from 5.0.0 to 5.0.2 by @dependabot in #506
  • build(deps): bump overlayscrollbars from 2.8.3 to 2.9.2 by @dependabot in #504
  • build(deps-dev): bump webpack from 5.91.0 to 5.93.0 by @dependabot in #507
  • build(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 by @dependabot in #505

Full Changelog: v2.46.0...v2.47.0

v2.46.0

30 May 06:44
Compare
Choose a tag to compare

What's Changed

New features

  • Optimize & Add youtube embed links support by @reda777 in #456

Other changes

  • Add new color for spoilers links by @reda777 in #473
  • Add support for timestamped Youtube links by @reda777 in #472
  • build(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.6 by @dependabot in #475
  • build(deps-dev): bump css-loader from 7.1.1 to 7.1.2 by @dependabot in #477
  • build(deps-dev): bump @babel/core from 7.24.4 to 7.24.6 by @dependabot in #476
  • build(deps): bump overlayscrollbars from 2.6.1 to 2.8.3 by @dependabot in #474
  • build(deps): bump dotenv from 16.3.1 to 16.4.5 by @dependabot in #478

New Contributors

Full Changelog: v2.45.0...v2.46.0

v2.45.0

21 May 05:41
Compare
Choose a tag to compare

What's Changed

New features

Bugfixes

Other changes

  • add enterkeyhint property to chat textarea by @Koratsama in #467
  • build(deps-dev): bump html-loader from 4.2.0 to 5.0.0 by @dependabot in #458
  • build(deps-dev): bump style-loader from 3.3.4 to 4.0.0 by @dependabot in #459
  • build(deps-dev): bump css-loader from 6.10.0 to 7.1.1 by @dependabot in #460
  • build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.5.0 by @dependabot in #465

New Contributors

Full Changelog: v2.44.0...v2.45.0

v2.44.0

18 Apr 18:44
Compare
Choose a tag to compare

What's Changed

New features

Bugfixes

  • Update commands.js with broadcast command by @KyrunaKJ in #451
  • Updated nick extraction regex and mentioned user formatting regex so … by @KyrunaKJ in #448

Other changes

  • build(deps-dev): bump autoprefixer from 10.4.17 to 10.4.19 by @dependabot in #443
  • build(deps-dev): bump lint-staged from 15.2.0 to 15.2.2 by @dependabot in #445
  • build(deps-dev): bump webpack from 5.89.0 to 5.91.0 by @dependabot in #442
  • build(deps-dev): bump @babel/core from 7.23.7 to 7.24.4 by @dependabot in #447
  • build(deps): bump sass-loader from 14.0.0 to 14.2.1 by @dependabot in #454

Full Changelog: v2.43.0...v2.44.0

v2.43.0

10 Apr 18:55
Compare
Choose a tag to compare

What's Changed

New features

Full Changelog: v2.42.1...v2.43.0

v2.42.1

29 Mar 05:02
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix: update regex to include apostrophes in MentionedUserFormatter by @RamonAsuncion in #437
  • Filter out disabled emotes in favorite emotes menu by @Mitchdev in #433

Other changes

  • build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #428
  • build(deps-dev): bump webpack-dev-server from 4.15.1 to 5.0.4 by @dependabot in #438
  • build(deps-dev): bump postcss-loader from 7.3.4 to 8.1.1 by @dependabot in #429
  • build(deps): bump overlayscrollbars from 2.4.6 to 2.6.1 by @dependabot in #434
  • build(deps-dev): bump @babel/preset-env from 7.23.8 to 7.24.3 by @dependabot in #439

New Contributors

Full Changelog: v2.42.0...v2.42.1

v2.42.0

04 Mar 06:27
Compare
Choose a tag to compare

What's Changed

New features

Bugfixes

  • fix: /me messages in message history having the colon thingy by @vyneer in #422
  • fix: generate command autocomplete for mods correctly by @vyneer in #403
  • Fix bug where continue messages get colon divider by @11k in #425

Other changes

  • don't apply watching focus if focus active by @faebiedev in #402
  • build(deps-dev): bump autoprefixer from 10.4.16 to 10.4.17 by @dependabot in #413
  • build(deps-dev): bump style-loader from 3.3.3 to 3.3.4 by @dependabot in #416
  • build(deps): bump moment from 2.29.4 to 2.30.1 by @dependabot in #417
  • build(deps-dev): bump css-loader from 6.8.1 to 6.10.0 by @dependabot in #419
  • build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by @dependabot in #423

Full Changelog: v2.41.1...v2.42.0

v2.41.1

23 Jan 21:37
Compare
Choose a tag to compare

What's Changed

New features

  • feat: don't highlight mentions in links by @vyneer in #404

Other changes

  • build(deps): bump whatwg-fetch from 3.6.19 to 3.6.20 by @dependabot in #409
  • build(deps-dev): bump @babel/preset-env from 7.23.5 to 7.23.8 by @dependabot in #408
  • build(deps): bump overlayscrollbars from 2.4.5 to 2.4.6 by @dependabot in #406
  • build(deps): bump sass-loader from 13.3.2 to 14.0.0 by @dependabot in #407
  • build(deps-dev): bump sass from 1.69.5 to 1.70.0 by @dependabot in #412

Full Changelog: v2.41.0...v2.41.1

v2.41.0

09 Jan 07:57
Compare
Choose a tag to compare

What's Changed

New features

  • refactor: switch to moment for duration parsing by @vyneer in #397
  • refactor: make static methods in chat.js non-static by @vyneer in #398

Bugfixes

  • fix: onstreamchat broadcast msgs being ugly by @vyneer in #401
  • Set empty tag instead of undefined while updating messages by @vyneer in #399
  • Fix user being assigned an undefined class if they don't have a color flair by @vyneer in #400

Other changes

  • Toggle watching focus btn active on click by @faebiedev in #391
  • build(deps-dev): bump @babel/core from 7.23.6 to 7.23.7 by @dependabot in #395
  • build(deps-dev): bump postcss-loader from 7.3.3 to 7.3.4 by @dependabot in #394
  • build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #396
  • build(deps-dev): bump html-webpack-plugin from 5.5.3 to 5.6.0 by @dependabot in #393
  • build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.1 by @dependabot in #392

New Contributors

Full Changelog: v2.40.0...v2.41.0