> For the complete documentation index, see [llms.txt](https://www.requestranger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.requestranger.com/changelog.md).

# Changelog

This page will provide you with a comprehensive list of changes and updates to Request Ranger. We regularly release updates and patches to improve the performance, functionality, and security of the application. Stay up-to-date with the latest changes to take advantage of new features and enhancements.

<details>

<summary>Request Ranger Changelog 1.1.0: Explore New Horizons in HTTP Request Debugging! 🌌</summary>

We're excited to present the latest release of **Request Ranger**, now with even more powerful features to elevate your HTTP request debugging experience. To upgrade to version 1.1.0, we recommend downloading the latest release from the AppStore, as explained in our [README](https://github.com/Authentick/RequestRanger/blob/main/README.md).

🔧 As always, we advise using the attached binaries only if you have a specific need for this particular version.

#### New Features 🎉

* **Sitemap Feature**: Simplify host analysis with the newly added automatic sitemap creation, providing an organized overview of your application's structure. Navigate your way through your app's architecture with ease!
* **HTTPS Proxying Support**: Enhance your web application debugging experience with the addition of HTTPS proxying, allowing you to intercept and analyze encrypted traffic. Decrypt the mysteries of secure communications!
* **UI Improvements**: Enjoy a more user-friendly interface thanks to several UI enhancements, designed to streamline your debugging and testing processes. Interact with elegance and efficiency!

Continue to uncover the secrets of HTTP requests and conquer new territories with Request Ranger 1.1.0! 🚀

Release on GitHub: <https://github.com/Authentick/RequestRanger/releases/tag/v1.1.0>

</details>

<details>

<summary>Request Ranger Changelog 1.0.0: The Dawn of HTTP Request Mastery! 🌐</summary>

We're thrilled to introduce the initial release of **Request Ranger**, your ultimate solution for intercepting and editing HTTP requests like a pro. To get started, we recommend downloading the latest release from the AppStore, as explained in our [README](https://github.com/Authentick/RequestRanger/blob/main/README.md).

🔧 A quick reminder: we advise using the attached binaries only if you have a specific need for this particular version.

Embark on your journey towards HTTP request mastery with Request Ranger! 🚀

Release on GitHub: <https://github.com/Authentick/RequestRanger/releases/tag/v1.0.0>

</details>


---

# 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://www.requestranger.com/changelog.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.
