Skip to content

v3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 16:36
· 18 commits to electron-v3 since this release

What's Changed


Main Changes:

  • Upgraded Vencord to version v1.10.9.
  • Updated Discord build to Stable 355624 (8dc6074).

Refactor:

  • Updated several modules:
    • Replaced node-fetch with undici.
    • Replaced electron-store with level.
    • Switched from pre-built (outdated) discord-protos to building from source (thanks to @dolfies for discord-protos).
  • Optimized PatchHTML function to minimize changes.
  • Removed injected scripts/variables; replaced variables with sessionStorage.
  • Improved code readability and maintainability.

Add:

  • Added multiple APIs to enhance stability and avoid errors.
  • Implemented thread list view (scrollable to view all threads).
  • Added basic message search (limited to time-based search).

    Both features are restricted by Discord's API.

  • Fully handled PreloadedUserSettings (except dismissedContents) and FrecencyUserSettings to save user settings.

    Features include persistent settings like theme, guild arrangement, favorite emojis, and GIFs for quick access.

Known Issues:

  • UI glitches when viewing threads in forum/media channels.

Fixes:

  • Fixed #207, #170: App crashes when switching shards.
  • Fixed #205: Database handling bug causing activity deletion errors.
  • Fixed #204, #191: Updated Vencord to prevent startup issues.
  • Resolved experiment-related errors.
  • Fixed issue with patching Sentry (Discord's monitoring tool).
  • Fixed inability to view server profile settings.

New Contributors

Full Changelog: v3.5.0...v3.6.0