mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-15 03:23:25 +00:00
v1.2.3
This commit is contained in:
parent
6537b88ffa
commit
4a3f79ec07
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
|||
# APC P15 Tool Changelog
|
||||
|
||||
## [v1.2.3] - 2025-06-19
|
||||
|
||||
Minor updates to the application. Large updates to the build process to
|
||||
improve building, releasing, and maintainability.
|
||||
|
||||
- Go updated to 1.24.4 and all dependencies updated.
|
||||
- Added FreeBSD arm64 and amd64 builds.
|
||||
- Build process overhauled for simplicity. Build is now OS agnostic. PowerShell
|
||||
script was removed and replaced with a python script.
|
||||
- Build instructions added to README.
|
||||
- GitHub build action now only runs in one Ubuntu container and cross-compiles.
|
||||
- Release windows and macos as zip files and all others as gztar.
|
||||
- Add file permissions for non-windows and non-macos releases.
|
||||
|
||||
|
||||
## [v1.2.2] - 2025-04-22
|
||||
|
||||
All dependencies updated.
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "1.2.2"
|
||||
appVersion = "1.2.3"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue