Changelog for
gping-1.16.1-1.17.x86_64.rpm :
* Sun Feb 18 2024 dead_mozayAATTopensuse.org- Update to version 1.16.1:
* Add examples to the pinger library. Closes #428
* Change dependabot
* Thu Nov 30 2023 dead_mozayAATTopensuse.org- Update to version 1.16.0:
* Fix formatting
* Remove the interface from WindowsPinger
* fixed reference typing issue
* Thu Nov 16 2023 dead_mozayAATTopensuse.org- Update to version 1.15.1:
* Add a fake pinger implementation, switch to lazy-regex, refactor pinger/parser traits.
* modify documentation
* Mon Jul 31 2023 dead_mozayAATTopensuse.org- Update to version 1.14.0:
* There is no list of changes available
* Sat Jul 08 2023 dead_mozayAATTopensuse.org- Update to version 1.13.1:
* There is no list of changes available
* Sat Jul 08 2023 dead_mozayAATTopensuse.org- Update to version 1.13.0:
* There is no list of changes available
* Mon Jun 19 2023 Richard Rahl
- Fix gping in containers, as ping is missing as a dependency
* Sat Jun 03 2023 dead_mozayAATTopensuse.org- Update to version 1.12.0:
* chore: Release
* Bump dependencies
* Use a better release workflow
* clear graph from history
* chore: Release
* chore: Release
* chore: Release
* Add an explicit cache key to rust-cacheAATTv2 builds
* Bump dependencies
* chore: migrate to ratatui and update crossterm
* Bump deps
* Bump deps
* Bump clap from 4.1.8 to 4.1.11
* Bump thiserror from 1.0.39 to 1.0.40
* Bump chrono from 0.4.23 to 0.4.24
* Remove aarch64-linux-android from testing matrix as it fails, and I don\'t have time to debug why
* Add name to homwebrew bump
* Correct cache location
* Add rust-cache
* Combine CI check steps
* Bump thiserror from 1.0.38 to 1.0.39
* Bump clap from 4.1.6 to 4.1.8
* Bump shadow-rs from 0.20.1 to 0.21.0
* Bump actions/checkout from 1 to 3
* Bump crossterm from 0.26.0 to 0.26.1
* Bump shadow-rs from 0.20.0 to 0.20.1
* Bump clap from 4.1.4 to 4.1.6
* Bump anyhow from 1.0.68 to 1.0.69
* Bump os_info from 3.5.1 to 3.6.0
* Bump crossterm from 0.25.0 to 0.26.0
* Sat Jun 03 2023 dead_mozayAATTopensuse.org- Update to version 1.8.0:
* chore: Release
* Reduce energy usage of gping
* Add instructions for FreeBSD
* bump deps
* Bump clap from 4.0.32 to 4.1.1
* (cargo-release) version 1.7.0
* (cargo-release) version 0.8.0
* Sat Jan 28 2023 dead_mozayAATTopensuse.org- Update to version 1.8.0:
* Reduce energy usage of gping
* Thu Jan 12 2023 Dead Mozay - Fix manpage.
* Thu Jan 12 2023 dead_mozayAATTopensuse.org- Update to version 1.7.0:
* Added manpage
* Fix formatting
* Wed Dec 21 2022 dead_mozayAATTopensuse.org- Update to version 1.6.3:
* Add use_value_delimiter and value_delimiter to colour args. Refs #239
* Tue Dec 20 2022 dead_mozayAATTopensuse.org- Update to version 1.6.2:
* Update readme --help output
* Add a note about comma separated colour arguments. Closes #239
* Stop casting durations to f32, use only u64s
* Thu Dec 15 2022 dead_mozayAATTopensuse.org- Update to version 1.6.1:
* Fix panic when mpsc channel is closed during shutdown.
* Sun Dec 11 2022 dead_mozayAATTopensuse.org- Update to version 1.6.0:
* Fix example code
* Support custom interfaces on Linux, MacOS and BSD. Closes #206
* Display the last ping value. Closes #223
* Remove ending println
* Handle ping exits more gracefully (ref #236)
* Tue Dec 06 2022 dead_mozayAATTopensuse.org- Update to version 1.5.1:
* Move PingDetectionError to the root of the crate
* Tue Dec 06 2022 dead_mozayAATTopensuse.org- Update to version 1.5.0:
* Move cursor to bottom of the screen on exit. Refs #107
* Remove alternative screen implementation. Closes #107
* Explicitly error on inetutils pings
* Throw an error when gping is run with no hosts or commands. Fixes #231
* Tue Sep 20 2022 dead_mozayAATTopensuse.org- Update to version 1.4.0:
* Add target_os to tests
* Remove comment
* Add tests for linux ping detection
* Switch linux type
* Remove OS detection and fall back to ping version detection. Show errors before starting the TUI.
* Cargo format
* Bump dependencies, fix clippy errors
* Support pinging AWS regions
* fmt
* Modified with cloud neutral syntax
* short cut for testing AWS regions
* Wed Jun 15 2022 dead_mozayAATTopensuse.org- Update to version 1.3.2:
* Add context to DNS resolution errors
* Fri Mar 25 2022 dead_mozayAATTopensuse.org- Update to version 1.3.1:
* Update actions
* Fri Feb 25 2022 dead_mozayAATTopensuse.org- Update to version 1.3.0:
* Add Dependabot
* Add support for custom colors to be defined by either name or code (#156)
* Add customisable vertical and horizontal margins (#155)
* Sun Jan 16 2022 dead_mozayAATTopensuse.org- Update to version 1.2.7:
* Restore showing timeout as NaN (#152)
* Add average ping response, jitter (#153)
* Mon Oct 18 2021 dead_mozayAATTopensuse.org- Update to version 1.2.6:
* 1.2.6
* 1.2.6
* Make watch_interval also apply to ping (#150)
* Mon Sep 13 2021 dead_mozayAATTopensuse.org- Update to version 1.2.5:
* small changes (#143)
* Tue Jul 20 2021 dead_mozayAATTopensuse.org- Update to version 1.2.3:
* Fix glob negation
* Update cargo.toml because I\'m making a mess of releasing this
* Sun Mar 07 2021 dead_mozayAATTopensuse.org- Update to version 1.2.1:
* Added flag to use simpler dot-based graphics (#133)
* Compile for Linux aarch64(arm64) platform
* Update install guide for Arch Linux
* Update x_axis_labels
* Add a note about MUSL (refs #117)
* Expand post tag exclusion
* Exclude post tags from the CI
* Add a musl build to see if this works
* Update README with latest --help output