File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 2025-09-29 ** 2025.0.10**
4
+
5
+ - Fixed placeholder for the Dark theme https://github.com/jeremytammik/RevitLookup/issues/291
6
+ - Fixed the Revit.ini editor filter button name
7
+ - Fixed the Revit.ini editor filter placeholder
8
+ - Disabled the Visual.Enter() method https://github.com/jeremytammik/RevitLookup/issues/292
9
+ - Suppressed GenericHost startup messages by @Nefarion in https://github.com/jeremytammik/RevitLookup/pull/294
10
+
3
11
# 2025-09-22 ** 2025.0.9**
4
12
5
13
## Revit.ini File Editor
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ protected override void OnBuildInitialized()
18
18
19
19
VersionMap = new ( )
20
20
{
21
- { "Release R21" , "2021.3.9 " } ,
22
- { "Release R22" , "2022.3.9 " } ,
23
- { "Release R23" , "2023.3.9 " } ,
24
- { "Release R24" , "2024.1.9 " } ,
25
- { "Release R25" , "2025.0.9 " }
21
+ { "Release R21" , "2021.3.10 " } ,
22
+ { "Release R22" , "2022.3.10 " } ,
23
+ { "Release R23" , "2023.3.10 " } ,
24
+ { "Release R24" , "2024.1.10 " } ,
25
+ { "Release R25" , "2025.0.10 " }
26
26
} ;
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments