Skip to content

Releases: Carson-McCombs/RevitTools

v3.0_beta

25 Jul 16:23
49963dd
Compare
Choose a tag to compare
v3.0_beta Pre-release
Pre-release
  • 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

New Contributors

Full Changelog: v2.1_beta...v3.0_beta

v2.1_beta

02 May 21:54
Compare
Choose a tag to compare

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

11 Mar 20:35
afaa2fd
Compare
Choose a tag to compare
  • 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

14 Feb 17:38
Compare
Choose a tag to compare
v1.2-beta Pre-release
Pre-release

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

14 Feb 17:46
Compare
Choose a tag to compare
Pre-release

( 12 / 19 / 23 )
Only includes the question mark command to quickly "Replace With Text" dimensions with a question mark.

v1.0-beta

25 Jan 03:03
Compare
Choose a tag to compare
v1.0-beta Pre-release
Pre-release

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

14 Feb 17:51
Compare
Choose a tag to compare
v0.5-alpha Pre-release
Pre-release

( 12 / 21 / 23 )
Allowed grouped categories for the "Complex Filter" to seperate null and empty strings with and label them appropriately.

v0.4-alpha

14 Feb 17:50
Compare
Choose a tag to compare
v0.4-alpha Pre-release
Pre-release

( 12 / 19 / 23 )
Fixed issue where user wouldn't be able to set a dimension in a section

v0.3-alpha

14 Feb 17:48
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

(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

14 Feb 17:47
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

( 12 / 18 / 23 )
Fixed issue where updaters that were disabled -and therefore unregistered- were attempting to be disabled on shutdown, causing an error.