This release will not break existing setups. All new features are optional.
All new functions are described in detail in the wiki.
If updating manually, run install.sh.
This is a major release for us, but propably not-so-major release for you. The bot now uses async calls for most of the things, which should permit a lot of thing not possible before.
New features
- #276 Full SSL support! If you are a serious business no fun allowed devops and run your printer stack as best practices suggest with https and access control, you will enjoy this!
- Video/picture capturing has received an overhaul. The performance need/impact should be significantly reduced. Default camera mode is now mjpeg. To read more about camera modes, we have created a new page on the wiki here. By default, we assume that you are running with mjpeg. If you use something more exotic like an h264 stream, please don't forget to add either
type: ffmpeg
ortype: opencv
to your configuration. /ip
command to get the local ip of the machine the bot is installed on
Changes
fourcc
parameter now has h264
and mpeg4
as allowed values due to changes how the bot works with ffmpeg.
Fixes
- Macro autocompletion was seemingly broken for a year now, and nobody noticed. It's fixed now!
- #147 - Seemingly memory stopped leaking for now
- #289 Secrets are now being properly picked up in certain edge cases
- #294 Implemented log upload to the log parser made by CODeRUS. Kudos to him for his great tool.
- #122 fixed - bot should not be as agressive in trying to reach moonraker
Full Changelog: v1.4.0...v2.0.0