Skip to content

v3.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 19:58
· 235 commits to master since this release
d3cf602

Note | This version is focused on CSS injection in general, but also contains other changes.

  • Yet another logging functions fixes.
  • Fix a bug in CSS loader which caused app freeze due to infinite loop (#289).
    • Also mitigate further bugs by adding maxTries, which limits how many times app can retry after an error occurred in loop. Such loops might still occur through (at least there's no guarantees they won't), but that's less likely right now.
  • Add support for enabling window background transparency.
  • Improve events used for getting the right time in which scripts should be injected. Result of that is much smoother transition between WebCord's loading page and custom CSS themes.
  • Add support for injecting CSS themes to popup windows, both opened by Discord and WebCord (#297).

Full Changelog: v3.8.8...v3.9.0