Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Bump version
  • Loading branch information
martypenner committed May 22, 2015
2 parents 2893f18 + c5f5330 commit dab80c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
@@ -1,3 +1,9 @@
1.0.6
===============================================================================

- Allow enabling/disabling the extension through a menu entry
(Edit -> Enable Autosave On Window Blur) and keyboard shortcut (Ctrl-Alt-Shift-W).

1.0.5
===============================================================================

Expand Down Expand Up @@ -30,4 +36,4 @@
===============================================================================

- Initial release! Switch to another app when you have unsaved files open, and
they'll be saved automatically. Great for live reload setups.
they'll be saved automatically. Great for live reload setups.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"title": "Autosave Files on Window Blur",
"description": "Autosave all open files when switching applications, in the style of PHPStorm/WebStorm.",
"homepage": "https://github.com/martypenner/brackets-autosave-files-on-window-blur",
"version": "1.0.5",
"version": "1.0.6",
"author": "Marty Penner <penner.marty@gmail.com>",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit dab80c9

Please sign in to comment.