Skip to content

Releases: TheCacophonyProject/thermal-recorder

v2.0.0

13 Oct 21:17
04650a8
Compare
Choose a tag to compare

Changelog

04650a8 Merge pull request #95 from CameronRP/update-config
24ee1aa Merge branch 'master' of https://github.com/TheCacophonyProject/thermal-recorder into update-config
b0ae89d tweaked motion detection to reset temp thresh after FFC (#97)
17d8b23 Tidy up of old yaml config files
b10aec5 small code tidy up
bdad93d Removed commented out code
2cde817 Update config library
f262780 Enable cptv tests again
a9df288 Using config library

v1.22.0

11 Oct 01:27
@mjs mjs
067a4f8
Compare
Choose a tag to compare

Changelog

067a4f8 Merge pull request #96 from CameronRP/remove-snapshot-on-startup
57069e2 remove snapshot image when starting

v1.21.0

02 Sep 02:08
@mjs mjs
e0d3a1f
Compare
Choose a tag to compare

Changelog

e0d3a1f Merge pull request #94 from CameronRP/no-uploader-confif
6a92522 No thermal uploader config needed
2e73e2c Merge pull request #93 from gferraro/dynamic-thresh
71b20ee updated num pixels
e9e1afa updated to cum average
c93b7eb updated motion test
6e220de removed extra line
b94012a updated to use lepton frame shape
20290c1 updated to scale background min
1f7555d updated to use weighting
71c5af1 added dynamic threshold

v1.20.0

29 Jul 03:08
@mjs mjs
6dc8a83
Compare
Choose a tag to compare

Changelog

6dc8a83 Merge pull request #92 from mjs/fix-throttling
d172ea3 Turn "throttle-after-secs" option in "bucket-size"
bec8a30 Warn if throttle bucket size is too small
5042b7c Recording will restart if bucket refills while recording in progress
9be9859 Calculate refill rate based on minimum refill time
dffc850 Use idiomatic file names
fa7e860 Wrap docstring
6013292 Fix import ordering
2d354da Use a null throttle event listener if none is supplied
b82e046 Use ratelimit.Bucket instead of custom token bucket implementation
b083f4b Pass throttle event listener last
ec71a25 Refactor throttling tests
79fd69b Removed the sparse throttling bucket feature

v1.19.0

22 Jul 01:18
@mjs mjs
37e0b64
Compare
Choose a tag to compare

Changelog

37e0b64 Merge pull request #91 from mjs/goreleaser-fixes
32b794e Update README to follow current approach
2255faa Updates for newer versions of Goreleaser
dc0f877 Merge pull request #90 from mjs/go-modules
3d0c262 Convert from dep to go modules
a212d83 Merge pull request #89 from TheCacophonyProject/longer-wdt
0b5b894 extend the WDT to 1minute

v1.18.0

28 Jun 03:40
@mjs mjs
ed4977e
Compare
Choose a tag to compare

Changelog

ed4977e Merge pull request #88 from mjs/motion-debugging
e1c5652 Test with more modern Go version
28153a5 Add new motion detection debugging feature
1ac9553 Reverted time override in CPTV playback tester
44494bb Cleaned up variable naming and remove unused var
16285dc Merge pull request #87 from mjs/motion-detection-logging-fixes
3232cea motion: Fix logging in MotionProcessor
be909a2 Minor code cleanliness fixes

v1.17.0

17 Jun 02:26
@mjs mjs
3ec80e0
Compare
Choose a tag to compare
  • Update go-cptv dependency
  • Added 3 location fields to cptv file header
  • Update go-cptv dependency again
  • Altered test location data.

v1.16.1

28 Apr 22:39
6e51212
Compare
Choose a tag to compare

Changelog

6e51212 Merge pull request #82 from gferraro/location-default
06ac596 added default location of christchurch if yaml contains 0,0

v1.16

17 Apr 23:32
7562b59
Compare
Choose a tag to compare

Changelog

7562b59 Merge pull request #80 from gferraro/calculate-sunset-sunrise
ffa4646 changed woring of sunrise logging
d67212c fixed curtime
fa73a8e moved sunrise next time check
a9956a3 updated motion tests
4510a38 fixed yaml
b0fc193 added sunset and sunrise offset values
5cfab7c added test config files
1a08937 added location config to tests
803582f Merge branch 'master' into calculate-sunset-sunrise
39a040b missing license header
39ea8c2 added spacing in yaml
637493d added sunrise sunset window and delay
38dff96 added vendor and location config
5f671ae added calculation of sunrise sunset
7070a82 Merge pull request #78 from Davo36/add-location-to-cptv-files
3e5c095 Merge branch 'add-location-to-cptv-files' of https://github.com/Davo36/thermal-recorder into add-location-to-cptv-files
1086b9a Altered test file location code.
cd0d990 Merge branch 'master' into add-location-to-cptv-files
551d0f6 Merge pull request #79 from mjs/bump-cptv
d4ebf2f Moved location.yaml to test_data directory
be7dd0c Update go-cptv dependency
ac8dc9f Add location to cptv files
21abb04 Merge pull request #77 from mjs/bump-cptv
5f6ad10 Bump go-cptv dependency to bring in lat/lon support
4e226c8 Merge pull request #76 from mjs/update-release-instructions
674b9ff Clarify release instructions

v1.15.1

03 Dec 01:29
8567a50
Compare
Choose a tag to compare

Changelog

8567a50 Merge pull request #74 from clare/throttleNotification
71edff1 Merge commit '3afebc2bcc9eaf5a9a8a9e8bc839688b74777f7f' into throttleNotification
b68b318 After review when don't need throttling counter set to nil.
3afebc2 Merge branch 'master' into throttleNotification
e102809 Merge pull request #75 from mjs/cptv-v2
32fb383 Set CPTV v2 header fields
b3916a6 Bump go-cptv version to get CPTV v2 support
9e423e4 Throttling event gets triggered when needed
4a58fd2 Merge branch 'master' into throttleNotification
334d205 Update REAdMe now that travis builds releases.
a7904b7 Merge pull request #73 from TheCacophonyProject/travisrelease
45d6129 Throttlenotification changes - store for later.