diff --git a/messages.json b/messages.json index a42fe524..79492ce5 100644 --- a/messages.json +++ b/messages.json @@ -3,5 +3,6 @@ "1.2.0-pre": "release_messages/dest/1.2.0-pre.txt", "1.2.1": "release_messages/dest/1.2.1.txt", "1.2.2": "release_messages/dest/1.2.2.txt", - "1.2.3": "release_messages/dest/1.2.3.txt" + "1.2.3": "release_messages/dest/1.2.3.txt", + "1.2.4": "release_messages/dest/1.2.4.txt" } \ No newline at end of file diff --git a/release_messages/dest/1.2.3.txt b/release_messages/dest/1.2.3.txt index 40d8c9fc..f38aeaf6 100644 --- a/release_messages/dest/1.2.3.txt +++ b/release_messages/dest/1.2.3.txt @@ -7,31 +7,3 @@ - Allow git_binary to be customized on a per-platform basis. - Add support for environment variables in git_binary setting - - -💛 Git Gutter? Want to support development? - -I've teamed up with Wes Bos to offer the following discounts: - -⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ -⚡ ⚡ -⚡ Use the coupon code GITGUTTER for $10 💵 off: ⚡ -⚡ ⚡ -⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ - -🏅 ⭐ ES6 ⭐ - -👉 ES6.io/friend/GITGUTTER - -🏅 ⭐ Sublime Text Book ⭐ - -👉 SublimeTextBook.com/friend/GITGUTTER - -🏅 ⭐ React For Beginners ⭐ - -👉 ReactForBeginners.com/friend/GITGUTTER - - -Join 3,000 other developers already learning React.js with Wes Bos. - -These are fantastic resources - 100% money back guarantee! 🌟 diff --git a/release_messages/dest/1.2.4.txt b/release_messages/dest/1.2.4.txt new file mode 100644 index 00000000..bbb737ad --- /dev/null +++ b/release_messages/dest/1.2.4.txt @@ -0,0 +1,32 @@ +* Fix error dialog for missing git binary from reopening + in an endless loop. Should only show once per session now. + +* Fix an bug that was introduced that broke GitGutter in ST2 + + +💛 Git Gutter? Want to support development? + +I've teamed up with Wes Bos to offer the following discounts: + +⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ +⚡ ⚡ +⚡ Use the coupon code GITGUTTER for $10 💵 off: ⚡ +⚡ ⚡ +⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ + +🏅 ⭐ ES6 ⭐ + +👉 ES6.io/friend/GITGUTTER + +🏅 ⭐ Sublime Text Book ⭐ + +👉 SublimeTextBook.com/friend/GITGUTTER + +🏅 ⭐ React For Beginners ⭐ + +👉 ReactForBeginners.com/friend/GITGUTTER + + +Join 3,000 other developers already learning React.js with Wes Bos. + +These are fantastic resources - 100% money back guarantee! 🌟 diff --git a/release_messages/dest/VERSION b/release_messages/dest/VERSION index e2cac26c..b966e81a 100644 --- a/release_messages/dest/VERSION +++ b/release_messages/dest/VERSION @@ -1 +1 @@ -1.2.3 \ No newline at end of file +1.2.4 \ No newline at end of file diff --git a/release_messages/src/messages/1.2.4.txt b/release_messages/src/messages/1.2.4.txt new file mode 100644 index 00000000..44ff8aef --- /dev/null +++ b/release_messages/src/messages/1.2.4.txt @@ -0,0 +1,4 @@ +* Fix error dialog for missing git binary from reopening + in an endless loop. Should only show once per session now. + +* Fix an bug that was introduced that broke GitGutter in ST2