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

# 2024

## Version 299

#### Reference Line Updates

It is now much easier to create division lines when inserting a reference line or member. Just click on one line then another to create a division line between them. You can customize the division factor immediately after creating the line.

Hovering over a reference line's defining line(s) or intersection(s) in the properties panel now highlights those lines in the scene.

![Reference Line Differentiation](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/299-RefLineDiff.gif)

#### Save Estimates

When you create an estimate CSV/PDF in a project, the values you entered are saved and can be reloaded later. You can set a name for the estimate for easy reference.

![Saving Estimated](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/10395-save-and-reload-estimates.png)

## Version 298

#### Changes to Hanger Visuals

Hanger models are displayed on the girder in single component design view and layout view

New render modes to determine whether to show hardware, connection overrides, both, or neither

Tooltip and right-click menu are supported in single component design view

![Layout View](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/10350-hanger-layout-view.png)

![Design view (selected, with tooltip)](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/10350-hanger-design-views.png)

#### Support arithmetic in distance inputs

Addition and subtraction are now supported in distance input fields. Subtraction is denoted with a hyphen surrounded by spaces to distinguish it from the linking hyphen present in various accepted distance formats. Addition is denoted with a + symbol.

![Arithmetic in Inputs](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/10377-aver-dimension-input-arithmetic.gif)

## Version 291

#### More Informative Point Loads

All point loads sharing a location are now displayed as a stack with a sum-total label. When no load case is selected, the greatest loads at each point will be shown.

![Summed point loads](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/10128-aggregated-loads.png)

#### Multiselect

Multiselect has finally arrived in design mode! Hold Ctrl when clicking or dragging to select multiple members or plate pairs in order to edit, lock, or delete them all at the same time.

![multiselect in action](https://paragonstorageprod.blob.core.windows.net/relase-notes-images/291-multiselect.gif)

## Version 288

#### Analysis setting for Plate Required Lateral Bite

The required lateral bite allows you to enforce a minimum amount of overlap between a plate and each member it grips. This was hard coded to 1" but is now configurable anywhere between 0" to 6".


---

# 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.paragontruss.com/release-notes/2024.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.
