From b3c00942add825891e0991721e80403a82d6be7d Mon Sep 17 00:00:00 2001 From: DisposaBoy Date: Thu, 13 Dec 2012 17:21:25 +0000 Subject: [PATCH] * annouce --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d707a324..ba2a7f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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