> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/notices/notices-archive/24-12-24.md).

# 24-12-24

## 🎄 Holiday Greetings & Exciting News for 2025 🎄

As we approach the end of 2024, we want to take a moment to thank you for your continued support throughout the year. Your feedback and enthusiasm drive us to keep improving, and we’re excited for what’s to come in 2025.

We wish you a wonderful holiday season and a joyful Christmas! 🎄

Please note: Our team will be on holiday from December 28 to January 1, and responses to inquiries may be delayed during this time. We appreciate your understanding.

***

### Coming Next Month: Smart Tab View Add-in

<figure><img src="/files/krpzqwHOGKvWtCS6n0Zd" alt=""><figcaption></figcaption></figure>

Kick off 2025 with our newest add-in, **Smart Tab View**, designed to make project navigation more intuitive and organized.

* Custom Tab Colors: Assign unique colors to tabs for each project.
* Context Menu: Right-click the active tab to access various options, including reopening recently closed tabs—just like in a web browser.

More details about Smart Tab View will be shared in early 2025—stay tuned!

<figure><img src="https://mcusercontent.com/92e40100691462c16f54c9274/images/f6798372-a6a5-ca25-6c79-80719e0d01a0.png" alt=""><figcaption><p>Smar Tab View</p></figcaption></figure>

***

### Looking Ahead to 2025

We’re starting the new year strong with updates to popular add-ins like **Filter+ Basic** and **Mynamo**, bringing you even more features to enhance your workflows. Stay tuned for detailed announcements in the coming weeks!

<https://bimil.bimpeers.com>


---

# 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://bimil.gitbook.io/docs/notices/notices-archive/24-12-24.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.
