Skip to content

Commit

Permalink
Merge pull request #58 from GyulyVGC/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
GyulyVGC committed Feb 7, 2023
2 parents 661121a + 00b9289 commit f63b35f
Show file tree
Hide file tree
Showing 366 changed files with 9,761 additions and 1,647 deletions.
8 changes: 4 additions & 4 deletions .design/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<p align="center"><a href="https://github.com/GyulyVGC/sniffnet"><img alt="Sniffnet" src="../resources/header_repository.png" width="100%"/></a></p>
<p align="center"><a href="https://github.com/GyulyVGC/sniffnet"><img alt="Sniffnet" src="https://user-images.githubusercontent.com/100347457/205967236-e086d1df-a266-4127-8e73-c2cbb889c007.png" width="100%"/></a></p>
<h1>Design Guidelines & Resources</h1>
<p>A collection of design contribution guidelines and resources for Sniffnet.</p>
</div>
Expand Down Expand Up @@ -32,7 +32,7 @@ with many additional functionalities planned for the future releases.
1. Check out open [issues](https://github.com/gyulyvgc/sniffnet/issues) here on GitHub (we label them with `design: 💅required`)
2. Feel free to open an issue on your own if you find something you would like to contribute to the project and use the `design: 💡idea` label for it.
3. Clone the public Figma files if available or create new ones and share them publicly
4. Add your contributions to an issue and I promise I will review your contribution carefully and foster discussions
4. Add your contributions to an issue, and I promise I will review your contribution carefully and foster discussions

**We encourage you to:**

Expand All @@ -50,7 +50,7 @@ All users with a decent amount of technological knowledge. Typical users' age ra

### Design files

> Since I do not have a design team at hand – most of my product does not have any Design files and you'll be forced to browse through the product itself and propose improvements.
> Since I do not have a design team at hand – most of my product does not have any Design files, and you'll be forced to browse through the product itself and propose improvements.
## 💅 Design relevant materials

Expand All @@ -66,7 +66,7 @@ For info on the used RGB colors, I suggest you to give a look at the file [style

### Logos

You can find a set of logos [here](https://github.com/GyulyVGC/sniffnet/tree/main/resources)
You can find a set of logos [here](https://github.com/GyulyVGC/sniffnet/tree/main/resources/logos)

## 🎓 License

Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ Temporary Items
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down Expand Up @@ -220,7 +216,6 @@ $RECYCLE.BIN/
# report file generated by the application and country database
*.txt
*.csv
/country_db

#folder with reports
/sniffnet_*
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
All Sniffnet releases with the relative changes are documented in this file.


## [1.1.0] - 2023-02-07

- Added Custom Notifications to inform the user when defined network events occur:
* data intensity exceeded a defined packets per second rate
* data intensity exceeded a defined bytes per second rate
* new data are exchanged from one of the favorite connections
- Added Settings pages to configure the state of the application (persistently stored in a configuration file):
* customise notifications
* choose between 4 different application styles
* set the application language (this release introduces the Italian language 🇮🇹, and more languages will be supported soon)
- Added Geolocation of the remote IP addresses (consult the README for more information)
- Implemented the possibility of marking a group of connections as favorites and added favorites view to the report
- Added modal to ask the user for confirmation before leaving the current analysis
- Added Tooltips to help the user better understand the function of some buttons
- Partially implemented support for broadcast IP addresses (still missing IPv4 directed broadcast)
- The application window is now maximized after start
- All the GUI text fonts have been replaced with 'Inconsolata'
- Fixed issue [#48](https://github.com/GyulyVGC/sniffnet/issues/48) adding a horizontal scrollable to the report view



## [1.0.1] - 2022-11-30

- Substituted command `open` with command `xdg-open` on Linux systems to solve the problem described in issues [#13](https://github.com/GyulyVGC/sniffnet/issues/13) and [#23](https://github.com/GyulyVGC/sniffnet/issues/23)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><a href="https://github.com/GyulyVGC/sniffnet"><img alt="Sniffnet" src="resources/header_repository.png" width="100%"/></a></p>
<p align="center"><a href="https://github.com/GyulyVGC/sniffnet"><img alt="Sniffnet" src="https://user-images.githubusercontent.com/100347457/205967236-e086d1df-a266-4127-8e73-c2cbb889c007.png" width="100%"/></a></p>

# How can you contribute to the Sniffnet project?

Expand Down

0 comments on commit f63b35f

Please sign in to comment.