File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ - 2023-09-13 ** 2.0.2**
3+ - Improvement user interface and user experience with coding.
4+ - Add new button create new file
5+ - Add new button save as file
6+ - Fix bug output with language is chines or Japanese
7+ - Follow up package IronPython latest.
8+ - Add more shortcut default.
29- 2023-04-14 ** 2.0.1**
310 - Support Autodesk Revit version 2024.
411- 2022-12-16 ** 2.0.0**
Original file line number Diff line number Diff line change 1212const string projectName = "RevitPythonShell" ;
1313const string outputName = "RevitPythonShell" ;
1414const string outputDir = "output" ;
15- const string version = "2.0.1 " ;
15+ const string version = "2.0.2 " ;
1616
1717var fileName = new StringBuilder ( ) . Append ( outputName ) . Append ( "-" ) . Append ( version ) ;
1818var project = new Project
You can’t perform that action at this time.
0 commit comments