# v1.3.0

* **Authentication — redesigned login flow:**\
  The authentication flow has been reworked to improve login stability and session handling. This includes updates to OTP verification, token management, and refresh logic, resulting in a more reliable sign-in experience.
* **TradingView — improved chart stability:**\
  TradingView state handling has been improved to make charts more stable during interaction and navigation. This release also fixes cases where order direction could appear inconsistently between the chart and Active Orders.
* **Trading data — improved tick size handling:**\
  Tick size handling has been improved to make price-related calculations and trading interactions more accurate across supported markets.
* **Bots — improved account editing and workspace behavior:**\
  Bot workflows have been improved across account editing, futures bot detection, table navigation, and workspace switching. These updates make bot management more predictable when users move between accounts and workspaces.
* **Bots — simulation and caching improvements:**\
  Bot simulation behavior has been improved, including fixes related to cached data. This should make simulation results more consistent and reduce cases where outdated state affects the user experience.
* **Bots — HIP-3 support and stability fixes:**\
  Added HIP-3-related bot logic and fixed related bot behavior, improving bot compatibility and stability for supported trading scenarios.
* **Order terminals — improved order history usability:**\
  Order terminals now include a **Time** column, making it easier to review order activity chronologically. Loading behavior in order history has also been improved for a smoother experience.
* **Widgets — improved state persistence:**\
  Widget state handling has been improved so widget settings and layout behavior remain more consistent across projects.
* **Presets — improved saving stability:**\
  Fixed several preset-related issues, including duplicate values, repeated background updates, and unstable saving behavior.
* **Positions and balances — calculation fixes:**\
  Fixed issues related to position entry price display and balance aggregation. Position and balance data should now be more accurate and consistent across the interface.
* **Futures and grid bots — stability improvements:**\
  Fixed issues with one-way futures bot position handling and improved grid bot behavior, including both UI and logic updates.
* **Accounts — interface fixes:**\
  Fixed account-related display issues, including cases where the add account button could be shown incorrectly.


---

# 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.origami.tech/v1.3.0.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.
