File countdown.changes of Package countdown
-------------------------------------------------------------------
Wed Sep 27 04:04:27 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Summary and Description clarify the purpose of this CLI tool
* Use %%name macro where applicable to normalize common lines
across Go app packages. Also makes renaming binary easier when
required to handle package name conflict.
* Drop Requires: golang-packaging. The original macros for file
movements into GOPATH are obsolete with Go modules. Macro
go_nostrip is no longer needed with current binutils and Go.
* Remove %%{go_nostrip} macro which is no longer recommended
* Update to BuildRequires: golang(API) >= 1.14 matching go.mod
* Drop %%autosetup -D arg only needed for multiple invocations
* Build PIE with pattern that may become recommended procedure:
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
A go toolchain buildmode default config would be preferable but
none exist at this time.
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
-------------------------------------------------------------------
Thu Sep 21 09:47:30 UTC 2023 - felix.niederwanger@suse.com
- Update to version 1.5.0:
* Update README.md
* Use different font for "paused" text
* Handle terminal resizing & revision of pausedText (#38)
* Update README.md
* fix countUp after pause (#36)
-------------------------------------------------------------------
Fri Aug 04 08:13:54 UTC 2023 - felix.niederwanger@suse.com
- Update to version 1.4.0:
* Update README.md
* Updates pause functionality (#32)
* Add -say flag
* Update README.md with correct installation command (#27)
* Update LICENSE
* Update usage doc
* Remove beeep
* Feature/kitchen time format (#22)
* Added support to notify (#21)
* Added support to count up (#17)
-------------------------------------------------------------------
Mon Mar 6 09:22:07 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
- Update to 1.3.0
* Updates pause functionality
-------------------------------------------------------------------
Fri Feb 4 08:38:51 UTC 2022 - Felix Niederwanger <felix.niederwanger@suse.com>
- Add version 1.0.0