Formatting [ci skip]
This commit is contained in:
parent
8ff259b249
commit
b144514b06
16
CHANGELOG.md
16
CHANGELOG.md
@ -5,12 +5,12 @@
|
|||||||
- Re-add the possibility to use the `growl` gem since the `growl_notify` gem this is currently known to not work in conjunction with Spork. ([@netzpirat][])
|
- Re-add the possibility to use the `growl` gem since the `growl_notify` gem this is currently known to not work in conjunction with Spork. ([@netzpirat][])
|
||||||
- Ensure that scoped groups and group name are symbolized before checking for inclusion. ([@rymai][])
|
- Ensure that scoped groups and group name are symbolized before checking for inclusion. ([@rymai][])
|
||||||
|
|
||||||
### New features
|
### New features:
|
||||||
|
|
||||||
- Groups are now stored in a @groups variable (will be used for future features). ([@rymai][])
|
- Groups are now stored in a @groups variable (will be used for future features). ([@rymai][])
|
||||||
- Guards will now receive their group in the options hash at initialization (will be used for future features). ([@rymai][])
|
- Guards will now receive their group in the options hash at initialization (will be used for future features). ([@rymai][])
|
||||||
|
|
||||||
### Improvement
|
### Improvement:
|
||||||
|
|
||||||
- Explain the growl/growl_notify differences in the README. ([@netzpirat][])
|
- Explain the growl/growl_notify differences in the README. ([@netzpirat][])
|
||||||
|
|
||||||
@ -28,11 +28,11 @@
|
|||||||
- Pull request [#107](https://github.com/guard/guard/pull/107): Small spelling fix. ([@dnagir][])
|
- Pull request [#107](https://github.com/guard/guard/pull/107): Small spelling fix. ([@dnagir][])
|
||||||
- Dir.glob now ignores files that don't need to be watched. ([@rymai][])
|
- Dir.glob now ignores files that don't need to be watched. ([@rymai][])
|
||||||
|
|
||||||
### New features
|
### New features:
|
||||||
|
|
||||||
- Pull request [#112](https://github.com/guard/guard/pull/112): Add `list` command to CLI. ([@docwhat][])
|
- Pull request [#112](https://github.com/guard/guard/pull/112): Add `list` command to CLI. ([@docwhat][])
|
||||||
|
|
||||||
### Improvements
|
### Improvements:
|
||||||
|
|
||||||
- Pull request [#99](https://github.com/guard/guard/pull/99): [OS X] Switch from growl gem to growl_notify gem. ([@johnbintz][])
|
- Pull request [#99](https://github.com/guard/guard/pull/99): [OS X] Switch from growl gem to growl_notify gem. ([@johnbintz][])
|
||||||
- Pull request [#115](https://github.com/guard/guard/pull/115): [Linux] Add ':transient => true' to default libnotify options. ([@zonque][])
|
- Pull request [#115](https://github.com/guard/guard/pull/115): [Linux] Add ':transient => true' to default libnotify options. ([@zonque][])
|
||||||
@ -51,12 +51,12 @@
|
|||||||
|
|
||||||
## 0.5.0 - July 2, 2011
|
## 0.5.0 - July 2, 2011
|
||||||
|
|
||||||
### New features
|
### New features:
|
||||||
|
|
||||||
- Guard::Ego is now part of Guard, so Guardfile is automagically re-evaluated when modified. ([@thibaudgg][])
|
- Guard::Ego is now part of Guard, so Guardfile is automagically re-evaluated when modified. ([@thibaudgg][])
|
||||||
- Pull request [#91](https://github.com/guard/guard/pull/91): Show Guards in Guardfile with the `guard -T`. ([@johnbintz][])
|
- Pull request [#91](https://github.com/guard/guard/pull/91): Show Guards in Guardfile with the `guard -T`. ([@johnbintz][])
|
||||||
|
|
||||||
### Improvements
|
### Improvements:
|
||||||
|
|
||||||
- Issue [#98](https://github.com/guard/guard/issues/98): Multiple calls per watch event on linux with rb-inotify. ([@jeffutter][] & [@netzpirat][])
|
- Issue [#98](https://github.com/guard/guard/issues/98): Multiple calls per watch event on linux with rb-inotify. ([@jeffutter][] & [@netzpirat][])
|
||||||
- Pull request [#94](https://github.com/guard/guard/pull/94): Show backtrace in terminal when a problem with a watch action occurs. ([@capotej][])
|
- Pull request [#94](https://github.com/guard/guard/pull/94): Show backtrace in terminal when a problem with a watch action occurs. ([@capotej][])
|
||||||
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
## 0.4.1 - June 7, 2011
|
## 0.4.1 - June 7, 2011
|
||||||
|
|
||||||
### Improvements
|
### Improvements:
|
||||||
|
|
||||||
- Pull request [#77](https://github.com/guard/guard/pull/77): Refactor `get_guard_class` to first try the constant and fallback to require + various tweaks. ([@mislav][])
|
- Pull request [#77](https://github.com/guard/guard/pull/77): Refactor `get_guard_class` to first try the constant and fallback to require + various tweaks. ([@mislav][])
|
||||||
- Notifier improvement, don't use system notification library if could not be required. ([@yannlugrin][])
|
- Notifier improvement, don't use system notification library if could not be required. ([@yannlugrin][])
|
||||||
@ -94,7 +94,7 @@
|
|||||||
- Pull request [#73](https://github.com/guard/guard/pull/73): Allow DSL's `group` method to accept a Symbol as group name. ([@johnbintz][])
|
- Pull request [#73](https://github.com/guard/guard/pull/73): Allow DSL's `group` method to accept a Symbol as group name. ([@johnbintz][])
|
||||||
- Pull request [#51](https://github.com/guard/guard/pull/51): Allow options (like `:priority`) to be passed through to the Notifier. ([@indirect][] & [@netzpirat][])
|
- Pull request [#51](https://github.com/guard/guard/pull/51): Allow options (like `:priority`) to be passed through to the Notifier. ([@indirect][] & [@netzpirat][])
|
||||||
|
|
||||||
### Improvements
|
### Improvements:
|
||||||
|
|
||||||
- Pull request [#74](https://github.com/guard/guard/pull/74): Added link definitions to make the CHANGELOG more DRY! That's for sure now, we have the cleanest CHANGELOG ever! (even the link definitions are sorted alphabetically!) ([@pcreux][])
|
- Pull request [#74](https://github.com/guard/guard/pull/74): Added link definitions to make the CHANGELOG more DRY! That's for sure now, we have the cleanest CHANGELOG ever! (even the link definitions are sorted alphabetically!) ([@pcreux][])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user