Releases: motioneye-project/motioneye
0.40rc2
What's new:
- fixed Motion pre-4.2 configuration options conversion
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 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
0.40rc1
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 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
0.39.3
0.39.2
What's new:
- upload services: fixed incorrect file name when using symlinks for root directory (thanks to @randomstring)
- fixed SMB network shares mounting when using newer versions of
cifs-utils
package - fixed 'unmatched' KeyError when listing disks
0.39.1
What's new:
- fixed a horrible bug where the admin and normal user passwords would be overwritten with five stars
- improved frames layout when fitting frames vertically on mobile devices (thanks to @hobbyquaker)
- fixed in-browser video playback temporary file issue (thanks to @PaulAnnekov)
0.39
What's new:
- added in-browser video playback (many thanks to @dermotduffy and @Mrnt)
- added
server_name
config setting (thanks to @hobbyquaker)
0.38.1
What's new:
- fixed SMB mounts when no username is provided
- fixed a bug where MMAL cameras would get some V4L2 motion config options
- added
webcontrol_parms
option to enable motion HTTP API on motion 4.1 or later - fixed content type for downloaded movie files (thanks to @Mrnt)
- frame rate is now dimmed when a dialog is opened (thanks to @Mrnt)
- lots of Docker improvements (thanks to @kleini)
0.38
What's new:
- fixed EOFError on recent Python versions when listing media files
- double-sized text is now set on resolutions with width above 640
- added support for OMX hardware encoding on the Raspberry PI when creating h264 movies
- added support for the Raspberry PI MMAL camera interface (thanks to @inodlite)
- added a version query argument to static resources (JS/CSS files) to prevent undesired browser caching
0.37.1
What's new:
- fixed authentication no longer working for Remote motionEye Cameras
- normal (surveillance) password is kept (again) as plain text, because it may be needed for streaming authentication
- fixed streaming authentication
- streaming framerate is now pushed above capture framerate with 5 more fps
- framerate dimmer now accepts value 0 which will refresh the camera once, at page load