Skip to content

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

18 Jun 22:58
67dfebf
Compare
Choose a tag to compare

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

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

30 Sep 17:26
643ef4e
Compare
Choose a tag to compare

Covers changes for:

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

11 Jul 19:18
c9fc275
Compare
Choose a tag to compare

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

Full Changelog: 0.0.7...0.0.8

Add micromamba executable

11 May 15:57
ca45cf4
Compare
Choose a tag to compare

Covers changes for:

  • Spyder 5.3.1: Add micromamba executable to the Windows installers

Remove outdated assest for black

15 Feb 16:59
7ef74ae
Compare
Choose a tag to compare

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

19 Jan 17:08
12cb2b3
Compare
Choose a tag to compare

Covers changes for:

  • Spyder 5.2.2: Adds a validation for previous installation with the Windows installer

Update jedi patch for 0.18

04 Aug 14:31
e2cdb8f
Compare
Choose a tag to compare

Covers changes for:

  • Spyder 5.1.1: Modify jedi __main__.py patch to be up to date with 0.18

Pylint `__init__.py` modification

21 Jul 17:07
4d5a5fa
Compare
Choose a tag to compare

Covers changes for:

  • Spyder 5.1.0: Modify Pylint init.py to not remove first entry from the sys.path

Remove rtree assets

14 May 15:53
7b4ac94
Compare
Choose a tag to compare

Covers changes for:

  • Spyder 5.0.3: Removes rtree wheel (since version 0.9.7 the package provides a wheel)

Current assest for the Spyder 4.x Windows Installer

11 Feb 19:29
Compare
Choose a tag to compare

Covers changes for:

  • Spyder 4.2.2: Includes tkinter files and binaries. First version of assets in another repository.