Skip to content

Releases: FarmBot/farmbot_os

Version 2.1.4 (Conic Cactus)

14 Nov 17:20
Compare
Choose a tag to compare

Version bump for Farmbot OS

Version 2.1.3 (Conic Cactus)

07 Nov 22:39
Compare
Choose a tag to compare

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)

02 Nov 22:21
Compare
Choose a tag to compare

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)

28 Oct 21:03
Compare
Choose a tag to compare

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)

24 Oct 21:30
Compare
Choose a tag to compare

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)

23 Oct 20:04
Compare
Choose a tag to compare

Added some stuff to the kernel

Version 2.0.6 (Biennial Bignonia)

19 Oct 15:43
Compare
Choose a tag to compare

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)

12 Oct 01:11
Compare
Choose a tag to compare

I fixed e-stop for real this time.

EDIT: uploaded a new .img file.

Version 2.0.4 (Biennial Bignonia)

11 Oct 23:47
Compare
Choose a tag to compare

Version 2.0.3 (Biennial Bignonia)

11 Oct 19:30
Compare
Choose a tag to compare

Mostly stuff for the sequence VM