What's new:
* autocapitalization for usernames and passwords is now disabled (thanks timmo001)
* better masked out area color (thanks 19grad).
* added support for `mjpeg://` URLs (thanks Queuecumber)
* added experimental support for removing old media files from Google Drive (thanks bob-lee)
* removed compatibility with Motion 3.x
* added support for Motion 4.2
* all V4L2 video controls can now be adjusted from the UI
* added a migration script to help converting from old Motion formats to Motion 4.2
**note 1**: Starting with motionEye 0.40, Motion 3.x versions are no longer supported. Please upgrade to Motion 4.x.
**note 2**: Starting with motionEye 0.40, the new Motion 4.x directives are used in configuration files. You can either remove and re-add all your cameras or you can use the [migrateconf.sh](https://github.com/ccrisan/motioneye/blob/master/motioneye/scripts/migrateconf.sh) script to convert your configuration files:
for file in /etc/motioneye/{motion,thread-*}.conf; do /usr/local/lib/python2.7/site-packages/motioneye/scripts/migrateconf.sh $file; done