Skip to content

Releases: jeremytammik/RevitLookup

2022.0.3.2

03 Jan 13:16
Compare
Choose a tag to compare

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

21 Dec 17:38
Compare
Choose a tag to compare

Fixed #117 issue. Reflection TargetException message replaced by InnerException message, now the description of the exception will be detailed.

2022.0.3.0

04 Dec 12:21
Compare
Choose a tag to compare

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

30 Nov 06:53
Compare
Choose a tag to compare

Update Readme.md: added mention of RFA and RVT project files.

2022.0.2.5

13 Nov 18:39
ffcb4eb
Compare
Choose a tag to compare

Added automatic generation of a release for the master branch

2022.0.2.4

04 Nov 12:06
Compare
Choose a tag to compare

integrated PR #115 by @ricaun adding support to click keyboard escape to close form

2022.0.2.3

03 Nov 18:53
Compare
Choose a tag to compare

@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

01 Nov 12:46
Compare
Choose a tag to compare

integrated Readme.md update (#110) and created dev branch

2022.0.2.1

29 Oct 18:30
Compare
Choose a tag to compare

restored historical readme from 2005 by Jim Awe and converted word doc to markdown

2022.0.2.0

29 Oct 17:29
Compare
Choose a tag to compare

integrated pull request #108 by Roman @Nice3point to include previous versions in the installer