Skip to content

Releases: mikecentola/cmder_inst

v0.1.1

28 May 16:13
v0.1.1
5b5ff0f
Compare
Choose a tag to compare

v.0.1.1 (2021-05-28)

Fixes

  • Added missing % to nsi file
  • Added Zip macro to NSI file
  • Fixed NPM build script

Other

  • Updated Readme
  • Added markdownlint JSON file
  • Added CODE_OF_CONDUCT.md
  • Added SECURITY.md
  • Moved script file into scripts folder

v0.1.0

30 Jan 01:33
v0.1.0
7cc968b
Compare
Choose a tag to compare

v.0.1.0 (2019-01-29)

This is the first major release that I believe is ready for production. Tested on my Windows 10 system. Uses GitHub API to fetch the latest version of Cmder.

Installer

  • Uses GitHub API to pull the latest version of Cmder automatically. Also removes hardcoded versioning for Cmder. #3
  • Refactored installer to install Cmder into %LocalAppData% Programs. #4
  • Option to add Environment Variables #5
  • Fixed Some Installer Text Typos
  • Added Installer EXE File Properties
  • Fixed Uninstaller Bitmap
  • Temporary downloaded files now use installer's temporary storage instead of user's $TEMP to ensure removal after installation.
  • Changed Context Menu registry entries to use the Environment Variables
  • Cleaned up uninstaller commands

Source

  • Removed API Call from build.js file
  • Updated License

v0.0.2 Alpha Release

09 Jan 01:29
86745bc
Compare
Choose a tag to compare
v0.0.2 Alpha Release Pre-release
Pre-release

Updated installer for v1.3.11 of Cmder. Built with new nodejs automated builder.

v0.0.1 Alpha Release

03 Aug 18:32
Compare
Choose a tag to compare
v0.0.1 Alpha Release Pre-release
Pre-release

This is the initial working release for Cmder Installer. This installer will download Version 1.3.0 of Cmder. It is configured to install to under All Users. Verified working on Windows 10. Please let me know if there are any issues.