minor v1.1.0 #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
refactor: improve robustness, fix bugs and race conditions
update formatting
update readme
enhance: full empty file handling
enhance: file hash preventing duplicate upload
extend: readme
enhance: build custom short Id from differing ids
- fix typo in ApiPdfPath ("inicdent" → "incident") - fix race condition in Debouncer: add Stop() method, prevent duplicate handler calls, ensure clean shutdown ordering - fix HTTP response body drain for TCP connection reuse - fix retry backoff to respect context cancellation - fix CopyFile to check Sync()/Close() errors - fix RunUpdate: add --fail flag, error handling, tmp cleanup - fix install/uninstall: proper error handling and user feedback - fix systemctl exit code handling (start/stop/restart/logs/status) - fix PromptField to handle stdin EOF gracefully - fix quarantine filename collisions with timestamp suffix - fix logger nil-pointer risk by initializing at declaration - fix .editorconfig to use tabs for Go (gofmt convention) - fix CI workflow: go get → go mod download - remove unused struct fields (jsonFieldMapping, output) - update README: add daemon command, fix numbering