Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@bootun bootun released this 06 Feb 14:20
· 5 commits to master since this release
f2f548d

A new release includes support for the Windows operating system. In the past, if users used Windows operating system to perform some operations, they could only operate with GitBash or other similar software. Now when you use the Windows operating system, kit uses CMD to execute some commands to provide support for the windows operating system.

Enhancements

  • generator: Use cmd to execute protoc command if the current operating system is Windows (#15) - thanks, @bootun
  • generator/template: Use separate packages to maintain file templates - thanks, @bootun

Bug fixes

  • cmd: improve tips when the attempt to execute protoc fails - thanks, @bootun