Skip to content

Commit

Permalink
Merge pull request #157 from GyulyVGC/v1.1.4
Browse files Browse the repository at this point in the history
v1.1.4
  • Loading branch information
GyulyVGC authored Apr 18, 2023
2 parents 2ab518e + bb4226c commit 46978cc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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))
Expand All @@ -12,6 +12,8 @@ All Sniffnet releases with the relative changes are documented in this file.
* ...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))


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 = "sniffnet"
version = "1.1.3"
version = "1.1.4"
authors = ["Giuliano Bellini"]
edition = "2021"
description = "Application to comfortably monitor your network traffic"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Multithreaded, cross-platform, reliable
<div align="center">

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

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


</details>
Expand Down
1 change: 1 addition & 0 deletions src/translations/translations_2.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(clippy::match_same_arms)]

use crate::Language;

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

0 comments on commit 46978cc

Please sign in to comment.