Releases: pyrevitlabs/pyRevit
Releases · pyrevitlabs/pyRevit
pyRevit CLI v0.11.0
Misc improvements
pyRevit v4.6.22
- Resolved #601: The core now does a better job at finding installed framework dlls instead of shipping everything.
pyRevit v4.6.21
IMPORTANT
This release includes recompiled/renamed dependencies to resolve conflicts with other thirdparty addons and might break your tools. Check installation before deploying to your teams.
Changes:
- Resolved #596 #525
- Resolved dependency issues with MahApps.Metro and Newtonsoft.json by renaming the namespace and recompiling these modules under
pyRevitLabs.MahAppsMetro
andpyRevitLabs.Json
- Added new Revit versions
- Fixed issues matching parameters with empty values in "Match Properties"
- Added support to match View properties to "Match Properties"
- Improved FamilyQuickCheck (Exception handling and better reporting)
- Merged
pyrevit
python module from develop branch. - Merged CPython from develop branch officially bringing cpython to pyRevit
- Merged new CLI (v0.10) from develop branch: New CLI has better help, can export
pyrevit env
results to a json object for your logging systems. It also cleaned up many extra binaries and files insidebin/
for smaller deployments. - Modified the merged PR for
pyrevit run
that would copy all existing addons into the temp run environment. New CLI has an--import=<dir>
switch that allows importing a curated list of addons and other static resources into the temp run environment. - Added example
.run
extension. - Added "Compare elements" tool
- Protected Package and Tags tools on family documents
- Fixed broken Keynote tool on IronPython 2.7.3
- Various misc improvements
pyRevit CLI v0.10.0
-
Merged new CLI (v0.10) from develop branch: New CLI has better help, can export
pyrevit env
results to a json object for your logging systems. It also cleaned up many extra binaries and files insidebin/
for smaller deployments. -
Modified the merged PR for
pyrevit
run that would copy all existing addons into the temp run environment. New CLI has an--import=<dir>
switch that allows importing a curated list of addons and other static resources into the temp run environment.
pyRevit v4.6.20
pyRevit v4.6.19
pyRevit CLI v0.9.7
Fixed issue #543
pyRevit v4.6.18
pyRevit CLI v0.9.6
pyRevit v4.6.17
- Added support for sheet ordering parameter in package manager
- Select from list now works with double-clicking as well
- Resolved #530 #534 #535 (partly)
Keynote Manager Improvements:
- Implemented alphanumeric sorting in Keynote manager re #529
- Added referring view names to reference counter in Keynote manager
- Adjusted reference count to be less prominent
- Revised keynote tag type selector for less clicks
- Edited keynote editor window to use a templating system. More options will be available in configs soon
- Added more keynote search filters
- Added a Current-View-Only filter to keynote manager too filter by keynotes visible in current view.