Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Releases: pieterclaerhout/go-james

v1.8.1

26 Oct 11:46
Compare
Choose a tag to compare
Another fix for the version number

v1.7.0

26 Oct 11:37
Compare
Choose a tag to compare
Updated the version number

v1.6.0

28 May 15:48
Compare
Choose a tag to compare
  • Added the option to build and publish your app as a Docker image
  • Added the option to create a GitHub action
  • Conditional create commands
  • Added support for installing go-james via Homebrew
  • Smaller bugfixes

Milestone

v1.5.2

23 May 15:20
Compare
Choose a tag to compare
Added a homebrew recipe

https://github.com/pieterclaerhout/go-james/issues/15

v1.5.1

23 May 15:13
Compare
Choose a tag to compare

Some smaller bugfixes.

Milestone

v1.5.0

22 May 19:32
Compare
Choose a tag to compare
  • We have added support for creating Docker images.
  • Integration of the staticcheck analyzer
  • Default VSCode settings when creating a new project

Milestone

v1.4.0

04 May 06:19
Compare
Choose a tag to compare
  • Added support for building with gotip
  • Fixed a couple of bugs in the logging
  • The version info no longer fails if the project doesn't use Git
  • When the project is using Git, a VSCode task is added to push to Git

Milestone

v1.3.0

12 Dec 15:56
Compare
Choose a tag to compare

Several smaller fixes.

v1.2.0

12 Dec 14:07
Compare
Choose a tag to compare

Several Windows fixes

v1.1.0

31 Oct 10:29
Compare
Choose a tag to compare
  • When you run the init command and you have a go.mod file 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 ldflags for each GOOS specifically
  • The run command now has the option to set environment variables
  • Fixed a bug where building for windows didn't add the .exe suffix
  • Added specific VSCode tasks to build for darwin, windows and linux
  • Fixed a bug in the VSCode tasks definition where the wrong name for the version argument 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-james which can be used to generate .app packages on Mac.