WebCord Changelog

What's new in WebCord 4.9.2

May 12, 2024
  • Bump lockfile.

New in WebCord 4.9.1 (May 4, 2024)

  • This is a hotfix release, now with fixed CI for Windows and recently announced bug: #536. See v4.9.0 for more information about changes since v4.8.0.

New in WebCord 4.8.0 (Feb 22, 2024)

  • Revert "Strip all searchParams from Discord's CDN URLs.
  • "Wayland: Disable audio sharing for Electron
  • Refactor code.
  • Workaround new Chromium bug on unix.
  • Update dependencies.

New in WebCord 4.7.1 (Feb 6, 2024)

  • CSS: Protect agains circular references.
  • Improve window icon at devel Fix typo in Windows default font list.
  • Actions: Switch to macos-14 for arm64.
  • Actions: Fix cache key for "*release" workflows.
  • Capturer: Fix audio sharing support detection.
  • Bump lockfile, update deps.

New in WebCord 4.7.0 (Jan 28, 2024)

  • Update localization files for: Spanish, Ukrainian, Turkish, Arabic and German
  • Add Spanish (Mexico) localization files

New in WebCord 4.6.1 (Dec 29, 2023)

  • Bump lockfile, update dependencies.
  • Update Electron to 28.1.0.
  • Remove (most) font modules that were bundled with WebCord, try using available system fonts instead.
  • Fix renderer crashes with About window (#497).

New in WebCord 4.6.0 (Dec 17, 2023)

  • Update to Electron 18:
  • Strip tracking from Discord's CDN URLs when those are opened outside for WebCord.
  • Fix built-in CSP for new Soundcloud player.
  • Re-approach move to Node16:
  • This time it should work thanks to Electron's 18 complete ESM support.
  • Possibly I'll approach moving fully to ESM, both in WebCord and my libraries.

New in WebCord 4.5.2 (Nov 26, 2023)

  • Revert back to `module.exports` in Forge config.
  • Looks like Forge doesn't support default exports anymore, if it ever supported it before.

New in WebCord 4.5.1 (Nov 1, 2023)

  • Fix some CSS tweaks in WebCord made to Discord.
  • Bump the lockfile.
  • Update Electron to 27.0.2.

New in WebCord 4.5.0 (Oct 15, 2023)

  • Bump Electron to v27. This resolves regressions since Electron v26: #452.
  • Update various dependencies, such as marked and highlight.js.
  • Update implementation of source listing for screen share, this resolves #409 until some people are still going to be able to reproduce this.

New in WebCord 4.4.3 (Oct 8, 2023)

  • Bump version, update lockfile.

New in WebCord 4.2.0 (Apr 8, 2023)

  • Update the lockfile.

New in WebCord 4.1.1 (Feb 20, 2023)

  • Sync localization files with Weblate (#342):
  • Update French localization files by Niniko.
  • Update Spanish localization files by @gallegonovato.
  • Update Arabic localization files by @Ali-x98.
  • Update Russian localization files by @thejenja.
  • Repackage app under newer @reforged/maker-appimage version to fix .desktop / shell script syntax errors (#357).
  • Cache favicon hashes to conserve CPU usage.