Skip to content

Commit

Permalink
Mackup 0.7.4
Browse files Browse the repository at this point in the history
lra committed Sep 16, 2014
1 parent a258b54 commit c7250e8
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Mackup Changelog

## WIP

## Mackup 0.7.4

- Better Python packaging, deleted the half-baked binary
- Adding support for ngrok .ngrok (via @yonkeltron)
- Added support for JSHints .jshintrc
- Improved support for Slate (via @bradcerasani)
2 changes: 1 addition & 1 deletion mackup/mackup.py
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ def check_for_usable_environment(self):
.format(self._config.path))

# Is Sublime Text running ?
#if is_process_running('Sublime Text'):
# if is_process_running('Sublime Text'):
# error("Sublime Text is running. It is known to cause problems"
# " when Sublime Text is running while I backup or restore"
# " its configuration files. Please close Sublime Text and"

0 comments on commit c7250e8

Please sign in to comment.