> For the complete documentation index, see [llms.txt](https://docs.bimcat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bimcat.org/release-notes/v0.57.md).

# v0.57

1. Improved the identification of detached projects on EC3. Project names will now be appropriately truncated if they exceed the EC3 limit of 100 characters.\
   \
   E.g.,\
   **Original name:** \[tallyCAT] This is some very-very long Revit project name just to demonstrate our splendid idea2024\
   \
   **Detached name:** \[tallyCAT] This is some very-very long Revit project name just to demonstrate our spl... \[Detached]
2. A Revit version column has been added to the Library tab of the Library Browser. Moreover, library items with a version higher than the current Revit document will now be disabled in the Library Browser.\\

   <figure><img src="https://lh5.googleusercontent.com/WGDcCZ3Fd1Bvm4tEQAWp9nbcyu8H9ZZHhayaQmvvnhVldQG0kkPQVXaBAarT0gjVpzRBrG9tmKrt1kj_mEgHWCZh1dio00NnnD4uyGY12YAJ7qBiA_n35KLBAIplA9i-SK4OYvbSaBFpE3mKhW2oQq0" alt=""><figcaption></figcaption></figure>
3. After exporting a project that includes Curtain Walls, tallyCAT will now verify if any Curtain Panel or Mullion family types are utilized in more than one Curtain Wall type. If so, a warning will be displayed, as tallyCAT currently cannot assign two or more different EC3 collections to the same family type. This behavior will be improved in the future.\
   ![](https://lh5.googleusercontent.com/tNuj98yODKm4HvR4m330dswcp39tRu1Isvx7dVNl4m1YtGhTVo_mbcWPrKuB9dezKwkv_98TAFCrsxkREYOCD0t93DqRe7MYeRUybLwTX7wBogxQB6kU_1TTUT84rgFfpl0WR6zes_kUwvuhxqRghmE)
4. Additional EC3 collection information is now displayed in the EC3 Revit view.\
   ![](https://lh3.googleusercontent.com/ohnXKjK4rqzmyPotIJtGLCWvsN3PpRtgrP103UDvX1xesE08N5tZHcWeQOxkH1plVIhsi124GzWbQ8zyhzt6kNIh1qhw5CU76Ci3rqbkJgd5wogUWKpmenqB3eT-GmBtTTOYbMaKE9PNpGlwB3GRbDE)\\

   <figure><img src="https://lh6.googleusercontent.com/2olj0QHUZRv0qBTzNhdJ8ZiML0OP1Np1-A0RuyWqcogluXxZc1vQ1SGfO-4ROjr_o7Ly0ue0QdIG7ukIhUioPpNJzqXZQAJK8Rjc0B2EhYyOhQg2-YEC8kxO--WJcXLJc9aAJ3ZnETtTsuK54yuLPkk" alt=""><figcaption></figcaption></figure>
5. Various bug fixes and performance enhancements have been implemented.


---

# 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://docs.bimcat.org/release-notes/v0.57.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.
