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 1
1
# 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.
2
9
- 2023-04-14 ** 2.0.1**
3
10
- Support Autodesk Revit version 2024.
4
11
- 2022-12-16 ** 2.0.0**
Original file line number Diff line number Diff line change 12
12
const string projectName = "RevitPythonShell" ;
13
13
const string outputName = "RevitPythonShell" ;
14
14
const string outputDir = "output" ;
15
- const string version = "2.0.1 " ;
15
+ const string version = "2.0.2 " ;
16
16
17
17
var fileName = new StringBuilder ( ) . Append ( outputName ) . Append ( "-" ) . Append ( version ) ;
18
18
var project = new Project
You can’t perform that action at this time.
0 commit comments