Skip to content

Prepare 0.7.6 #1213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Prepare 0.7.6 #1213

merged 2 commits into from
Oct 29, 2024

Conversation

sdb9696
Copy link
Collaborator

@sdb9696 sdb9696 commented Oct 29, 2024

0.7.6 (2024-10-29)

Full Changelog

Release summary:

  • Experimental support for Tapo cameras and the Tapo H200 hub which uses the same protocol.
  • Better timestamp support across all devices.
  • Support for new devices P304M, S200D and S200B (see README.md for note on the S200 support).
  • Various other fixes and minor features.

Implemented enhancements:

  • Add support for setting the timezone #436
  • Add stream_rtsp_url to camera module #1197 (@sdb9696)
  • Try default logon credentials in SslAesTransport #1195 (@sdb9696)
  • Allow enabling experimental devices from environment variable #1194 (@sdb9696)
  • Add core device, child and camera modules to smartcamera #1193 (@sdb9696)
  • Fallback to get_current_power if get_energy_usage does not provide current_power #1186 (@Fulch36)
  • Add https parameter to device class factory #1184 (@sdb9696)
  • Add discovery list command to cli #1183 (@sdb9696)
  • Add Time module to SmartCamera devices #1182 (@sdb9696)
  • Add try_connect_all to allow initialisation without udp broadcast #1171 (@sdb9696)
  • Update dump_devinfo for smart camera protocol #1169 (@sdb9696)
  • Enable newer encrypted discovery protocol #1168 (@sdb9696)
  • Initial TapoCamera support #1165 (@sdb9696)
  • Add waterleak alert timestamp #1162 (@rytilahti)
  • Create common Time module and add time set cli command #1157 (@sdb9696)

Fixed bugs:

  • Only send 20002 discovery request with key included #1207 (@sdb9696)
  • Fix SslAesTransport default login and add tests #1202 (@sdb9696)
  • Fix device_config serialisation of https value #1196 (@sdb9696)

Added support for devices:

Project maintenance:

@sdb9696 sdb9696 added the release-prep Label for PR bumping release and updating changelog. label Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.48%. Comparing base (1f1d50d) to head (1df5b0e).
Report is 210 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1213      +/-   ##
==========================================
+ Coverage   92.47%   92.48%   +0.01%     
==========================================
  Files          99       99              
  Lines        6535     6535              
  Branches     1617      700     -917     
==========================================
+ Hits         6043     6044       +1     
  Misses        374      374              
+ Partials      118      117       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sdb9696 sdb9696 added this to the 0.7.6 milestone Oct 29, 2024
@sdb9696 sdb9696 merged commit 530cf4b into master Oct 29, 2024
28 checks passed
@sdb9696 sdb9696 deleted the release/0.7.6 branch October 29, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-prep Label for PR bumping release and updating changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant