Unclaimed project
Are you a maintainer of govim? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
govim
govim is a Go development plugin for Vim8, written in Go
Back to changelogNew
v0.0.35
What's Changed
- cmd/govim: check quickfix list origin before update by @tbruyelle in https://github.com/govim/govim/pull/1058
- deps: update x/tools and gopls to d7a25ada by @myitcv in https://github.com/govim/govim/pull/1061
- cmd/govim: fix shutdown sequence by @myitcv in https://github.com/govim/govim/pull/1062
- deps: update x/tools and gopls to 63ea654b by @myitcv in https://github.com/govim/govim/pull/1065
- cmd/govim: make logging configurable by @myitcv in https://github.com/govim/govim/pull/1064
- general: fix gitattributes by @myitcv in https://github.com/govim/govim/pull/1066
- cmd/govim: do not watch file system when there is no module root by @leitzler in https://github.com/govim/govim/pull/1068
- cmd/govim: extend GOVIM_LOG to accept multiple commaseparated values by @leitzler in https://github.com/govim/govim/pull/1069
- deps: update x/tools and gopls to 8c34cc9c by @myitcv in https://github.com/govim/govim/pull/1071
- cmd/govim: workaround golang/go#45377 by @myitcv in https://github.com/govim/govim/pull/1072
- Support DirectoryFilters config option for gopls by @bbrodriges in https://github.com/govim/govim/pull/1020
- deps: update x/tools and gopls to 0243799c by @myitcv in https://github.com/govim/govim/pull/1074
v0.0.35 - govim Release Notes | AnnounceHQcmd/govim: do not wait more than 500ms for gopls Shutdown by @myitcv in https://github.com/govim/govim/pull/1075cmd/govim: refactor file watching by @leitzler in https://github.com/govim/govim/pull/1057deps: update x/tools and gopls to f946a157 by @myitcv in https://github.com/govim/govim/pull/1076deps: update x/tools and gopls to aec13729 by @myitcv in https://github.com/govim/govim/pull/1077deps: update x/tools & gopls to c0140e85 by @leitzler in https://github.com/govim/govim/pull/1078deps: update x/tools & gopls to 8f301ca0 by @leitzler in https://github.com/govim/govim/pull/1079deps: update x/tools & gopls to 49064d2 by @leitzler in https://github.com/govim/govim/pull/1080deps: update x/tools & gopls to 40613125 by @myitcv in https://github.com/govim/govim/pull/1081deps: update x/tools & gopls to a3eb095d by @myitcv in https://github.com/govim/govim/pull/1082deps: update x/tools & gopls to 5ab822f6 by @myitcv in https://github.com/govim/govim/pull/1084cmd/govim: update reference to gopls analyzer documentation in config.go by @leitzler in https://github.com/govim/govim/pull/1085deps: update x/tools & gopls to 1225b6f5 by @leitzler in https://github.com/govim/govim/pull/1087cmd/govim: use span.URI.Filename() when handling filenames by @myitcv in https://github.com/govim/govim/pull/1088cmd/govim: fix test failures with Go 1.17 by @myitcv in https://github.com/govim/govim/pull/1089cmd/govim: adapt to changes in Vim v8.2.3019 by @myitcv in https://github.com/govim/govim/pull/1090deps: update x/tools and gopls to f0847e0c by @leitzler in https://github.com/govim/govim/pull/1091deps: update x/tools and gopls to 69948257 by @leitzler in https://github.com/govim/govim/pull/1092deps: update x/tools and gopls to 07bc1bf4 by @myitcv in https://github.com/govim/govim/pull/1094testdriver: simplify condition version logic by @myitcv in https://github.com/govim/govim/pull/1098cmd/govim: adapt to Vim v8.2.3233 changes by @myitcv in https://github.com/govim/govim/pull/1097deps: upgrade LatestVim to be v8.2.3249 by @myitcv in https://github.com/govim/govim/pull/1096deps: update x/tools and gopls to 3395cb03 by @myitcv in https://github.com/govim/govim/pull/1099deps: update x/tools and gopls to 7bc3c281 by @myitcv in https://github.com/govim/govim/pull/1100deps: update x/tools and gopls to bf6c7f26e9f0 by @leitzler in https://github.com/govim/govim/pull/1101deps: update x/tools and gopls to 3b801c8b by @leitzler in https://github.com/govim/govim/pull/1102plugin/govim: drop .log suffix on vim channel log by @leitzler in https://github.com/govim/govim/pull/1103deps: update x/tools and gopls to 7559231e by @leitzler in https://github.com/govim/govim/pull/1106testdriver: fix data race introduced in #1101 by @leitzler in https://github.com/govim/govim/pull/1105ci: update go and vim versions by @leitzler in https://github.com/govim/govim/pull/1107cmd/govim: support multi-lined diagnostics in hover by @leitzler in https://github.com/govim/govim/pull/1109deps: update x/tools, gopls to 6d1e33f1 and go-internal to 86f73c51 by @leitzler in https://github.com/govim/govim/pull/1110deps: update x/tools and gopls to 13c407cf by @leitzler in https://github.com/govim/govim/pull/1113plugin: fix "git rev-parse" when running under "git commit" by @mvdan in https://github.com/govim/govim/pull/1115deps: update x/tools, gopls to 98f6e039 and go-internal to 426834f3 by @leitzler in https://github.com/govim/govim/pull/1114deps: update x/tools and gopls to bcc6fa83 by @leitzler in https://github.com/govim/govim/pull/1116testdriver: add support for setting window height in vim during tests by @leitzler in https://github.com/govim/govim/pull/1117deps: update x/tools and gopls to 98f6e039 by @myitcv in https://github.com/govim/govim/pull/1120deps: update x/tools and gopls to 1e71a25a by @myitcv in https://github.com/govim/govim/pull/1121cmd/govim: Support setting gopls memory mode by @leitzler in https://github.com/govim/govim/pull/1124deps: update x/tools and gopls to c882a49eac7c by @leitzler in https://github.com/govim/govim/pull/1125deps: update x/tools and gopls to ee1ca4ff by @leitzler in https://github.com/govim/govim/pull/1128cmd/govim: handle multi-op fsevents by @leitzler in https://github.com/govim/govim/pull/1131_scripts: build docker images using --secret by @myitcv in https://github.com/govim/govim/pull/1129deps: update x/tools and gopls to 97de9ec46646 by @myitcv in https://github.com/govim/govim/pull/1132deps: use tip of staticcheck for go1.18 support by @myitcv in https://github.com/govim/govim/pull/1134all: add support for go1.18 by @myitcv in https://github.com/govim/govim/pull/1133cmd/govim: disable allowModfileModifications by default by @leitzler in https://github.com/govim/govim/pull/1136Deps tools 164402db by @leitzler in https://github.com/govim/govim/pull/1137deps: update x/tools and gopls to 897bd77c by @leitzler in https://github.com/govim/govim/pull/1138plugin: reinstall when Go version changes by @leitzler in https://github.com/govim/govim/pull/1140deps: update x/tools and gopls to e155b03a by @leitzler in https://github.com/govim/govim/pull/1141deps: update x/tools and gopls to 40370f8a by @leitzler in https://github.com/govim/govim/pull/1143cmd/govim: add support for go.work workspace by @leitzler in https://github.com/govim/govim/pull/1145deps: update x/tools and gopls to 87a86118 by @leitzler in https://github.com/govim/govim/pull/1146cmd/govim: use "g:"-prefix for global callbacks and filter by @leitzler in https://github.com/govim/govim/pull/1147cmd/govim: ignore signaturehelp requests for non-tracked buffers by @leitzler in https://github.com/govim/govim/pull/1148plugin: disable GOWORK during installation of gopls by @leitzler in https://github.com/govim/govim/pull/1149deps: update x/tools and gopls to 153e30b3 by @leitzler in https://github.com/govim/govim/pull/1150cmd/govim: add signaturehelp support for type parameters by @leitzler in https://github.com/govim/govim/pull/1151ci: update go and vim versions by @leitzler in https://github.com/govim/govim/pull/1152deps: update x/tools and gopls to 54c7ba52 by @leitzler in https://github.com/govim/govim/pull/1155deps: update x/tools and gopls to 0e859afa by @leitzler in https://github.com/govim/govim/pull/1157deps: update x/tools and gopls to 381ac87aa by @leitzler in https://github.com/govim/govim/pull/1158deps: update x/tools and gopls to 7404bd2ff by @leitzler in https://github.com/govim/govim/pull/1159deps: update x/tools and gopls to db8f89b39 by @leitzler in https://github.com/govim/govim/pull/1162govim: fix bug in passing of variadic args by @myitcv in https://github.com/govim/govim/pull/1161deps: update x/tools and gopls to b3851a823 by @leitzler in https://github.com/govim/govim/pull/1164deps: update x/tools and gopls to db6a62ca5 by @leitzler in https://github.com/govim/govim/pull/1166ci: update go version by @leitzler in https://github.com/govim/govim/pull/1167deps: update x/tools and gopls to dd1bab2d9 by @leitzler in https://github.com/govim/govim/pull/1169deps: update x/tools and gopls to a61f20e1a by @leitzler in https://github.com/govim/govim/pull/1170deps: optimise vendor of golang.org/x/tools(/gopls) internals by @myitcv in https://github.com/govim/govim/pull/1172deps: update x/tools and gopls to 19a5504ffc84 by @myitcv in https://github.com/govim/govim/pull/1173cmd/govim: sort edits before applying them by @adonovan in https://github.com/govim/govim/pull/1171New Contributors
- @adonovan made their first contribution in https://github.com/govim/govim/pull/1171
Full Changelog: https://github.com/govim/govim/compare/v0.0.34...v0.0.35