Skip to content

Commit 2c5c4b5

Browse files
committed
Update Changelog.md
1 parent 6f4f6cb commit 2c5c4b5

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

Changelog.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ improvements. Let's move to the details.
1414
- **Unlocked Ribbon buttons** for document-independent actions. Some dialogs can be opened without opening a document.
1515
- **Improved context actions**. Now `Delete` command shows the number of deleted Elements from the document.
1616
- **Improved exception handling**. Now shows more informational messages, added more supported error types. Fixed some application crashes.
17-
- **Fixed dependency conflicts** for .NET Framework versions of RevitLookup, according to tests, you should no longer encounter startup issues. For the .NET Core version,
18-
everything is unchanged, RevitLookup uses an isolated context.
17+
- **Fixed dependency conflicts** for .NET Framework versions of RevitLookup, according to tests, you should no longer encounter startup issues.
1918

2019
## User Interface
2120

@@ -67,7 +66,7 @@ Updated and improved Summary page components.
6766
- **Adjusted default window sizes** for better display due to changes in Win.UI components.
6867
- **Synchronised UI library** and styles with Wpf.UI.
6968
- **Improved theme synchronization** with Windows.
70-
- **Added high contrast** theme.
69+
- **Added a new high contrast** theme.
7170

7271
## LookupEngine
7372

@@ -76,7 +75,7 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
7675

7776
- **The engine is much faster** than the integrated version, it allocates less memory, and supports more features.
7877
- **Added context support**, now allows additional metadata to be used to resolve members.
79-
- **Fixed CLR exceptions** for critical .NET Core components when analyzing members.
78+
- **Fixed CLR exceptions** for critical .NET Core components when evaluating members.
8079
- **New Lookup Engine API**. Isolation encouraged independent use of the API in any application.
8180
- **Improved context detection**, objects now understand what context they are in and provide values specific to their context, not just the active context.
8281
- **Added navigation stack**, now it will be easier to add support for new unsupported parent-dependent methods.
@@ -87,11 +86,11 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
8786
- `DatumPlane.CanBeVisibleInView`
8887
- `DatumPlane.GetPropagationViews`
8988
- `IndependentTag.TagText`
90-
- Added new **View extensions**:
89+
- Added new **View* extensions:
9190
- `GetAllPlacedInstances`
92-
- Added new **Wall extensions**:
91+
- Added new **Wall** extensions:
9392
- `IsWallCrossSectionValid`
94-
- Added new **CompoundStructure extensions**:
93+
- Added new **CompoundStructure** extensions:
9594
- `CanLayerBeStructuralMaterial`
9695
- `CanLayerBeVariable`
9796
- `CanLayerWidthBeNonZero`
@@ -120,18 +119,18 @@ products like AutocadLookup, InventorLookup and others. Isolating the engine als
120119

121120
## Development notes:
122121

122+
- **Redesigned project structure**:
123+
- Standalone [LookupEngine](https://github.com/LookupEngine/LookupEngine.UI). The LookupEngine is now a separate project, independent of RevitLookup.
124+
- Standalone [LookupEngine.UI](https://github.com/LookupEngine/LookupEngine.UI). The LookupEngine UI is now a separate project, independent of RevitLookup.
125+
- UI Playground for development and testing the UI outside the Revit, independently.
123126
- **Moving to Central Package Management**, all dependencies are now managed in a single file.
124127
- **Moving to Central Build Management**, common build configurations are now managed in a single file.
125128
- **Automatic registration of MVVM components** in the service provider, no longer need to register each component manually.
126-
- **Added unit tests** for Revit-independent components.
127129
- **.NET 9 SDK support** for development.
128130
- **Migrated to SLNX solution format**, to avoid Git merge conflicts.
129-
- **Changed API for ContextMenu**, simplified and integrated with the service provider.
131+
- **Changed API for ContextMenu**. Now it provides dependecies and execution context.
130132
- **Disabled PresentationFramework traces** for the entire domain to address UI performance issues and freezing under an attached debugger, leaving only Critical events enabled.
131-
- **Redesigned project structure**:
132-
- UI design is now a separate project, independent of RevitLookup. All UI components are now developed and tested outside Revit, greatly speeding up the implementation of new
133-
features.
134-
- Standalone LookupEngine. The LookupEngine development is now a separate project, independent of RevitLookup.
133+
- **Updated** [Contribution](https://github.com/jeremytammik/RevitLookup/blob/dev/Contributing.md) guide.
135134

136135
Made with love by @Nice3point 🕊️
137136

@@ -168,7 +167,7 @@ Feedback: https://github.com/jeremytammik/RevitLookup/pull/296
168167
The **Revit.ini** file is a key configuration file in Revit that stores settings related to user preferences, system behavior, and project defaults.
169168

170169
The **Revit.ini File Editor** provides a simple and efficient way to manage these settings without the need for manual editing.
171-
With this tool, users can quickly adjust Revits configurations to match project needs or personal preferences, making it an essential utility for both professionals and teams
170+
With this tool, users can quickly adjust Revit's configurations to match project needs or personal preferences, making it an essential utility for both professionals and teams
172171
working with Revit.
173172

174173
![image](https://github.com/user-attachments/assets/701a0a97-1906-419d-950b-b70f9b852966)
@@ -192,9 +191,9 @@ Many thanks to @RichardPinka for testing tools in the discussion: https://github
192191

193192
## Public RevitLookup roadmap
194193

195-
Curious about whats next? Stay updated on the latest developments for RevitLookup and share your feedback.
194+
Curious about what's next? Stay updated on the latest developments for RevitLookup and share your feedback.
196195

197-
Check out our Public Roadmap to see whats coming up in future releases.: https://github.com/users/jeremytammik/projects/1
196+
Check out our Public Roadmap to see what's coming up in future releases.: https://github.com/users/jeremytammik/projects/1
198197

199198
![image](https://github.com/user-attachments/assets/14c3479d-871a-4f32-a933-a4b365e566bc)
200199

@@ -656,7 +655,7 @@ Many thanks to @SergeyNefyodov for contributing to RevitLookup
656655

657656
- **Modules view**
658657

659-
The new Modules view lets you inspect the dynamic link libraries (DLLs) and executables that your app uses. In this view, youll find information such as module names, versions,
658+
The new Modules view lets you inspect the dynamic link libraries (DLLs) and executables that your app uses. In this view, you'll find information such as module names, versions,
660659
application domains, paths to the module.
661660
![image](https://github.com/jeremytammik/RevitLookup/assets/20504884/b9f23a6c-24c8-4ff5-a4d1-59a3a685ac4d)
662661

0 commit comments

Comments
 (0)