Skip to content

Commit

Permalink
net/sniffnet: update to 1.2.2
Browse files Browse the repository at this point in the history
[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
- Other aesthetic improvements (see #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 🇫🇮
- Added support for --help and --version command line arguments
- Migrated to Iced 0.10, 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
- Added app id in order to correctly show the icon and app name on Linux
  Wayland (fixes #292)
- Restructured issue templates to let users open issues in a more efficient and
  effective way
- Updated French translation to v1.2
- Color palettes in settings page are now built as Rule widgets, without
  involving the use of external SVGs anymore
- Fixed alt+tab shortcut  — fixes #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
  • Loading branch information
pin committed Aug 8, 2023
1 parent 6a2af37 commit 852505e
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 643 deletions.
4 changes: 2 additions & 2 deletions net/sniffnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2023/06/08 18:50:36 pin Exp $
# $NetBSD: Makefile,v 1.12 2023/08/08 19:59:18 pin Exp $

DISTNAME= sniffnet-1.2.1
DISTNAME= sniffnet-1.2.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=GyulyVGC/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 852505e

Please sign in to comment.