gphoto2.cr v0.8.0 Release Notes
Release Date: 2020-08-05 // almost 5 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