Releases: Carson-McCombs/RevitTools
v3.0_beta
- Fixed many bugs
- Converted file structure to MVVM
- Fully implemented 3-mode dimensioning for piping elements
- Merged Dimension Settings into Main Application Settings window
What's Changed
- Temporary dev by @Carson-McCombs in #8
New Contributors
- @Carson-McCombs made their first contribution in #8
Full Changelog: v2.1_beta...v3.0_beta
v2.1_beta
New Features:
-Dimension Pipe End Prep BC - Optional method of setting Pipe End Prep using connector data instead (not yet optimized for use with unions).
-Dimension Pipe Line now dimensions until a non-parallel connector is found, such as on a bend or mechanical equipment.
-Parameter Manager Window now updates and applies changes as they happen.
-Parameter Manager Window can now select by group and is more clear what is selected.
Many bug and crash fixes, such as:
-No longer throws an error if loading from an updated or new version of the add-in
-Dimension Text Window now provides a fake dimension when unable to reuse references from existing dimension
-Parameter Manager Window:
-No longer stores stale references to elements in
-No longer crashes on adding groups
-No longer crashes in most usuage
v2.0_beta
- Added a Dimension Pipeline Command
- Added a Dimension Text Window
( See User Guide for more details on the above )
Plenty of bug fixes.
Full Changelog: v0.2-alpha...v2.0_beta
v1.2-beta
Fixes a few bugs with the Parameter Manager and with the Smart Flip tool.
Bugs:
- Parameter Manager would sometimes not fully remove parameter columns on clear, causing possible duplicate columns.
- Smart Flip Tool had a bug where after selecting all of your "flanges" to flip and you would stop the command, it would revert back to before the command was executed. This was a simple, one-line fix, changing a Result.Failed to Result.Succeeded.
v0.1-alpha_Only_Question-mark_Command
( 12 / 19 / 23 )
Only includes the question mark command to quickly "Replace With Text" dimensions with a question mark.
v1.0-beta
Most bugs have been fixed and probably some reformatting has been done. This release is mainly just used as a checkpoint for the first release posted to Github.
v0.5-alpha
( 12 / 21 / 23 )
Allowed grouped categories for the "Complex Filter" to seperate null and empty strings with and label them appropriately.
v0.4-alpha
( 12 / 19 / 23 )
Fixed issue where user wouldn't be able to set a dimension in a section
v0.3-alpha
(12 / 19 / 23)
Fixed issue where user was unable to set single segment dimensions. Fixed issue where pipe end prep manager was crashing on enable ( hotfix, not optimal ).
v0.2-alpha
( 12 / 18 / 23 )
Fixed issue where updaters that were disabled -and therefore unregistered- were attempting to be disabled on shutdown, causing an error.