# Changelog

## v1.0.5 - 01/02/2025

* Minor bug fixes & ENV fix&#x20;

## v1.0.4 - 05/01/2025

* Removed profile dropdown from auth navbar for responsiveness.

## v1.0.3 - 02/01/2025

* Simplified .env setup to envs/.env.prod & envs/.env.dev ( Works in production for .env.prod ) No longer need to add to fly secrets.

## v1.0.2 - 01/01/2025

* Added Non organization version for download.
* Simplified logo locations
* Added Prod .env variables to runtime.ex for non-sensitive variables.

## v1.0.1 - 15/12/2024

* Added SiteMapController.ex for SEO Crawlers & Updated robots.txt
* Fixed duplicate title & description tags for pages.
* Added canonical host support in endpoint.ex & config.ex


---

# 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.fastphoenix.pro/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.
