CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 687
Releases: motioneye-project/motioneye
0.43.1b4
616a5b1
Compare
What's new:
- Closed an important security vulnerability, which allowed remote code execution via motionEye API: #3142 @hyperlyz @MichaIng
We highly recommend everyone on any previous 0.43.1 beta to update to this release ASAP, updating your container image, respectively updating a bare metal pip
-based installation via:
sudo systemctl stop motioneye
sudo python3 -m pip install --upgrade --pre motioneye
sudo systemctl start motioneye
Assets 2
0.43.1b3
e9d629b
Compare
What's new:
- Added Docker images for
riscv64
architecture: #3133 @MichaIng - Fixed a bug where the noise level setting changed due to inconsistent rounding when saving and reading back settings: #3084 @zagrim
- Added support for distros where
meyectl
is not installed to/usr/local/bin/meyectl
, notably Arch Linux, to the systemd unit installed viamotioneye_init
command: #3011 @MichaIng - Added Python 3.13 support: #3092 @mosquito
- Message-ID is now added to emails to fix possibly rejections by email servers: #3030 @donlorenzo
- Added Tamil language: #3099 @TamilNeram
- Added Vietnamese language: #3124 @thanhtantran
- Several translation updates, many thanks to all @weblate contributors ❤️
Assets 2
0.43.1b2
e096193
Compare
What's new:
- Restored authentication with surveillance user: #2944 @zagrim
- Conflicting
motion.service
is now disabled bymotioneye_init
execution: #2980 @MichaIng - Turkish language added: #2965 @ToramanO (I hope the GitHub account is correct 😉)
- Restored working schedule functionality: #2987 @zagrim
- Optimised camera button display, allowing up to 16 action buttons: #2903 @sevimuelli
Assets 2
0.43.1b1
2862efe
Compare
What's new:
- BREAKING: motionEye requires now Python 3.7 or later and does not support Python 2 anymore.
- Multi-language support has been added. You can contribute to translations on Weblate.
- Support for motion 4.4 - 4.6 has been added: #2462
Remember to update your custom options in case: https://motion-project.github.io/motion_config.html#Configuration_OptionsAlpha - Support for WebDAV uploads has been added: #1743
- Support for S3 uploads has been added: #2376
- A long list of larger and smaller enhancements and bug fixes, too many to list them here.
Assets 2
0.42.1
Compare
What's new:
- Fixed smart mask sluggishness limits.
- Fixed floating image dimensions when generating media preview.
- Fixed filename validation regex.
- Added support for
nvenc
(credits go to @HawtDogFlvrWtr).
Assets 2
0.42
Compare
What's new:
- Added RTMP support (thanks @mcd1992)
- Added movie passthrough option support (thanks @wmig)
- Adjusted validations for various fields (thanks @jwheeler91)
- Added h264 V4L2 M2M support (Odroid XU4 hardware accelerated encoding)
- Additional options are now hidden when surveillance user is logged in
- (Hopefully) fixed erroneous fps reporting
Assets 2
0.41
Compare
What's new:
- Fixed video streams not working on Chrome 76+ (thanks @rajendrant)
- Dockerfile: fixed path to
vcgencmd
(thanks @kleini) - Fixed issues when using unicode in notification hooks (thanks @zagrim)
- Added more validations on the UI side (thanks @zagrim)
- More general
/usr/bin/env bash
shebang is now used (thanks @phaethon) - Fixed Google Drive upload cleanup issue (thanks @chiastic-security)
- Current value is now shown while adjusting sliders (thanks @zagrim)
- Fixed Clean Cloud bug with leading/trailing slash in path (thanks @bob-lee)
- Various Google Photos upload improvements (thanks @bob-lee)
- Added support for
threshold_maximum
andthreshold_tune
Motion options - Credentials are no longer embedded in the URL when using simple MJPEG cameras
- Removed advanced options flag
- Added required headers to prevent caching of streaming frames
- Fixed smart mask sluggishness description
Assets 2
0.41rc1
Compare
Bump version to 0.41rc1
Assets 2
0.40
Compare
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
Assets 2
0.40rc5
Compare
What's new:
- fixed streaming image corruptions due to HTTP headers misuse
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