Releases: motioneye-project/motioneye
Releases · motioneye-project/motioneye
0.37rc1
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
0.36.1
0.36
What's new:
- added support for uploading media files to FTP server
- removed
base_path
setting - static files are now referenced using relative paths (thanks @lebomb44 for the suggestion) - removed OGG video format as it's no longer accepted by motion
- auth HTTP cookie names are now prefixed with
meye_
- admin password is now validated (trouble-causing special characters are no longer accepted)
- snapshot URL will do its best to always serve a JPEG frame
- motion gap setting now accepts value
0
- other minor fixes
0.35.2
What's new:
- space can now be used in passwords
- appending
?camera_ids=1,2,...
as query arguments will effectively display only those cameras - credentials can now be stored and remembered
- the number of rows when laying out frames is now configurable as a preference
- various editable mask fixes
- maximum uploadable media file size increased to 1GB
0.35.1
What's new:
- added motion_restart_on_errors setting to control whether motion should be restarted upon communication errors or not
- fixed capture FPS when a camera timeouts or freezes
relayevent.sh
now uses a request timeout of 5 seconds when transmitting events from motion to motionEye- added Camera ID field in the settings panel
- various streaming URLs are now shown in a popup
- fixed
manifest.json
location when usingbase_path
setting