Skip to content

Commit

Permalink
* annouce
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Dec 13, 2012
1 parent febe41b commit b3c0094
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## r12.12.13-1
* implement `9 replay` command that will `9 play` (build + run) the current package, after killing any previous instances.
Until it goes live, you can override the existing `ctrl+dot`,`ctrl+r` binding or bind it to something else by adding
the following key binding to your user key bindings via menu `Preferences > Key Bindings - User`

{
"keys": ["ctrl+.", "ctrl+r"],
"command": "gs_commander_open",
"args": {"run": ["9", "replay"]},
"context": [{ "key": "selector", "operator": "equal", "operand": "source.go" }]
}

## r12.12.2-3
* setting `margo_cmd` has been removed

Expand Down

0 comments on commit b3c0094

Please sign in to comment.