Skip to content

Commit 46978cc

Browse files
authored
Merge pull request #157 from GyulyVGC/v1.1.4
v1.1.4
2 parents 2ab518e + bb4226c commit 46978cc

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

โ€ŽCHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All Sniffnet releases with the relative changes are documented in this file.
33

44

5-
## [1.1.4] - UNRELEASED
5+
## [1.1.4] - 2023-04-18
66

77
- Added new translations of the GUI:
88
* Portuguese ๐Ÿ‡ต๐Ÿ‡น ([#134](https://github.com/GyulyVGC/sniffnet/pull/134))
@@ -12,6 +12,8 @@ All Sniffnet releases with the relative changes are documented in this file.
1212
* ...the total number of supported languages is now 13 ๐ŸŽ‰
1313
- 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)
1414
- Scrollbars are now highlighted when hovering on the respective scrollable area
15+
- 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))
16+
- Modified `dependabot` configuration to update GitHub Actions as needed ([#141](https://github.com/GyulyVGC/sniffnet/pull/141))
1517
- 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))
1618

1719

โ€ŽCargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

โ€ŽCargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sniffnet"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
authors = ["Giuliano Bellini"]
55
edition = "2021"
66
description = "Application to comfortably monitor your network traffic"

โ€ŽREADME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Multithreaded, cross-platform, reliable
1414
<div align="center">
1515

1616
Graphical interface translated in:<br>
17-
๐Ÿ‡ฌ๐Ÿ‡ง&nbsp;&nbsp;๐Ÿ‡ฉ๐Ÿ‡ช&nbsp;&nbsp;๐Ÿ‡ช๐Ÿ‡ฆ&nbsp;&nbsp;๐Ÿ‡ซ๐Ÿ‡ท&nbsp;&nbsp;๐Ÿ‡ฎ๐Ÿ‡น&nbsp;&nbsp;๐Ÿ‡ต๐Ÿ‡ฑ&nbsp;&nbsp;๐Ÿ‡ท๐Ÿ‡ด&nbsp;&nbsp;๐Ÿ‡บ๐Ÿ‡ฆ&nbsp;&nbsp;๐Ÿ‡จ๐Ÿ‡ณ<br>
17+
๐Ÿ‡ฌ๐Ÿ‡ง&nbsp;&nbsp;๐Ÿ‡ฉ๐Ÿ‡ช&nbsp;&nbsp;๐Ÿ‡ช๐Ÿ‡ฆ&nbsp;&nbsp;๐Ÿ‡ซ๐Ÿ‡ท&nbsp;&nbsp;๐Ÿ‡ฎ๐Ÿ‡น&nbsp;&nbsp;๐Ÿ‡ฐ๐Ÿ‡ท&nbsp;&nbsp;๐Ÿ‡ต๐Ÿ‡ฑ&nbsp;&nbsp;๐Ÿ‡ต๐Ÿ‡น&nbsp;&nbsp;๐Ÿ‡ท๐Ÿ‡ด&nbsp;&nbsp;๐Ÿ‡ท๐Ÿ‡บ&nbsp;&nbsp;๐Ÿ‡น๐Ÿ‡ท&nbsp;&nbsp;๐Ÿ‡บ๐Ÿ‡ฆ&nbsp;&nbsp;๐Ÿ‡จ๐Ÿ‡ณ<br>
1818
[Would you like to add support for your native language?](https://github.com/GyulyVGC/sniffnet/issues/60)
1919

2020
</div>
@@ -51,9 +51,9 @@ You can install Sniffnet in one of the following ways:
5151
You can install Sniffnet through the installers available in the [latest release](https://github.com/GyulyVGC/sniffnet/releases). <br>
5252
Choose from a Windows installer, a macOS disk image, or a DEB package (depending on your operating system). <br>
5353
Here for your convenience you can find the direct link to the downloads:
54-
- [Windows](https://github.com/GyulyVGC/sniffnet/releases/download/v1.1.3/Sniffnet_Windows.msi) (8.4 MB)
55-
- [macOS](https://github.com/GyulyVGC/sniffnet/releases/download/v1.1.3/Sniffnet_MacOS.dmg) (6.9 MB)
56-
- [Linux (.deb)](https://github.com/GyulyVGC/sniffnet/releases/download/v1.1.3/Sniffnet_Linux.deb) (5.3 MB)
54+
- [Windows](https://github.com/GyulyVGC/sniffnet/releases/download/v1.1.4/Sniffnet_Windows.msi) (8.8 MB)
55+
- [macOS](https://github.com/GyulyVGC/sniffnet/releases/download/v1.1.4/Sniffnet_MacOS.dmg) (7.3 MB)
56+
- [Linux (.deb)](https://github.com/GyulyVGC/sniffnet/releases/download/v1.1.4/Sniffnet_Linux.deb) (5.3 MB)
5757

5858

5959
</details>

โ€Žsrc/translations/translations_2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(clippy::match_same_arms)]
2+
23
use crate::Language;
34

45
pub fn new_version_available_translation(language: Language) -> &'static str {

0 commit comments

Comments
ย (0)