Releases: spyder-ide/windows-installer-assets
Releases · spyder-ide/windows-installer-assets
Update .nsi file to prevent Spyder launch with highest integrity and update micromamba executable version to 1.4.3
Update .nsi file to prevent Spyder launch with highest integrity and update micromamba executable version to 1.4.3
Latest
Covers changes for:
- Spyder 5.4.4:
- Update micromamba executable to version
1.4.3
- Update
.nsi
template to:- Prevent launching Spyder in the last step of the installation with the highest integrity/admin privileges
- Update micromamba executable to version
What's Changed
- PR: Update micromamba executable to version
1.4.3
by @dalthviz in #19 - PR: Launch Spyder with same integrity as explorer to prevent launching with highest integrity by @dalthviz in #20
Full Changelog: 0.0.9...0.0.10
Update .nsi file to improve validation for previous all user installation, change tkinter assets and directory structure and update micromamba executable
Covers changes for:
- Spyder 5.4.0 - Update tkinter assets copy logic for the Windows installer and fix tkinter backend handling when debugging:
- Update tkinter assets and directory structure
- Update micromamba executable
- Update .nsi template to:
- Add more validations in case of all users installations and to retrieve older mode and directory used to install Spyder
- Add property to dialog to be the top most window (prevent them to not have focus/be under other windows)
What's Changed
- PR: Update tkinter and micromamba assets by @dalthviz in #17
- PR: Show validations dialogs as top window and add new dialogs to prevent continuation if all user installation is trying to be modified by user without admin rights by @dalthviz in #18
Full Changelog: 0.0.8...0.0.9
Update .nsi file to improve validation for previous installation and version change process
Covers changes for:
- Spyder 5.3.2 - Improve previous installation validation and handle better the uninstall old version/install new version process:
- Ask and close Spyder before running the installer.
- Ask to uninstall and add the option to run the uninstaller executable before running the installer
- Finish the installation process with an option to run/launch Spyder
Specific PR changes
- PR: Auto zip assets and upload them for PRs or release by @dalthviz in #12
- PR: Installer install/uninstall process improvements by @jsbautista in #10
- PR: Add flag to kill child processes if Spyder is open while running installer and fixes uninstall failing validation by @dalthviz in #13
New Contributors
- @jsbautista made their first contribution in #10
Full Changelog: 0.0.7...0.0.8
Add micromamba executable
Covers changes for:
- Spyder 5.3.1: Add micromamba executable to the Windows installers
Remove outdated assest for black
Covers changes for:
- Spyder 5.3.0: Remove constraints for black and the need to copy black
dist-info
folder
Update .nsi file to add validation for previous installation
Covers changes for:
- Spyder 5.2.2: Adds a validation for previous installation with the Windows installer
Update jedi patch for 0.18
Covers changes for:
- Spyder 5.1.1: Modify
jedi
__main__.py
patch to be up to date with0.18
Pylint `__init__.py` modification
Covers changes for:
- Spyder 5.1.0: Modify Pylint init.py to not remove first entry from the
sys.path
Remove rtree assets
Covers changes for:
- Spyder 5.0.3: Removes
rtree
wheel (since version0.9.7
the package provides a wheel)
Current assest for the Spyder 4.x Windows Installer
Covers changes for:
- Spyder 4.2.2: Includes
tkinter
files and binaries. First version of assets in another repository.