> For the complete documentation index, see [llms.txt](https://docs.openalgo.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openalgo.in/change-log/release/version-1.0.0.35-launched.md).

# Version 1.0.0.35 Launched

4th October 2025

**Theme & UI Enhancements**

1. Upgraded to **Tailwind CSS v4.1.14** and **DaisyUI v5.1.27**
   * Migrated from v3 → v4 with **ES Modules** and `@plugin` syntax
   * Includes all **30 built-in themes** for dynamic styling
2. **30+ Themes Support**
   * Users can now switch themes directly from the **Profile → Theme** section
   * Themes persist across sessions and reloads
3. **Sandbox Theme Update**
   * Default Sandbox theme changed from **Garden** to **Dracula** for better contrast and dark-mode consistency
4. **Analyze Mode Stability Fixes**
   * Prevented unintended theme switching while using Analyze Mode
   * Eliminated theme flickering during page navigation
   * Ensured theme persistence on browser minimize/restore

**Broker & API Fixes**

* Upstox Quotes API fixed
* Upstox P\&L and LTP updates corrected in Positionbook
* Angel BFO symbol format fixed
* Flattrade `placesmartorder` and modify order issues resolved
* General improvements to symbol consistency and broker-specific validations

**General UI Fixes**

* Alignment issues corrected across all broker login pages
* Updated FAQ section in the Help menu
* Improved consistency across modals, buttons, and theme transitions

***

#### Upgrade Instructions

For detailed steps: <https://docs.openalgo.in/getting-started/upgrade>

**Dependencies**

No new Python dependencies introduced.

**Configuration**

No database migration required for this release.\
`.env` v1.0.4 remains compatible.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openalgo.in/change-log/release/version-1.0.0.35-launched.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
