Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pingu_0.0.3_Darwin_x86_64.tar.gz | 2022-06-18 | 1.1 MB | |
pingu_0.0.3_Linux_i386.tar.gz | 2022-06-18 | 992.1 kB | |
pingu_0.0.3_Windows_i386.zip | 2022-06-18 | 1.0 MB | |
pingu_0.0.3_Linux_arm64.tar.gz | 2022-06-18 | 950.7 kB | |
pingu_0.0.3_Linux_x86_64.tar.gz | 2022-06-18 | 1.0 MB | |
pingu_0.0.3_Windows_arm64.zip | 2022-06-18 | 947.1 kB | |
pingu_0.0.3_Windows_x86_64.zip | 2022-06-18 | 1.0 MB | |
checksums.txt | 2022-06-18 | 776 Bytes | |
pingu_0.0.3_Darwin_arm64.tar.gz | 2022-06-18 | 1.0 MB | |
README.md | 2022-06-18 | 1.5 kB | |
v0.0.3.tar.gz | 2022-06-18 | 8.0 kB | |
v0.0.3.zip | 2022-06-18 | 10.6 kB | |
Totals: 12 Items | 8.1 MB | 0 |
Summary
- [x] Implement
-c
,--count
option. By default, it has been changed to the specification that the program ends by sending 20 ping. - [x] ASCII art now repeats indefinitely when you specify a
--count
option of 20 or more. - [x] Fixed a bug that the ASCII art display is broken.
- [x] Fixed color output in Windows environment.
TODO
- [ ] Fix [#8]
- [ ] Fix [#16]
What's Changed
- use color.Error by @mattn in https://github.com/sheepla/pingu/pull/7
- Remove for statement by @naoyukis in https://github.com/sheepla/pingu/pull/9
- ci: Set same go version by @johnmanjiro13 in https://github.com/sheepla/pingu/pull/10
- Revert "ci: Set same go version" by @sheepla in https://github.com/sheepla/pingu/pull/11
- fix colors on Windows by @mattn in https://github.com/sheepla/pingu/pull/14
- Modify art printing, make pingu infinite by @arnitdo in https://github.com/sheepla/pingu/pull/12
- Add
--count
option by @iuhoay in https://github.com/sheepla/pingu/pull/13
New Contributors
- @naoyukis made their first contribution in https://github.com/sheepla/pingu/pull/9
- @johnmanjiro13 made their first contribution in https://github.com/sheepla/pingu/pull/10
- @arnitdo made their first contribution in https://github.com/sheepla/pingu/pull/12
- @iuhoay made their first contribution in https://github.com/sheepla/pingu/pull/13
Thank you for many contributions.
Full Changelog: https://github.com/sheepla/pingu/compare/v0.0.2...v0.0.3