v3.6.0
·
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
withundici
. - Replaced
electron-store
withlevel
. - Switched from pre-built (outdated)
discord-protos
to building from source (thanks to @dolfies for discord-protos).
- Replaced
- 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
(exceptdismissedContents
) andFrecencyUserSettings
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
- @ItsPi3141 made their first contribution in #185
- @wbrous made their first contribution in #190
Full Changelog: v3.5.0...v3.6.0