diff --git a/CHANGELOG.md b/CHANGELOG.md index 1602e3f..c152279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.5.0 / 2016-04-10 +- [Remove Ruby18 dependency where possible- partial fix for issue #26 @syscrusher](https://github.com/syscrusher/golang.tmbundle/commit/dd5f60822da08ff1c956e722a9ef54bfad0b84e7) +- [Add a more helpful struct snippet @jish](https://github.com/syscrusher/golang.tmbundle/commit/82d13cea3a3c67b3584a62a3fae7f34f6fefd641) +- [Fix var x= init(...) highlighting @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/6e3d2294ffd7df69e4a6fc778fdbb2864cb1ea4c) +- [Fix issue #23: 'cannot import absolute path' error on build/install @syscrusher](https://github.com/syscrusher/golang.tmbundle/commit/ea01788ba80c30d5fb353d99f63332cd1e7d0dc0) + ## 3.4.0 / 2015-12-18 - [New grammar for Go HTML templates @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/197a72fd128d574e5ec907ec55f51d72c3e163bc) - [Proper syntax highlighting for types @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/04083c428fd8ca75c9483e9a8ac09421e67b9d29) @@ -6,7 +12,6 @@ - [Improve README about env vars @willfaught](https://github.com/syscrusher/golang.tmbundle/commit/9f4fca8be6e6d3ffb99c6e23aa193a30ac075627) - [Use required commands for goimports and golint @rdwampler](https://github.com/syscrusher/golang.tmbundle/commit/b4427d9df7be869965d7008b86b47d3534fb3f72) - ### 3.3.0 / 2015-11-27 - [Hand crafted, beautiful icons that work on HiDPI and lower resolutions @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/6eac77254101eac2d325bc729b633f243865d87b) - [Fix regex scope identifiers to allowed ones @nanoant](https://github.com/syscrusher/golang.tmbundle/commit/88bbe651383a8eeaca1f0b38d0c625bbe4dc427b) diff --git a/README.md b/README.md index 4feab49..374afa7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Changes from the original version (see full changelog for more details): - Users can supply commands via ENV variables (TM\_GO\_DYNAMIC\_GOPATH, TM\_GO\_DYNAMIC\_PKG, TM\_GO\_DYNAMIC\_PKG\_PATH). The bundle will consult these commands if defined to dynamically change the gopath or package based on the current directory. (thanks [fmccann](https://github.com/fmccann)) - all non-run go commands operate on the current directory instead of per file if the package is not defined dynamically. (thanks [tg](https://github.com/tg)). - run and build work on unsaved files (thanks [tg](https://github.com/tg)) -- added print, println, printf, and fprintf snippets (thanks [jish](https://github.com/jish)) +- added print, println, printf, and fprintf snippets; improved struct snippet (thanks +[jish](https://github.com/jish)) - HiDPI completion icons (thanks [nanoant](https://github.com/nanoant)) - bugfixes (thanks everyone!)