Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 4.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.2.0 - 2023-07-24

Compare with 1.1.1

Features

  • support 'version' command (c976605 by Galen Lin).

1.1.1 - 2023-07-22

Compare with 1.0.4

Features

  • commit-msg tips support utf-8 in windows (dfca5a4 by Galen Lin).
  • add commit githook to hook commit-msg and support multi-patterns (ea4e741 by Galen Lin).
  • add lint/test/start/stop/restart/version command (689a95e by Galen Lin).
  • add cr/pr command, which used to create pull request (8ec8ced by Galen Lin).

Bug Fixes

  • check_bin compat for windows (d8038f4 by Galen Lin).
  • fix run args (f9cc77e by Galen Lin).
  • compat for empty command (d6299c2 by Galen Lin).
  • fix typo (0c732d3 by Galen Lin).

Code Refactoring

  • auto add_parser for commands (814850a by Galen Lin).
  • simplify command class create (d8e7dae by Galen Lin).
  • extract Bin class for Git/Code/Pip (192f666 by Galen Lin).

1.0.4 - 2023-07-20

Compare with first commit

Features

  • support custom git-hooks (648ec6e by Galen Lin).
  • update devpackage.schema.json (cb244c4 by Galen Lin).
  • parse devpackage.json and support install vscode-extensions/pip-modules/git-hooks/bash-scripts, edit vscode-user-settings. (af93ab5 by Galen Lin).
  • initial package script (ab119a7 by Galen Lin).

Bug Fixes

  • commit-msg hook - ensure add DEVPME script (48756bc by Galen Lin).
  • copy hook args for pre-commit-config.yaml (35413c7 by Galen Lin).
  • git hooks support submodules and compat for windows (fccf246 by Galen Lin).
  • add pre-commit git hook to submodule correctly (4c855b5 by Galen Lin).
  • open file with utf-8 encoding, compat for windows (a57a5c3 by Galen Lin).
  • fix pkg version (e2ed2e8 by Galen Lin).

Code Refactoring

  • rename SCFEXE to DEVPME (38913a3 by Galen Lin).