Releases: jeremytammik/RevitLookup
2022.0.3.2
This update fixes the display of labels:
- Support for string empty label.
- Support for string null label.
- Support for double? null label.
- Renamed "View = null" to "Undefined View". This was a misnomer because null throws an exception
- Renamed "View = null - Including geometry objects not set as Visible" to "Undefined View, including non-visible objects"
- Renamed "View = Document.ActiveView" to "Active View"
- Renamed "View = Document.ActiveView - Including geometry objects not set as Visible" to "Active View, including non-visible objects"
2022.0.3.1
Fixed #117 issue. Reflection TargetException message replaced by InnerException message, now the description of the exception will be detailed.
2022.0.3.0
This is patch release to fix a few items. This release will fix the issues below:
- Removed unused code and resources, reduced application size
- Optimized collections and arrays, updating the window just got a little faster
- Fixed broken print and preview button
- Reduced memory allocation
2022.0.2.6
Update Readme.md: added mention of RFA
and RVT
project files.
2022.0.2.5
Added automatic generation of a release for the master branch
2022.0.2.4
2022.0.2.3
@Nice3point string interpolation, object initialiser, build installer exitCode check, version property, fix issue #113 snooping family type, merge pull request #114
2022.0.2.2
integrated Readme.md update (#110) and created dev branch
2022.0.2.1
restored historical readme from 2005 by Jim Awe and converted word doc to markdown
2022.0.2.0
integrated pull request #108 by Roman @Nice3point to include previous versions in the installer