Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jan 9, 2020
1 parent d2e71c8 commit 183a75b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**1.5.0**
- handle `ctrlc` signal (perform cleanup before shutdown)

**1.4.0**
- Add visual feedback

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eltrafico"
version = "1.4.0"
version = "1.5.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ And a gui on top
# Howto
Choose the correct interface, and eltrafico will monitor it for active connections

Active program will automaticly show up
Active program will automatically show up

Choose your limits then confirm with set button

Default unit is "probably" bytes, so what you probably want is to specify the unit, exp: "200kbps"

**Important**: Don't quit with `ctrl_c`, instead close the window so it can make the appropriate clean up (ToFix)

## Current State
Works on my pc (TM)

## Dependencies
- `iproute2`

## Releases
- Automatic releases by travis are uploaded https://github.com/sigmaSd/Eltrafico/releases

Expand Down

0 comments on commit 183a75b

Please sign in to comment.