From 99b0268d2dbe738c6e6da6aa8b5b317fccb573d3 Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Fri, 17 Mar 2017 18:47:27 +0100 Subject: [PATCH] Cut 1.5.1 --- messages.json | 3 +- release_messages/dest/1.5.0.txt | 28 ----------------- release_messages/dest/1.5.1.txt | 41 +++++++++++++++++++++++++ release_messages/dest/VERSION | 2 +- release_messages/src/messages/1.5.1.txt | 13 ++++++++ 5 files changed, 57 insertions(+), 30 deletions(-) create mode 100644 release_messages/dest/1.5.1.txt create mode 100644 release_messages/src/messages/1.5.1.txt diff --git a/messages.json b/messages.json index fe4f9fa5..0e05f9b5 100644 --- a/messages.json +++ b/messages.json @@ -7,5 +7,6 @@ "1.2.4": "release_messages/dest/1.2.4.txt", "1.3.0": "release_messages/dest/1.3.0.txt", "1.4.0": "release_messages/dest/1.4.0.txt", - "1.5.0": "release_messages/dest/1.5.0.txt" + "1.5.0": "release_messages/dest/1.5.0.txt", + "1.5.1": "release_messages/dest/1.5.1.txt" } \ No newline at end of file diff --git a/release_messages/dest/1.5.0.txt b/release_messages/dest/1.5.0.txt index abe68a38..8bc511ca 100644 --- a/release_messages/dest/1.5.0.txt +++ b/release_messages/dest/1.5.0.txt @@ -62,31 +62,3 @@ README: - Refactoring - - -💛 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 15,000 other developers already learning with Wes Bos. - -These are fantastic resources - 100% money back guarantee! 🌟 diff --git a/release_messages/dest/1.5.1.txt b/release_messages/dest/1.5.1.txt new file mode 100644 index 00000000..5f3cf6d6 --- /dev/null +++ b/release_messages/dest/1.5.1.txt @@ -0,0 +1,41 @@ +1.5.1 +----- + + Fix: + - Files are randomly marked as modified (Issue #381) + - Print error message and abort evaluation on failed git call. + - Improve error handling on temporary file creation (Issue #384) + + Enhancement: + - Hide 'Compare against ... ' current branch in status message. + + Docs: + - Add Boxy Theme to the list of supported + + +💛 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 15,000 other developers already learning with Wes Bos. + +These are fantastic resources - 100% money back guarantee! 🌟 diff --git a/release_messages/dest/VERSION b/release_messages/dest/VERSION index 3e1ad720..8e03717d 100644 --- a/release_messages/dest/VERSION +++ b/release_messages/dest/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file diff --git a/release_messages/src/messages/1.5.1.txt b/release_messages/src/messages/1.5.1.txt new file mode 100644 index 00000000..bfa53db5 --- /dev/null +++ b/release_messages/src/messages/1.5.1.txt @@ -0,0 +1,13 @@ +1.5.1 +----- + + Fix: + - Files are randomly marked as modified (Issue #381) + - Print error message and abort evaluation on failed git call. + - Improve error handling on temporary file creation (Issue #384) + + Enhancement: + - Hide 'Compare against ... ' current branch in status message. + + Docs: + - Add Boxy Theme to the list of supported