# v1.2.1

* **Authentication — improved link preservation:**\
  Fixed an issue where the login flow could overwrite the link originally opened by the user. Users should now be redirected back to the correct page after authentication instead of losing their original context.
* **Shared links — time-based navigation:**\
  Added support for time parameters in links. This makes it easier to share and reopen charts or views at a specific point in time.
* **Blog — improved image display:**\
  Fixed image sizing issues on blog pages to ensure images are displayed correctly across layouts and screen sizes.
* **Date picker — interaction improvements:**\
  Improved date picker behavior and fixed related UI issues, making date selection more stable and predictable.


---

# 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.2.1.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.
