Skip to content

Commit d5bfc2d

Browse files
committed
Update Changelog.md
1 parent a98b1d0 commit d5bfc2d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Changelog.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
A new major RevitLookup update with official Revit 2026 support and a lot of enhancements 🎉
66

7-
This release focuses on performance, a renewed UI, expanded functionality, redesigned application architecture, clearer separation of core components and user flow
8-
improvements. Let's move to the details.
7+
This release focuses on performance, a renewed UI, expanded functionality, redesigned application architecture, clearer separation of core components and user flow improvements. Let's move to the details.
98

109
## General
1110

@@ -39,8 +38,7 @@ Updated and improved Summary page components.
3938
- **Improved shortcuts**, now the **F5** key works in all cases, previously it was required to focus on an element.
4039
- **Improved filter menu**. Now applying **Show/hide** filters does not close the menu.
4140
- **Improved tooltips**. Tooltips now display more useful information, number of elements contained in the type, full type name.
42-
- **Improved search**. It is now more intuitive and faster. Priority is given to the members table, the table is filtered first, then if nothing is found, the list of items is
43-
filtered. When searching the table of members, the elements with the same type will be filtered as well.
41+
- **Improved search**. It is now more intuitive and faster. Priority is given to the members table, the table is filtered first, then if nothing is found, the list of items is filtered. When searching the table of members, the elements with the same type will be filtered as well.
4442
- **Show Extension** filter is now enabled by default.
4543
- **Patched WPF** issues causing non-obvious member's table behavior.
4644

@@ -73,10 +71,11 @@ Updated and improved Summary page components.
7371

7472
## LookupEngine
7573

76-
RevitLookup now runs on its own engine.
74+
RevitLookup now runs on its own [engine](https://github.com/lookup-foundation/LookupEngine).
7775
The engine can run outside Revit, and can be reused across the entire family of Autodesk products.
78-
This is a pledge for the future for
79-
products like AutocadLookup, InventorLookup and others. Isolating the engine also brings many new improvements:
76+
This is a pledge for the future for products like **AutocadLookup**, **InventorLookup** and others.
77+
78+
Isolating the engine also brings many new improvements:
8079

8180
- **The engine is much faster** than the integrated version, it allocates less memory, and supports more features.
8281
- **Added context support**, now allows additional metadata to be used to resolve members.
@@ -122,7 +121,7 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
122121
- `IsStructuralDeck`
123122
- `ParticipatesInWrapping`
124123

125-
- Visualisation now supports the new [CurveLoop](https://github.com/jeremytammik/RevitLookup/wiki/Visualization#curveloop-visualization) type, thanks @JieGou for the implementation!
124+
- Visualisation now supports the new [CurveLoop](https://github.com/lookup-foundation/RevitLookup/wiki/Visualization#curveloop-visualization) type, thanks @JieGou for the implementation!
126125

127126
![image](https://github.com/user-attachments/assets/f4d935f5-2cfd-44d2-b1c7-d5fdc07e95a1)
128127

0 commit comments

Comments
 (0)