> 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/version-history.md).

# Version History

#### v2.0.6.0 (2026-05-26)

* Added login device management and authentication features.

#### v2.0.5.0 (2026-04-29)

* Revit 2027 supported.
* Added option for Auto-update add-ins.

#### v2.0.4.0 (2026-04-10)

* Fixed search issues in My Add-ins.

#### v2.0.3.0 (2026-02-02)

* BIMIL Hotfix.

#### v2.0.2.0 (2026-02-02)

* UI improvements.
* Added Credit information in Settings.

#### v2.0.1.0 (2025-12-15)

* Fixed compatibility issue with some add-ins causing resource loading errors.

#### v2.0.0.0 (2025-12-08)

* Complete UI redesign with enhanced layout.
* Added Notices panel to view notification history.

#### v1.3.0.0 (2025-11-24)

* Added third-party add-in support.

#### v1.2.2.0 (2025-09-15)

* Fixed ArchiFilm installation issue/ Added Quick Invite.

#### v1.2.1.0 (2025-09-01)

* Optimizing User Registration and Profile Management Flow.

#### v1.1.9.0 (2025-08-18)

* Core update for BIMIL add-ins, improved notifications.

#### v1.1.8.0 (2025-07-23)

* Improved login persistence when returning from sleep mode.

#### v1.1.7.0 (2025-06-23)

* Added "My Add-ins" tab, "Update All" button, and "add-in list refresh" button.

#### v1.1.6.0 (2025-06-09)

* Released ArchiFlim(Alpha ver.) add-in.

#### v1.1.5.0 (2025-05-30)

* Admin-free installation support.
* Login protection (Single-session enforcement).

#### v1.1.3.0 (2025-03-31)

* Released Snap View Add-in.
* Improved Auto Tag stability.
* Enhanced BIMIL Manager checks.

#### **v1.1.2.0** (2025-03-17)

* Added Feedback button and improved Excel Link Add-in.

#### **v1.1.0.0** (2025-01-13)

* Added automatic updates.

#### **v1.0.8.2** (2024-11-13)

* Hotfix for performance optimization.

#### **v1.0.8.0** (2024-11-11)

* Added a link to BIMIL Docs.
* Updated the sorting method for the add-in list.

#### **v1.0.7.5** (2024-10-14)

* Resolved issues with add-in information display.
* Prepared for upcoming add-ins.

#### **v1.0.7.0** (2024-09-23)

* Optimized common file size, reducing it by 60%.

#### **v1.0.6.2** (2024-08-21)

* Hotfix for performance optimization.

#### **v1.0.6.0** (2024-08-19)

* Introduced UI enhancements.
* Added an option to start BIMIL on system startup.

#### **v1.0.4** (2024-06-25)

* Improved the BIMPeers Add-in installation process.
* Reset all settings.
* Ensured new items appear at the top of the list.

#### **v1.0.3** (2024-05-20)

* Added functionality to remove BIMIL add-ins.
* Updated the "Create Account" UI.

#### **v1.0.2** (2024-04-19)

* Fixed an issue related to tab errors on the settings page.

#### **v1.0.1** (2024-04-17)

* Resolved issues with add-in information display.

#### **v1.0.0** (2024-04-16)

* Initial release.


---

# 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/version-history.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.
