Skip to content

Releases: motioneye-project/motioneye

0.43.1b4

14 May 14:49
616a5b1
Compare
Choose a tag to compare
0.43.1b4 Pre-release
Pre-release

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

0.43.1b3

02 May 11:50
e9d629b
Compare
Choose a tag to compare
0.43.1b3 Pre-release
Pre-release

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 via motioneye_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 ❤️

0.43.1b2

29 May 20:32
e096193
Compare
Choose a tag to compare
0.43.1b2 Pre-release
Pre-release

What's new:

  • Restored authentication with surveillance user: #2944 @zagrim
  • Conflicting motion.service is now disabled by motioneye_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

0.43.1b1

24 Dec 14:09
2862efe
Compare
Choose a tag to compare
0.43.1b1 Pre-release
Pre-release

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.

0.42.1

07 Jun 07:27
Compare
Choose a tag to 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).

0.42

15 Dec 12:07
Compare
Choose a tag to 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

0.41

29 Aug 15:23
Compare
Choose a tag to 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 and threshold_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

0.41rc1

11 Aug 18:42
Compare
Choose a tag to compare
0.41rc1 Pre-release
Pre-release
Bump version to 0.41rc1

0.40

27 Apr 18:32
Compare
Choose a tag to 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

0.40rc5

20 Mar 20:01
Compare
Choose a tag to compare
0.40rc5 Pre-release
Pre-release

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