Skip to content

Commit

Permalink
update dependencies and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Aug 7, 2023
1 parent e6c75e7 commit ecbb2c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All Sniffnet releases with the relative changes are documented in this file.
## [1.2.2] - 2023-08-XX

- Added option to set different shades of color gradients for each of the available themes
- Added 8 new application themes: _Dracula_, _Gruvbox_ (Day and Night versions), _Nord_ (Day and Night versions), and _Solarized_ (Day and Night versions).
- Added new application themes: _Dracula_, _Gruvbox_, _Nord_, and _Solarized_ (each theme comes with a light and dark variant, for a total of 8 new color schemes).
- Other aesthetic improvements (see [#119](https://github.com/GyulyVGC/sniffnet/issues/119) for more info):
- redesigned page tabs
- highlighted headings with different colors
Expand Down
12 changes: 6 additions & 6 deletions 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
Expand Up @@ -42,7 +42,7 @@ iced = { version = "0.10.0", features = ["tokio", "svg", "advanced", "lazy"] }
plotters-iced = "0.9.0"
maxminddb = "0.23.0"
confy = "0.5.1"
serde = { version = "1.0.181", default_features = false, features = ["derive"] }
serde = { version = "1.0.183", default_features = false, features = ["derive"] }
rodio = { version = "0.17.1", default_features = false, features = ["mp3"] }
reqwest = { version = "0.11.18", default-features = false, features = ["json", "blocking", "rustls-tls"] }
dns-lookup = "2.0.2"
Expand Down

0 comments on commit ecbb2c3

Please sign in to comment.