diff --git a/CHANGELOG.md b/CHANGELOG.md index 662170f2..a90ef666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # Change Log All Sniffnet releases with the relative changes are documented in this file. -## [1.1.4] - UNRELEASED +## [1.1.4] - 2023-04-18 - Added new translations of the GUI: * Portuguese 🇵🇹 ([#134](https://github.com/GyulyVGC/sniffnet/pull/134)) @@ -12,6 +12,8 @@ ## [1.1.4] - UNRELEASED * ...the total number of supported languages is now 13 🎉 - Changed adapter buttons format and improved volume slider layout (see [#119](https://github.com/GyulyVGC/sniffnet/issues/119) for more details or to give me further suggestions) - Scrollbars are now highlighted when hovering on the respective scrollable area +- Set up `iced_glow` feature on branch [`glow-renderer`](https://github.com/GyulyVGC/sniffnet/tree/glow-renderer) to overcome unsupported graphics ([#155](https://github.com/GyulyVGC/sniffnet/pull/155)) +- Modified `dependabot` configuration to update GitHub Actions as needed ([#141](https://github.com/GyulyVGC/sniffnet/pull/141)) - Fixed problem causing a crash on macOS when starting Sniffnet's Homebrew package or building from source in release mode ([#109](https://github.com/GyulyVGC/sniffnet/issues/109) - [#137](https://github.com/GyulyVGC/sniffnet/issues/137)) diff --git a/Cargo.lock b/Cargo.lock index 4ce11d6d..ac725ad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3255,7 +3255,7 @@ dependencies = [ [[package]] name = "sniffnet" -version = "1.1.3" +version = "1.1.4" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index f1005f01..0a3d45ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sniffnet" -version = "1.1.3" +version = "1.1.4" authors = ["Giuliano Bellini"] edition = "2021" description = "Application to comfortably monitor your network traffic" diff --git a/README.md b/README.md index 4f0f4591..7c5d0ec5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@