Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Updates for sprint 33 #85

Merged
merged 5 commits into from
Oct 23, 2013
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions updates/stable/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
[
{
"buildNumber": 10073,
"versionString": "Sprint 33",
"dateString": "10-28-2013",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-33",
"downloadURL": "http://download.brackets.io",
"newFeatures": [
{
"name": "Image Preview",
"description": "Selecting an image in the file tree displays a preview of the image."
},
{
"name": "New CSS Rule",
"description": "You can now use the New Rule button in CSS Quick Edit (Ctrl+E/\u2318E) to create a rule for the currently selected tag/class/id, even when there aren't any existing rules. You can modify the selector after it's created."
},
{
"name": "Quick Edit for Animation Easing",
"description": "When the selection is in a CSS animation timing function, you can use Quick Edit (Ctrl+E/\u2318E) to visually edit the timing curve."
},
{
"name": "Regular Expression Substitution",
"description": "When doing a regular expression find/replace, you can use $1, $2, etc. in the replace string to refer to parenthesized subexpressions in the query string."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit: When using a regular expression in Find/Replace...

},
{
"name": "UI Improvements",
"description": "The Mac version now has a dark titlebar, matching the rest of the Brackets design. Quick Edit widgets now have a close button. Find in Files reports when there are no results."
},
{
"name": "Updated Translations",
"description": "French, Japanese, German, and Czech translations have been updated."
}
]
},
{
"buildNumber": 9791,
"versionString": "Sprint 32",
Expand Down