# Changelog

## 2024-10-09(v0.5.0)

* **Added Support for Multiple Data Sources**:
  * New integrations include Perplexity and CMC.
  * Existing support for Yahoo Finance, Google Search, and private data sources remains.
* **Enhanced CMC Data Source**:
  * Now supports additional fields: market cap, FDV, circulating supply, and total supply.
* **Expanded Finance Templates**:
  * Added more finance templates and use cases to the public template sheet.
* **Fixed and Improved Installation Instructions**:
  * Enhanced guidance provided after installing the extension.

## 2024-09-20(v0.4.0)

* **Added Support for Yahoo Finance as Data Source**
* **Added New Functions: xsummarize**
* **Improved Menu Instructions**

## 2024-09-02(v0.3.0)

* **Added confidence level and view cell details for reference**
* **Improved Functions Docs**

## 2024-08-22(v0.2.0

* **Rename functions and docs**
* **Added new functions**:
  * xask, xfetch, xtranslate, xclassify, xtag, xcall, xdef

## 2024-08-12(v0.1.0)

* **Add Functions : xc\_ask**


---

# 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://doc.xcelsior.ai/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.
