Skip to content

v3.6.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Dec 14:38
· 109 commits to electron-v3 since this release

Patch:

  • Fixed the issue where Frequency Settings could not be saved.
  • Resolved slow application startup.
  • Fixed update notification bugs.
  • Improved tray menu by organizing items more clearly.
  • Made logs more detailed and easier to understand.
  • Updated Vencord.
  • Added content for System Messages.

Changes:

  • Restructured the Database schema.
  • Fixed bugs 🐛
  • Added more bugs to fix later 🎉

v3.6.0 changelogs


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.