Releases: DeconBear/xmds-extended
Releases · DeconBear/xmds-extended
v0.1.1
XMDS Extended v0.1.1
v0.1.1 improves the first Windows portable installer release and makes it more practical for repeated real use.
Included in this release:
- in-place upgrade support by rerunning
install_windows.ps1on the same install directory - runtime reuse or rebuild decisions based on installer metadata
- rollback-aware upgrade flow that backs up managed files before replacement
- uninstall entry points:
uninstall_xmdsanduninstall_xmds.cmd - curated GitHub Release notes wired into the release workflow
Windows install:
-
Download
xmds-extended-windows-portable-v0.1.1.zip. -
Extract it to a temporary directory.
-
Run:
powershell -ExecutionPolicy Bypass -File .\install_windows.ps1
-
Choose a short install directory such as
D:\xmds. -
Optionally add the install directory to
PATH.
Windows upgrade:
- Download the newer portable zip.
- Run the new
install_windows.ps1. - Select the same install directory to upgrade in place.
Windows uninstall:
- If the install directory is on
PATH, rununinstall_xmds. - Otherwise run
<InstallDir>\uninstall_xmds.cmd.
Requirement:
- Conda or Miniforge must already be installed on the target machine.
v0.1.0
Full Changelog: https://github.com/DeconBear/xmds-extended/commits/v0.1.0