Motioneye Versions Save

A web frontend for the motion daemon.

0.40rc1

5 years ago

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

5 years ago

What's new:

  • SMB protocol can now be manually selected when using network shares

0.39.2

5 years ago

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

5 years ago

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

5 years ago

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

6 years ago

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

6 years ago

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

6 years ago

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

0.37

6 years ago

What's new:

  • improved the email pictures attachment process

0.37rc1

6 years ago

What's new:

  • added SFTP upload support (thanks to @kwrt)
  • passwords are now stored as SHA1 hashes rather than in plain text
  • added support for HTTP basic authentication (see http_basic_auth)
  • smbctl: fixed a bug with upper case network shares
  • wifictl: hex-encoded PSKs are now supported
  • added support for running a command when an event ends (thanks to @jcsilva)
  • added a button to allow the user to manually take a snapshot
  • still images: added "manual" capture mode
  • still images: added "motion-triggered (one picture)" capture mode
  • a few code cleanups to reduce PEP8 warnings