Skip to content

Releases: zauberzeug/rosys

v0.13.0

05 Aug 13:12
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

v0.12.0

29 Jul 15:33
2f47e5f
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

v0.11.0

17 Jul 13:38
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

v0.10.11

08 Jul 12:57
a4763b6
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

  • Prevent log config from loading for other pytest projects (#141 by @rodja)

v0.10.10

26 Jun 15:41
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

v0.10.9

24 May 17:15
Compare
Choose a tag to compare

Bugfix

  • Fix connect method of UsbCamera and SimulatedCamera by awaiting _apply_all_parameters (@falkoschindler)

v0.10.8

24 May 15:32
3190cb0
Compare
Choose a tag to compare

Breaking Changes

  • UsbCameras are now by default not streaming (see #113 (review)). So you need to set camera.streaming = True to constantly receive images.

New features and enhancements

v0.10.7

08 May 13:11
Compare
Choose a tag to compare

Bugfixes

Documentation

v0.10.6

06 May 12:25
Compare
Choose a tag to compare

New features and enhancements

Bugfixes

v0.10.5

16 Apr 08:09
Compare
Choose a tag to compare

Enhancements

  • Upgrade to NiceGUI 1.4.22, Pillow 10.3.0, and IDNA 3.7 to fix dependabot alerts (@falkoschindler)
  • Exclude Uvicorn version 0.29.0 to avoid backup problems during teardown (@falkoschindler)
  • Refactored run_arp_scan to remove the interface parameter, simplifying network camera detection across all network interfaces (@angelom93)