Skip to content

Commit

Permalink
Merge 'upstream/advanced-settings' into add_themes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamegnauth54 committed Sep 25, 2023
2 parents e426574 + 3b36289 commit fedcda5
Show file tree
Hide file tree
Showing 139 changed files with 5,154 additions and 5,952 deletions.
41 changes: 40 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"profile": "http://orhun.dev",
"contributions": [
"doc",
"platform"
"platform",
"financial"
]
},
{
Expand Down Expand Up @@ -361,6 +362,44 @@
"contributions": [
"platform"
]
},
{
"login": "joshuamegnauth54",
"name": "Joshua Megnauth",
"avatar_url": "https://avatars.githubusercontent.com/u/48846352?v=4",
"profile": "https://joshuamegnauth54.github.io/",
"contributions": [
"code",
"design"
]
},
{
"login": "bdantas",
"name": "GNUser",
"avatar_url": "https://avatars.githubusercontent.com/u/5084088?v=4",
"profile": "https://github.com/bdantas",
"contributions": [
"doc",
"platform"
]
},
{
"login": "hirotake111",
"name": "hirotake111",
"avatar_url": "https://avatars.githubusercontent.com/u/6666092?v=4",
"profile": "https://github.com/hirotake111",
"contributions": [
"translation"
]
},
{
"login": "dutyrok",
"name": "Alexandr Shashkin",
"avatar_url": "https://avatars.githubusercontent.com/u/68692503?v=4",
"profile": "https://github.com/dutyrok",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
Expand Down
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,28 @@
All Sniffnet releases with the relative changes are documented in this file.


## [UNRELEASED]

- Added app `id` in order to correctly show the icon and app name on Linux Wayland (fixes [#292](https://github.com/GyulyVGC/sniffnet/issues/292))
- Added support for `--help` and `--version` command line arguments ([#272](https://github.com/GyulyVGC/sniffnet/pull/272))
## [1.2.2] - 2023-08-08

- Added option to set different shades of color gradients for each of the available themes
- Added new application themes: _Dracula_, _Gruvbox_, _Nord_, and _Solarized_ ([#330](https://github.com/GyulyVGC/sniffnet/pull/330))
- Other aesthetic improvements (see [#119](https://github.com/GyulyVGC/sniffnet/issues/119) for more info):
- redesigned page tabs
- highlighted headings with different colors
- simplified scrollables style
- improvements to Deep Sea and Mon Amour color palettes
- Added Finnish translation 🇫🇮 ([#310](https://github.com/GyulyVGC/sniffnet/pull/310))
- Updated French translation to v1.2 ([#279](https://github.com/GyulyVGC/sniffnet/pull/279))
- Added support for `--help` and `--version` command line arguments ([#272](https://github.com/GyulyVGC/sniffnet/pull/272))
- Migrated to [Iced 0.10](https://github.com/iced-rs/iced/releases/tag/0.10.0), that is now able to select the graphical renderer at runtime: a fallback one (`tiny-skia`) will be used in case the default one (`wgpu`) crashes ([#324](https://github.com/GyulyVGC/sniffnet/pull/324))
- Added app `id` in order to correctly show the icon and app name on Linux Wayland (fixes [#292](https://github.com/GyulyVGC/sniffnet/issues/292))
- Restructured issue templates to let users open issues in a more efficient and effective way ([#285](https://github.com/GyulyVGC/sniffnet/pull/285))
- Minor aesthetic improvements (implemented part of the suggestions provided in [#119](https://github.com/GyulyVGC/sniffnet/issues/119))
- Color palettes in settings page are now built as `Rule` widgets, without involving the use of external SVGs
- Updated French translation to v1.2 ([#279](https://github.com/GyulyVGC/sniffnet/pull/279))
- Color palettes in settings page are now built as `Rule` widgets, without involving the use of external SVGs anymore
- Fixed `alt`+`tab` shortcut issue ([#298](https://github.com/GyulyVGC/sniffnet/pull/298) — fixes [#262](https://github.com/GyulyVGC/sniffnet/issues/262))
- Fixed problem that didn't allow opening links and the report file on operating systems different from Windows, macOS, and Linux
- Use scrollable to make active filters visible when the selected adapter name is long (overview page)
- Ensure no colored pixel is shown if the respective packets or bytes number is zero
- Minor fix to Chinese translation ([#271](https://github.com/GyulyVGC/sniffnet/pull/271))
- Where is Sniffnet heading next? See the new [roadmap of the project](https://github.com/GyulyVGC/sniffnet/blob/main/ROADMAP.md).


## [1.2.1] - 2023-06-08
Expand Down
26 changes: 16 additions & 10 deletions CONTRIBUTORS.md

Large diffs are not rendered by default.

Loading

0 comments on commit fedcda5

Please sign in to comment.