Commit Graph

316 Commits (291bf7d7650f112b1682f7e5f59b60c8fbdfe114)
 

Author SHA1 Message Date
github-actions[bot] 8780d542eb chore: update VERSION to v2.1.0 3 months ago
semantic-release-bot 3d2ce375e8 chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.12...v2.1.0) (2025-11-07)

### Features

* added save recordings and reboot button ([9b4338b](9b4338b13b))
3 months ago
Jeff Culverhouse 9b4338b13b feat: added save recordings and reboot button 3 months ago
Jeff Culverhouse a6aee2159d feature: add reboot button, fix other switches 3 months ago
Jeff Culverhouse 1d8c622603 feature: added max_size (MB) to 'media' config section 3 months ago
Jeff Culverhouse 8e12793ae0 refactor: only record specific events as events, not snapshots for example 3 months ago
Jeff Culverhouse 114073e465 feature: add api_call counter, save/restore state to /config dir; simplify getting class vars 3 months ago
github-actions[bot] f244b55898 chore: update VERSION to v2.0.12 3 months ago
semantic-release-bot 8ac2f13c70 chore(release): 2.0.12 [skip ci]
## [2.0.12](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.11...v2.0.12) (2025-11-06)

### Bug Fixes

* simply event for reporting to HA ([8a58519](8a585191a6))
3 months ago
Jeff Culverhouse 8a585191a6 fix: simply event for reporting to HA 3 months ago
github-actions[bot] 7867c4864e chore: update VERSION to v2.0.11 3 months ago
semantic-release-bot e92bfe79e4 chore(release): 2.0.11 [skip ci]
## [2.0.11](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.10...v2.0.11) (2025-11-06)

### Bug Fixes

* always setup defaults for all states expected at init time ([ee05312](ee053122bd))
3 months ago
Jeff Culverhouse ee053122bd fix: always setup defaults for all states expected at init time 3 months ago
github-actions[bot] 9411c279e8 chore: update VERSION to v2.0.10 3 months ago
semantic-release-bot 208e2ea897 chore(release): 2.0.10 [skip ci]
## [2.0.10](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.9...v2.0.10) (2025-11-05)

### Bug Fixes

* return last known state if we fail to get current state, so upsert just works ([2ca75d4](2ca75d4128))
3 months ago
Jeff Culverhouse 2ca75d4128 fix: return last known state if we fail to get current state, so upsert just works 3 months ago
Jeff Culverhouse 40e235c2df chore: no need for timezone in config, just set in ENV; update sample files and README 3 months ago
Jeff Culverhouse 9856760cd4 chore: one more note in README about /media files 3 months ago
Jeff Culverhouse e6e1f67ee7 chore: add README section on /media permissions with Synology 3 months ago
github-actions[bot] 03f09a8a75 chore: update VERSION to v2.0.9 3 months ago
semantic-release-bot 2c7db9feee chore(release): 2.0.9 [skip ci]
## [2.0.9](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.8...v2.0.9) (2025-11-05)

### Bug Fixes

* more generic Dockerfile; remove old/; better logging for failed /media writes ([33ab975](33ab97597f))
3 months ago
Jeff Culverhouse 33ab97597f fix: more generic Dockerfile; remove old/; better logging for failed /media writes 3 months ago
github-actions[bot] 50140a8cbd chore: update VERSION to v2.0.8 3 months ago
semantic-release-bot a035310481 chore(release): 2.0.8 [skip ci]
## [2.0.8](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.7...v2.0.8) (2025-11-04)

### Bug Fixes

* mkdir /media to prep for mounted volume ([da46ee1](da46ee102d))
3 months ago
Jeff Culverhouse da46ee102d fix: mkdir /media to prep for mounted volume 3 months ago
github-actions[bot] 7e37abc4d8 chore: update VERSION to v2.0.7 3 months ago
semantic-release-bot 157bb60e76 chore(release): 2.0.7 [skip ci]
## [2.0.7](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.6...v2.0.7) (2025-11-04)

### Bug Fixes

* add last_device_check sensor; fix service status; only post messages on changes ([1b111b8](1b111b8a4f))
3 months ago
Jeff Culverhouse 1b111b8a4f fix: add last_device_check sensor; fix service status; only post messages on changes 3 months ago
Jeff Culverhouse 33cd309005 chore: make sure we expose the CURRENT version so we don't lag behind what we report 3 months ago
github-actions[bot] 683db8f33d chore: update VERSION to 2.0.6 3 months ago
semantic-release-bot e2cbfca40a chore(release): 2.0.6 [skip ci]
## [2.0.6](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.5...v2.0.6) (2025-11-04)

### Bug Fixes

* code cleanup; fix service sensors; reduce logging ([a414715](a414715f26))
3 months ago
Jeff Culverhouse a414715f26 fix: code cleanup; fix service sensors; reduce logging 3 months ago
github-actions[bot] 50ea60f311 chore: update VERSION to 2.0.5 3 months ago
semantic-release-bot 2b79d8b21b chore(release): 2.0.5 [skip ci]
## [2.0.5](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.4...v2.0.5) (2025-11-03)

### Bug Fixes

* add heartbeat bits and pieces ([e8ea58b](e8ea58b42d))
3 months ago
Jeff Culverhouse e8ea58b42d fix: add heartbeat bits and pieces 3 months ago
Jeff Culverhouse 57efd3e86b chore: switch 2 errors to just info 3 months ago
Jeff Culverhouse 35c8486b96 chore: std Dockerfile and docker-compose, plus a few other fixes 3 months ago
Jeff Culverhouse 7e83bda129 ci: allow schedule to build and deploy 3 months ago
Jeff Culverhouse 0d7e8d9cb7 ci: allow schedule to build and deploy; add healthcheck to sample docker-compose 3 months ago
Jeff Culverhouse 279039216c chore: upgrade lock file 3 months ago
Jeff Culverhouse 11e18b1b73 chore: move safe_publish to our helper 3 months ago
github-actions[bot] 52193bfc8b chore: update VERSION to 2.0.4 3 months ago
semantic-release-bot b4846875d8 chore(release): 2.0.4 [skip ci]
## [2.0.4](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.3...v2.0.4) (2025-10-29)

### Bug Fixes

* adjust server avty and states ([06e6ce2](06e6ce24bb))
3 months ago
Jeff Culverhouse 06e6ce24bb fix: adjust server avty and states 3 months ago
Jeff Culverhouse 2929310d08 chore: we need git in order to get my helper packages 3 months ago
Jeff Culverhouse d8f12e6843 chore: upgrade all packages 3 months ago
github-actions[bot] b4f866e0d8 chore: update VERSION to 2.0.3 3 months ago
semantic-release-bot 44d7c0b4e7 chore(release): 2.0.3 [skip ci]
## [2.0.3](https://github.com/weirdtangent/amcrest2mqtt/compare/v2.0.2...v2.0.3) (2025-10-29)

### Bug Fixes

* backoff 5+ sec for snapshot retries ([d0381e2](d0381e28a3))
3 months ago
Jeff Culverhouse d0381e28a3 fix: backoff 5+ sec for snapshot retries 3 months ago
github-actions[bot] 2efdab5455 chore: update VERSION to 2.0.2 3 months ago