Skip to content

Commit

Permalink
Release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syscrusher committed Apr 10, 2016
1 parent dd5f608 commit d95f487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)

Expand Down

0 comments on commit d95f487

Please sign in to comment.