From 2541ccf0acdb899050e0eae62a49355c09e1c98f Mon Sep 17 00:00:00 2001 From: Randy Edmunds Date: Fri, 13 Sep 2013 11:10:56 -0700 Subject: [PATCH 1/3] sprint 31 draft --- updates/stable/en.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/updates/stable/en.json b/updates/stable/en.json index b425cbf..68d5b1f 100644 --- a/updates/stable/en.json +++ b/updates/stable/en.json @@ -1,4 +1,41 @@ [ + { + "buildNumber": 9234, + "versionString": "Sprint 31", + "dateString": "09-13-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-31", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Live Preview for HTML", + "description": "Live Preview updates in real time as you type in HTML files. Updates pause whenever the HTML is not syntactically valid." + }, + { + "name": "Overall UI", + "description": "Compact, dark titlebar (Windows): A similar change will be coming soon for Mac too. Keyboard shortcut to switch between recent projects: Press Ctrl+Alt+R (⌥⌘R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects." + }, + { + "name": "SCSS Support", + "description": "Code hints for CSS property names & values: The same code hints you see in CSS files will now also appear in SCSS files. Quick Docs for CSS properties: Ditto – just like in CSS." + }, + { + "name": "HTML Editing", + "description": "Highlight matching open/close tag." + }, + { + "name": "Search", + "description": "Update Find in Files results while typing." + }, + { + "name": "Linting", + "description": "Extensibility for linting tools." + }, + { + "name": "Linux Support", + "description": "Linux universal installer." + } + ] + }, { "buildNumber": 9116, "versionString": "Sprint 30", From 007ce406502c7c494e1ec8294d6f472955cfde87 Mon Sep 17 00:00:00 2001 From: Randy Edmunds Date: Fri, 13 Sep 2013 13:45:56 -0700 Subject: [PATCH 2/3] changes based on feedback --- updates/stable/en.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/updates/stable/en.json b/updates/stable/en.json index 68d5b1f..05c44e7 100644 --- a/updates/stable/en.json +++ b/updates/stable/en.json @@ -11,11 +11,15 @@ "description": "Live Preview updates in real time as you type in HTML files. Updates pause whenever the HTML is not syntactically valid." }, { - "name": "Overall UI", - "description": "Compact, dark titlebar (Windows): A similar change will be coming soon for Mac too. Keyboard shortcut to switch between recent projects: Press Ctrl+Alt+R (⌥⌘R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects." + "name": "Windows UI", + "description": "Windows now has a dark titlebar. A similar change will be coming soon for Mac too." }, { - "name": "SCSS Support", + "name": "Keyboard support for recent projects", + "description": "Press Ctrl+Alt+R (⌥⌘R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects." + }, + { + "name": "CSS code hints in SCSS", "description": "Code hints for CSS property names & values: The same code hints you see in CSS files will now also appear in SCSS files. Quick Docs for CSS properties: Ditto – just like in CSS." }, { @@ -27,12 +31,8 @@ "description": "Update Find in Files results while typing." }, { - "name": "Linting", - "description": "Extensibility for linting tools." - }, - { - "name": "Linux Support", - "description": "Linux universal installer." + "name": "Arch Linux Support", + "description": "Brackets is now available for Arch Linux on the Arch User Repository (AUR)." } ] }, From 9cbdaebb236b83ec9f97d25e180d0f941bb43ce3 Mon Sep 17 00:00:00 2001 From: Randy Edmunds Date: Fri, 13 Sep 2013 15:16:31 -0700 Subject: [PATCH 3/3] more updates --- updates/stable/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updates/stable/en.json b/updates/stable/en.json index 05c44e7..4069b2d 100644 --- a/updates/stable/en.json +++ b/updates/stable/en.json @@ -15,15 +15,15 @@ "description": "Windows now has a dark titlebar. A similar change will be coming soon for Mac too." }, { - "name": "Keyboard support for recent projects", + "name": "Keyboard Support for Recent Projects", "description": "Press Ctrl+Alt+R (⌥⌘R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects." }, { - "name": "CSS code hints in SCSS", + "name": "CSS Code Hints in SCSS", "description": "Code hints for CSS property names & values: The same code hints you see in CSS files will now also appear in SCSS files. Quick Docs for CSS properties: Ditto – just like in CSS." }, { - "name": "HTML Editing", + "name": "HTML Matching Tag Highlighting", "description": "Highlight matching open/close tag." }, {