Skip to content

Releases: x-motemen/gore

Release v0.6.1

21 Jun 12:31

Choose a tag to compare

  • Bump up requirements to Go 1.24.
  • If XDG_DATA_HOME is configured, the history file is saved in $XDG_DATA_HOME/gore.

Release v0.6.0

27 Feb 07:29

Choose a tag to compare

Support completion using gopls!

We're happy to announce that gore finally supports code completion based on gopls!
Note that the gopls command should be available in $PATH so that gore can invoke the command.
This deprecates the completion based on gocode.

Release v0.5.8

24 Feb 12:49

Choose a tag to compare

  • Release Docker image to ghcr.io
  • Dependency updates (require Go 1.22+)

Release v0.5.7

26 Sep 10:39

Choose a tag to compare

  • Dependency updates
  • Release built artifacts

Release v0.5.6

31 Dec 06:20

Choose a tag to compare

  • Dependency updates and other miscellaneous linter fixes

Release v0.5.5

06 May 09:14

Choose a tag to compare

  • Support struct method declaration

Release v0.5.4

21 Mar 04:17

Choose a tag to compare

  • Support Go 1.18

Release v0.5.3

29 Jul 08:42

Choose a tag to compare

  • Migrate repository to x-motemen organization
  • Bump up minimum required version of Go to 1.16

Release v0.5.2

09 Jan 14:44
975d0cc

Choose a tag to compare

  • Miscellaneous fixes
  • Library updates

Release v0.5.1

09 Jan 14:36
5a55ea1

Choose a tag to compare

  • Migrate CI to GitHub Actions.
  • Fix :type and :doc for -context (#149)
  • Add Dockerfile
  • Fix -autoimport flag by go get -d modules for Go 1.16