mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-05-15 03:18:58 +00:00
v1.2.2
This commit is contained in:
parent
124c06d8be
commit
86feabd939
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v1.2.2] - 2025-04-22
|
||||||
|
|
||||||
|
All dependencies updated.
|
||||||
|
|
||||||
|
Add darwin arm64 and amd64 builds.
|
||||||
|
|
||||||
|
|
||||||
## [v1.2.1] - 2025-03-17
|
## [v1.2.1] - 2025-03-17
|
||||||
|
|
||||||
Fix time check for UPS when it is set to GMT timezone.
|
Fix time check for UPS when it is set to GMT timezone.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "1.2.1"
|
appVersion = "1.2.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue