farmbot_os/CHANGELOG.md

87 lines
2.0 KiB
Markdown
Raw Normal View History

# 2.1.9
* changed folder structure around
* moved farmbot_auth and farmbot_configurator back into an umbrella application
2017-01-16 16:52:49 -07:00
* begin migration to CeleryScript for all the things
* Multi Platform support
* `Configurator` looks great. thanks @MrChristofferson && @RickCarlino
* Code base was converted to CeleryScript, so it is much more stable
* bot configuration is now based on a single (json) that is shared across platforms/targets
# 2.1.10
* a few minor bug fixes to the previous release.
2017-02-27 00:33:59 -07:00
# 3.0.0
* Makefile
# 3.0.1
* implement bot state migrations
* logger fixes.
# 3.0.2
* Farmware initial concepts.
# 3.0.3
* Farmware fixes
# 3.0.4
* Logger bug fixes
# 3.0.5
* Configurator got a facelift + a few extra features.
# 3.0.6
* Syncing is now a multiple request action and is now much faster and safer.
* change folder structure
* begin adding redis support.
2017-04-17 10:32:02 -06:00
# 3.0.8
* Rewrite Serial handler and bundle FW into the OS.
# 3.1.0
* Fix a bug with unwanted Logs going to the frontend/backend.
# 3.1.1
* Bundle a new FW fixing z axis and gravity.
# 3.1.2
* Fix bug caused by Github changing their release api.
2017-04-26 08:41:19 -06:00
# 3.1.3
2017-04-17 10:32:02 -06:00
* Fix peripheral bug.
2017-04-26 08:41:19 -06:00
# 3.1.4
* Bundle new FW
* Add Rollbar client
2017-04-26 15:59:27 -06:00
# 3.1.5
* Clean up a ton of log messages causing RollBar problems.
* Finally rewrite the firmware uploader.
* Bump Firmware Version.
* Misc bug fixes.
2017-05-28 09:27:42 -06:00
# 3.1.6
* Bundle new FW (01.13)
* Increase WiFi Stability
* Refresh auth token more frequently
* Clean up noisy log messages
2017-07-05 09:59:34 -06:00
# 4.0.0
* bundle new Arduino Firmware
* overhaul HTTP adapter
* start fixing cross cutting concerns within the application
# 4.0.1
* fix bug in E-Stop
2017-08-09 13:06:03 -06:00
# 5.0.0
2017-07-05 09:59:34 -06:00
* add a progress bar to http client for downloads.
* Bundle new Arduino Firmware.
2017-07-20 09:20:04 -06:00
* Rewrite Farmware Handler again, to use HTTP/REST this time instead of STDIN/STDOUT.
2017-07-27 12:12:32 -06:00
* Add location_data to bot state. This includes encoder position.
* Add `jobs` field to bot state.
2017-08-09 13:06:03 -06:00
# 5.0.1
* Fix not being able to move to a point in some cases.
* Fix a sub sequence never returning.
* add `busy` flag to the bot's state.