Releases: conda/constructor
Releases · conda/constructor
3.1.0: Merge pull request #382 from conda/changelog
-
COMMON:
- New platform selectors: s390x, osx-arm64
- Added the ability to build installers from an existing, instantiated environment or an environment.yml spec.
- Added conda_channel_alias and condarc options to allow more complete customization of the installed .condarc
- Added options to all install types to preserve the package cache after installation
- Migrated CI to GitHub Actions and added installation/unpack testing of generated installers
-
SHELL:
- Pre- and post-install scripts are now executed directly if a shebang is present; otherwise they are run by the POSIX shell
sh
.
- Pre- and post-install scripts are now executed directly if a shebang is present; otherwise they are run by the POSIX shell
-
NSIS:
- Support for pre-install script
- Added the ability to check if the path length is longer than 46 characters, so that nodejs package contents will not exceed a path length of 260 characters.
-
PKG:
- Added an "all" installer type option to support building both .pkg and .sh installers with a single commmand
3.0.1
2019-09-16 3.0.1:
- COMMON:
- Add dependency on standalone conda executable