Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

46 lines (31 loc) · 1.58 KB

Change Log

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

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

v.0.0.2 (2019-01-08)

  • Updated for Cmder v1.3.11

v0.0.1 (2016-08-02)

  • Initial Release