Releases: FarmBot/farmbot_os
Releases · FarmBot/farmbot_os
Version 2.1.4 (Conic Cactus)
Version bump for Farmbot OS
Version 2.1.3 (Conic Cactus)
What's new?
- Fixed a pretty gnarly bug having to do with web cam urls being blank
- fixed a lot of naming issues.
- changed Auth to do message passing rather than function callbacks.
- Made FarmEventManager more legible.
- added a bunch of doc comments.
What's next?
- still working on persisting regimens across reboots.
- The OS and (API + Frontend) need to have some sort of dependency system soon.
Version 2.1.2 (Conic Cactus)
Pretty big update. Heres whats up:
NOTE YOU WILL NEED TO RECONFIGURE YOUR BOT WITH THIS UPDATE
What's new
- Regimens work. They do not persist reboots, and are not very tolerant of Network or power failures.
- All of the data that comes in as a sync is now much easier to handle, and safer.
- Filesystem changed to ext4 to stop from power loss ruining your bot state.
- params and configuration should persist across reboots now.
- New version of configurator asks users for their current timezone so regimens can work right.
- various other bug fixes
What's next
- Regimens still need work.
- peripherals probably need work.
- probably need more log messages.
Version 2.1.1 (Conic Cactus)
What's new
- Filesystem is (hopefully) really really really safe now.
- Started implementing Regimens. (we still need to ask the user for their gmt offset somehow. )
- Logs looks nicer, and will be searchable.
- So many logs
What's next
- regimens
- Tools
Version 2.1.0 (Conic Cactus)
What's New?
- Sequences are now working better than ever
- Sequences will be queued up when other sequences are running
- Farmbot Configurator has moved!
- See this repo for the contents of Farmbot Configurator.
- UART commands are incredibly safer
- BotStatus is much more organized
- Better log support for devices that dont initialize
- OTA updating of firmware is back!
Version 2.0.6 (Biennial Bignonia)
Added some stuff to the kernel
Version 2.0.6 (Biennial Bignonia)
Minor update
This is a possible fix for people with wifi configurator problems.
Debug messages will now be printed onto an hdmi monitor this will be easier to get error messages until someone writes backend for Logger to log to disk
Version 2.0.5 (Biennial Bignonia)
I fixed e-stop for real this time.
EDIT: uploaded a new .img file.
Version 2.0.4 (Biennial Bignonia)
E stop fix
Version 2.0.3 (Biennial Bignonia)
Mostly stuff for the sequence VM