Skip to content

Commit 3022f7d

Browse files
committed
Bump version
1 parent a225702 commit 3022f7d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
# 2025-09-22 **2025.0.9**
412

513
## Revit.ini File Editor

build/Build.Configuration.cs

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ protected override void OnBuildInitialized()
1818

1919
VersionMap = new()
2020
{
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" }
2626
};
2727
}
2828
}

0 commit comments

Comments
 (0)