gphoto2.cr v0.8.0 Release Notes
Release Date: 2020-08-05 // about 4 years ago-
- Compatibility with Crystal
0.35.1
- โ Removed
Camera.autorelease
method, which wasn't very useful anyway (Camera#autorelease
is still present) - ๐ Changed
Camera.where
to accept only named arguments (Camera.where(model: /Canon/)
) - ๐ Changed
timeout
argument type toTime::Span
forCamera::Event#wait
- โ Added optional
timeout
argument toCamera::Event#wait_for
- ๐ Changed
CameraFile#save
to take additionally aPath
object as destination - ๐ Changed many methods to accept only enums instead of
Symbol | String
variants as before - Lots of code and APIs cleanups
- Compatibility with Crystal
Previous changes from v0.7.6
-
- ๐ Fixed
CameraFolder#clear
method - ๐ฒ Switched to debug.cr shard for logging
- ๐จ Small refactors
- ๐ Fixed