# Changelog

Note: If a release only includes "minor bugfixes" it's not displayed in the chanelog.

* 10/01/2025
  * Reworking payments - now with PayPal support.
* 01/28/2024
  * Enable "Free rise" during fermentation steps (heating will not be turned on until target temperature was reached).
  * Show gravity alongside temperature during fermentation on Automatic and Status page.
  * Fix bug for beerXML import if boiling size is missing.
* 12/13/2023
  * Varios bugfixes and stability increases: Deletion of gravities in the log, filtering out unvalid temperature values (only -20°C-150°C), display endpoint properly formatted device array
  * Display of gravity in the top bar when fermentation is ongoing in automatic mode
  * Return of calibration offset for Sonoff TH Elite devices for display
* 12/03/2023
  * Introduction of Pro API to query additional information for brewing devices, see detailled documentation [here](/developer-section/pro-api.md).
* 10/22/2023
  * Outliers in plots can now be removed from chart by clicking the trash icon and then the respective point in the chart\
    ![](/files/TR3cH5aeLn3Qt4U2RTrU)
  * Preparation for new Brick type
  * Inventory management released for PRO members
  * Several bug fixes
* 11/01/2023
  * minor updates (i.e. "last seen" of a Brick is now the delta to the current time, interaces from Bricks now display and indexnumber if the Brick has more than one interface of the same type)
  * bugfixes
  * Support of adding ingredients in recipes.
* 10/08/2022
  * Change of "temperature reached" reached logic. Old way: Current temperature lower than set temperature. New way: Current temperature has to be within +-0.25°K of the target temperature.
  * minor bugfixes
* 08/31/2022
  * Android app release
  * minor bugfixes
* 06/21/2022
  * custom polynom for iSpindel calibration in UI
* 05/23/2022
  * optimized stability and performance for brews in automatic mode
* 05/09/2022
  * [Display endpoint](/developer-section/bricks-api/connecting-displays.md) for connecting LCD displays.
* 02/06/2022
  * Recipe editing while brew is active.
  * Usability improvements (i.e. brewname is displayed as column in brewing logs)
  * minor bugfixes
* 12/23/2021
  * Supporting multiple brews at a time for PRO members.
* 11/21/2021
  * HERMS support
  * minor bugfixes
* 11/07/2021
  * BIAB mashing device support.
* 10/30/2021
  * Temperature Sensor calibration
  * Initialization cycles for pumps
* 08/17/2021
  * new language: Portugese


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bierbot.com/developer-section/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
