Releases: conda/menuinst
1.4.18
1.4.17
1.4.16
1.4.15
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
Contributions from @kalefranz and @nehaljwani:
1.4.8
1.4.0
- 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
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
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
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.