This repository was archived by the owner on May 8, 2023. It is now read-only.
Releases: pieterclaerhout/go-james
Releases · pieterclaerhout/go-james
v1.8.1
v1.7.0
Updated the version number
v1.6.0
v1.5.2
Added a homebrew recipe https://github.com/pieterclaerhout/go-james/issues/15
v1.5.1
v1.5.0
v1.4.0
v1.3.0
Several smaller fixes.
v1.2.0
Several Windows fixes
v1.1.0
- When you run the
initcommand and you have ago.modfile present, it will try to parse the package name from there unless you override it with the option--package - When creating a new project which is hosted on GitHub, the Git origin is now automatically set
- In the post and pre build scripts, the output path is now an absolute path
- You can now specify the
ldflagsfor eachGOOSspecifically - The
runcommand now has the option to set environment variables - Fixed a bug where building for windows didn't add the
.exesuffix - Added specific VSCode tasks to build for
darwin,windowsandlinux - Fixed a bug in the VSCode tasks definition where the wrong name for the
versionargument was used - The output is now colored
- Fixed a bug where run wouldn't work when you create a .app package for mac
- Package now packages all files in the build folder
- Added library functions under
github.com/pieterclaerhout/go-jameswhich can be used to generate.apppackages on Mac.