diff --git a/messages.json b/messages.json index 8fa2360..476c9b5 100644 --- a/messages.json +++ b/messages.json @@ -21,5 +21,6 @@ "1.0.1": "messages/1.0.1.txt", "1.0.2": "messages/1.0.2.txt", - "2.0.0-alpha": "messages/2.0.0-alpha.txt" + "2.0.0-alpha": "messages/2.0.0-alpha.txt", + "2.0.0-beta": "messages/2.0.0-beta.txt" } diff --git a/messages/2.0.0-beta.txt b/messages/2.0.0-beta.txt new file mode 100644 index 0000000..a378d03 --- /dev/null +++ b/messages/2.0.0-beta.txt @@ -0,0 +1,9 @@ +- Fix missing encoding attribute for Sublime Text builds 3153 and higher. +- The "TARGET" notification in the status bar now displays once you configured. +- Present a list of targets once configured succesfully. +- Better diagnostic message when trying to build a cmake target that fails. +- Account for protocol version 1.1. +- The lowest ST build that I'm willing to support is probably going to be 3153, + due to how Default.exec.ProcessListener was changed a bit in that version. + Most people will have a sufficiently high version once I release this on + Package Control I believe.