1.0.24
Fixed
- Improvements to requests session handling to prevent ConnectionErrors due to repeated connections. Thanks @tomer953 for reporting.
Added
- Note about Firefox in Readme.md. Thanks @jmorcate for highlighting this gap.
Changed
- Sort gallery listings with simple python sort.
- Removed deprecated logzero dependency, switched to logging. Thanks @bdsoha for the implementation and note.