Releases: Vencord/Installer
Releases · Vencord/Installer
v1.4.0
What changed
- Cli UX has been considerably improved
- Gui UX has been improved
- Added automatic self updating on Windows & Linux
- Some error messages have been made more user friendly
- no longer warns you about running as Admin on windows
- fixes some issues with the OpenAsar integration
- fixed flashing a terminal window on Windows (this was due to using powershell to kill Discord)
- patcher now writes a proper app.asar file instead of using a folder
sha256sum
If you would like, you can verify the integrity of your downloaded file using sha256sum.
- VencordInstallerCli.exe:
466d2a0be1f380ddffed052df3cc132125fa34dc1af29312e14f13f358c8d2a2 - VencordInstallerCli-linux:
a2c888f4e18445c6eb94c94f40d0b30937ffe22aeaeb2e9505382e9830f4acc8 - VencordInstaller.exe:
dc0826657a005009f43bdc3a0933d08352f8b22b2b9b961697a2db6e9913e871 - VencordInstaller.MacOS.zip:
b7b4d38643223df94f3af937ad05cd25c68d0b1aa5b6da52b71aee4593da8817
Examples:
-
Using a sha256 hash from above:
echo 466d2a0be1f380ddffed052df3cc132125fa34dc1af29312e14f13f358c8d2a2 ./VencordInstallerCli.exe | sha256sum --check
-
Using checksums.sha256 file:
sha256sum --check --ignore-missing checksums.sha256
v1.3.1
What's new
- The "Redownload Vencord" button has been replaced with a "Reinstall / Repair" button, that will allow you to fix broken Vencord installs
- Some messages have been improved to be easier to understand
- VencordInstaller will now no longer warn about being run as Admin if you are using the "Administrator" user
- Branch display has been slightly improved
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Added fake sites warning card
- Fixed an edge case where having a package.json in the system root or your user folder could cause issues
Full Changelog: v1.2.10...v1.3.0
v1.2.10
- Windows: Now automatically kills Discord before patching it so you don't have to do it yourself
- Windows: Now detects being run as Administrator and shows a warning popup if this is the case. Avoid running the installer as administrator, it's unnecessary and might cause permission issues
- Now falls back to our own api in case fetching release data from github fails. This should hopefully eliminate ratelimit and isp censorship related issues
- Improved some messages to be more accurate
v1.2.9
What's Changed
- MS store compliance by @lewisakura in #50
- cli: add "location" and "branch" flags to be fully automatable by @solomoncyj in #40
New Contributors
- @solomoncyj made their first contribution in #40
Full Changelog: v1.2.8...v1.2.9
v1.2.8
Embed icon into binary so it doesn't need to be in cwd
v1.2.7
Internet Explorer jumpscare
v1.2.6
Add self update check
v1.2.5
windows: Show more helpful error for used by another process error
v1.2.4
Improve scuffed install error & help user resolve it