Skip to content

Commit

Permalink
v1.1.1 (#84)
Browse files Browse the repository at this point in the history
* preparing for v1.1.1

* release v1.1.1
  • Loading branch information
GyulyVGC committed Feb 25, 2023
1 parent 8f02e44 commit 9417714
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 170 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
All Sniffnet releases with the relative changes are documented in this file.


## [1.1.1] - 2023-02-25

- Added new translations of the GUI!
* French 🇫🇷 ([#64](https://github.com/GyulyVGC/sniffnet/pull/64) - [#67](https://github.com/GyulyVGC/sniffnet/pull/67))
* Spanish 🇪🇦 ([#70](https://github.com/GyulyVGC/sniffnet/pull/70))
* Polish 🇵🇱 ([#78](https://github.com/GyulyVGC/sniffnet/pull/78))
- The last successfully sniffed network adapter is now remembered on application closure, so that users don't have to manually select it again when restarting Sniffnet (implementing a feature requested in [#77](https://github.com/GyulyVGC/sniffnet/issues/77))
- Implemented possibility to quit the application pressing crtl+Q keys, as requested in [#68](https://github.com/GyulyVGC/sniffnet/issues/68)
- The last opened settings page is now remembered within a given session
- Fixed bug that caused settings configuration not to be permanently saved across different sessions when closing settings from the 'x' button on the top right corner (fixes [#77](https://github.com/GyulyVGC/sniffnet/issues/77))
- Textual report is now saved in a fixed directory, instead of using the directory where the execution was started. The output is now saved in the same folder containing configuration files storing Sniffnet settings. The directory is automatically chosen by [confy](https://docs.rs/confy/0.5.1/confy/) depending on your architecture, and can be seen hovering on the "Open full report" button. (fixes [#51](https://github.com/GyulyVGC/sniffnet/issues/51))
- When multiple favorite connections are featured per time interval, now it's possible to receive more than one favorite notification referred to the same timestamp
- Fixed problem that was causing the Application Protocol picklist placeholder not being translated


## [1.1.0] - 2023-02-07

- Added Custom Notifications to inform the user when defined network events occur:
Expand Down
Loading

0 comments on commit 9417714

Please sign in to comment.