Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolourenco committed Feb 6, 2017
1 parent 915cb64 commit ebed9d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<h4 align="center">A <a href="https://fishshell.com/">fish</a> plugin to automatically receive a notification when long processes finish.</h4>

<p align="center">
<img src="https://img.shields.io/badge/stability-experimental-orange.svg" alt="Stability: Experimental">
<img src="https://img.shields.io/badge/fisherman-v0.4.0-blue.svg" alt="v0.4.0">
<img src="https://img.shields.io/badge/stability-stable-green.svg" alt="Stability: Stable">
<img src="https://img.shields.io/badge/fisherman-v0.5.0-blue.svg" alt="v0.5.0">
</p>
<br>

Expand Down Expand Up @@ -41,9 +41,9 @@ fisher update

## Support
- fish 2.2.0+
- macOS 10.8+ via Notification Center. For notification with icons, please `brew install terminal-notifier`.
- Linux via `notify-send`, provided on Ubuntu by `libnotify-bin`. Otherwise bell sound is played.
- Windows: Planned
- macOS 10.8+ via Notification Center. For notification with icons, please `brew install terminal-notifier`. Tab detection not supported for now.
- Linux via `notify-send`. Otherwise bell sound is played. Window detection supported.
- Windows: Upvote https://github.com/fisherman/done/issues/5 if interested.

## Contributors
- [Francisco Lourenço](https://github.com/aristidesfl/) - Maintainer
Expand Down
2 changes: 1 addition & 1 deletion _done.fish
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# done v0.4.0
# done v0.5.0


set _initial_window_id ''
Expand Down

0 comments on commit ebed9d2

Please sign in to comment.