版本发布 8
## [0.29.1](https://github.com/release-argus/Argus/compare/0.29.0...0.29.1) (2026-01-06) ### Bug Fixes * **config:** prevent panic on deeply nested config options ([#783](https://github.com/release-argus/Argus/issues/783)) ([1df1adc](https://github.com/release-argus/Argus/commit/1df1adc461c3c192199fa904d9015075b1921aac))
## [0.29.0](https://github.com/release-argus/Argus/compare/0.28.3...0.29.0) (2025-12-28) ### Features * **api:** extend counts endpoint with active/inactive counts and update_details ([#775](https://github.com/release-argus/Argus/issues/775)) ([7c11de5](https://github.com/release-argus/Argus/commit/7c11de50c2a83313ff5cb1113740935d6c67fb29)) * **core:** add context-based graceful shutdown on interrupt signals ([#766](https://github.com/release-argus/Argus/issues/766)) ([a6ee5a6](https://github.com/release-argus/Argus/commit/a6ee5a68791fd7dfe3aa03edd44b58fa50b49fe4)) * **latest-version:** url, support for `headers` ([#772](https://github.com/release-argus/Argus/issues/772)) ([664f24e](https://github.com/release-argus/Argus/commit/664f24e7028387703d76243676b797e6c3c153fd)) * **notify:** slack, add threadts support ([#722](https://github.com/release-argus/Argus/issues/722)) ([edd3ad8](https://github.com/release-argus/Argus/commit/edd3ad8ee46615967a51734c595ebe1c08349268)) ### Bug Fixes * **ui:** prevent duplicate query params in refresh URL ([#771](https://github.com/release-argus/Argus/issues/771)) ([6d7d7c3](https://github.com/release-argus/Argus/commit/6d7d7c36b2dd41f723f63aaf632ff875783169ac))
## [0.28.0](https://github.com/release-argus/Argus/compare/0.27.0...0.28.0) (2025-12-12) ### Features * **notify:** migrate from containrrr/shoutrrr to nicholas-fedor/shoutrrr ([#718](https://github.com/release-argus/Argus/issues/718)) ([7b7aaf6](https://github.com/release-argus/Argus/commit/7b7aaf6b536982c1c45e8be7459ceeed0c480fff)) ### Bug Fixes * **healthcheck:** clone default transport to avoid nil pointer deref ([#707](https://github.com/release-argus/Argus/issues/707)) ([5b6ff38](https://github.com/release-argus/Argus/commit/5b6ff3865e94edd02804529861f75653abd80342)) * **notify:** restore support for raw shoutrrr config ([#719](https://github.com/release-argus/Argus/issues/719)) ([d752a50](https://github.com/release-argus/Argus/commit/d752a508edf242b17ca01438a37d5f932471b5cc)) * **ui:** always convert notify fields to strings ([#712](https://github.com/release-argus/Argus/issues/712)) ([383c379](https://github.com/release-argus/Argus/commit/383c3793723b63e80fb6a843cacb856b163c63b4)) * **ui:** support notify.<type> with no explicit type field ([#704](https://github.com/release-argus/Argus/issues/704)) ([6f60f3a](https://github.com/release-argus/Argus/commit/6f60f3aa868e6ec05ee6af29b1eafde0c0129839))
### Bug Fixes * **notify:** evaluate environment variables in params ([#580](https://github.com/release-argus/Argus/issues/580)) ([2f80722](https://github.com/release-argus/Argus/commit/2f807222064ee37759ff857256d4a49cb269387d))
## [0.26.1](https://github.com/release-argus/Argus/compare/0.26.0...v0.26.1) (2025-05-15) ### Bug Fixes * **ui:** show error on first version refresh failure ([2e0479f](https://github.com/release-argus/Argus/commit/2e0479ff75fc4b86896bd1c1cd49354a5dba5c3c)) * **web:** default `Name` to `ID` when creating or editing a service ([58d1284](https://github.com/release-argus/Argus/commit/58d1284cd98713e9dcf28803fe5ce340430574ee))
### Features * **config:** load environment variables from a `.env` file (in the same directory as the config yaml) ([3006932](https://github.com/release-argus/Argus/commits/300693285a4b2ae7defde15fedda9c09655c88d3)) * **service:** cache ServiceInfo on Status for faster lookups ([ad5540a](https://github.com/release-argus/Argus/commits/ad5540a6272612f3eee7e24b968a347b5dc787b1)) ### Bug Fixes * **ui:** adjust padding logic for full-width columns ([ccab296](https://github.com/release-argus/Argus/commits/ccab2960e5f394b159353b2612ee46dddf092450)) * **ui:** adjust position padding on RegEx url_commands in service edit ([56c2a84](https://github.com/release-argus/Argus/commits/56c2a84b012f86f711c47b18db2cdc452c7e390e)) * **ui:** re-add error display for version fetch in VersionWithRefresh ([4a2fe33](https://github.com/release-argus/Argus/commits/4a2fe3319e4e3efe0009ea2468dbbe57bb025e54))
### Features * **ui:** move toolbar args to query params and parse templates with api ([a4e2e87](https://github.com/release-argus/Argus/commits/a4e2e87f6255814a7171bd95888f48b6b4d5334e)) * **ui:** re-arrange services ([faa7fc0](https://github.com/release-argus/Argus/commits/faa7fc0fe75aba7e92e0ddc455cd1b218264d0d4))
### Features * **ui:** add links to icon_url/web_url and visible lv/dv links on focus ([49a5b02](https://github.com/release-argus/Argus/commits/49a5b027c05016095a323404e7d725086d436431)) ### Bug Fixes * **ui:** improve deployed_version `manual` type input handling ([704c2cf](https://github.com/release-argus/Argus/commits/704c2cfcc450be606e1cf28fb6288dd41f810d89))