Skip to content

Releases: conda/menuinst

1.4.17

13 Jul 17:14
d225c94
Compare
Choose a tag to compare
  • Use distribution name as part of the Start Menu item (#77)
  • Transfer repository to conda GitHub organization (#81)
  • Switch from AppVeyor to GitHub Actions for CI (#78, #82, #83)

1.4.16

13 Mar 20:02
Compare
Choose a tag to compare
  • Command line option starting with minux, or a space shall not be quoted

1.4.15

13 Mar 17:31
Compare
Choose a tag to compare
1.4.15 Pre-release
Pre-release

This release was an accidental release of the master branch, now renamed to avoid future confusion. The master branch had code that is not ready for release.

  • Command line options starting with minus, or a space shall not be quoted * Update cwp.py
  • Fix groups files per OS
  • Update setup.py to include pkg data, include modules, and add header * Fail CI scripts on appveyor if one container fails
  • Fix typo in shortcut imports
  • Fix bad import
  • Switch to absolute imports
  • Add OS specific code in specific folder
  • Various enhancements and clean up (#50)
  • Fix code when run as admin
  • Add pep8speaks config
  • Add updated copyright header, and clean up code a bit
  • Move __init__code to api.py

Fixes for unicode in Python 2 and a latent bug surfaced by conda 4.4

07 Feb 17:26
Compare
Choose a tag to compare

Contributions from @kalefranz and @nehaljwani:

  • fix #60 more cmd.exe-specific hacking (#61)
  • fix #54 incorrect locale handling (#62)
  • fix logging traceback from #54 (#63)

1.4.8

17 Sep 02:40
Compare
Choose a tag to compare

2017-09-16 1.4.8:

  • fix non-root pythons being used to call cwp.py #47

1.4.0

25 May 18:34
Compare
Choose a tag to compare
  • Add license explicitly (BSD 3-clause) (#26)
  • Rework elevation on Windows to not use separate batch file (#27)
  • Improve support for non-ascii characters (#27)
  • Migrate to Windows KnownFolder instead of CSIDL for win > XP (#27)
  • support istalling as SYSTEM user on Windows (for SCCM usage) (#29)
  • Add Appveyor for build testing (#30)
  • Drop CSIDL support in favor of uniform KnownFolder usage (#31)

1.2.2: Merge pull request #18 from msarahan/user_path_fallback

08 Nov 03:40
Compare
Choose a tag to compare

This release attempts to fall back to user-level directories for shortcuts when system-wide directories are off-limits.

This situation comes up with Anaconda and Miniconda: if the initial installation is system-wide, then shortcuts will be placed in a location that requires elevation. This release should address that condition: shortcuts will instead be installed to the current user's personal collection of start menu shortcuts, and a warning is printed to the console.

This should fix many failed conda update calls.

1.2.0: Merge pull request #15 from msarahan/no_more_bat_wrappers

30 Oct 16:54
Compare
Choose a tag to compare

This release runs python and pythonw script types in python shells that set PATH for environments, rather than bat files.

This release also changes the "scriptargument" key to "scriptarguments" and expects a list of arguments to be passed to the command. The older syntax was a space-delimited string, and was not consistent between "script" and "system" shortcut types.

1.1.3.2: Merge pull request #14 from msarahan/default_activate

29 Oct 16:13
Compare
Choose a tag to compare

This was meant to be 1.1.3.1, but #14 was not merged. This fixes activation behavior when used with Conda version 1.18.3.

1.1.3.1: Merge pull request #13 from msarahan/substitute_system_cmd

29 Oct 15:00
Compare
Choose a tag to compare

Fixes a bug where wrapped scripts would fail to run if env_setup_cmd was passed as None. This is true for Conda 3.18.3 calling Menuinst. Adds default "activate" string. This should be fixed in Conda, but we'll patch it here for now to not force a Conda release.