Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Sep 22, 2024
1 parent a81d0f0 commit f34173f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
28 changes: 15 additions & 13 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# 2025-06-23 **2025.0.9**
# 2025-09-22 **2025.0.9**

## Revit.ini File Editor

Expand All @@ -19,9 +19,9 @@ Documentation: https://github.com/jeremytammik/RevitLookup/wiki/Revit.ini-File-E

## Static dependency conflict analyzer

Some users encounter issues launching RevitLookup, primarily due to conflicts with third-party plugins https://github.com/jeremytammik/RevitLookup/issues/269.
Some users experience issues launching RevitLookup, often caused by conflicts with third-party plugins (see issue https://github.com/jeremytammik/RevitLookup/issues/269).

New tools are now available to you to analyze and find the plugins causing these crashes.
To help resolve these issues, we've introduced new tools that allow you to analyze, identify and upgrade problematic plugins causing crashes.

![image](https://github.com/user-attachments/assets/a5f94bd8-7eca-4998-91c7-99d7b079fa47)

Expand All @@ -31,15 +31,15 @@ Many thanks to @RichardPinka for testing tools in the discussion: https://github

## Public RevitLookup roadmap

What's Next in updates? Learn and provide feedback on what's in development for RevitLookup.
Curious about what’s next? Stay updated on the latest developments for RevitLookup and share your feedback.

See what’s new in the pipeline on the Public Roadmap: https://github.com/users/jeremytammik/projects/1
Check out our Public Roadmap to see what’s coming up in future releases.: https://github.com/users/jeremytammik/projects/1

![image](https://github.com/user-attachments/assets/14c3479d-871a-4f32-a933-a4b365e566bc)

## Improvements

New extensions:
**New extensions**:

| Type | Extension | Description | Author |
|:------------|---------------------------------|-------------------------------------------------------------------|:------------------------------------------------------------------------|
Expand All @@ -52,7 +52,7 @@ New extensions:
| Application | GetMacroManager | Gets the Macro manager from the application. | https://github.com/jeremytammik/RevitLookup/pull/268 by @SergeyNefyodov |
| Document | GetMacroManager | Gets the Macro manager from the document. | https://github.com/jeremytammik/RevitLookup/pull/268 by @SergeyNefyodov |

New api support:
**New API support**:

- **CylindricalFace** class support https://github.com/jeremytammik/RevitLookup/issues/264:
- Radius property support
Expand All @@ -73,9 +73,12 @@ New api support:
- **AreaVolumeSettings** class support https://github.com/jeremytammik/RevitLookup/pull/287 by @SergeyNefyodov:
- GetAreaVolumeSettings method support
- GetSpatialElementBoundaryLocation method support
- Modules now displays `Load context` for .Net 8 and higher
- Updated Contributing guide
- Added a new Github issues templates

**New default settings:**

- `Show Static` members enabled by default
- `Show Events` enabled by default
- `Show Extensions` enabled by default

## Bugs

Expand All @@ -84,9 +87,8 @@ New api support:

## Mics

- `Show Static` members enabled by default
- `Show Events` enabled by default
- `Show Extensions` enabled by default
- Updated **Contributing** guide.
- Added a new GitHub **issue templates**.

# 2025-06-23 **2025.0.8**

Expand Down
10 changes: 5 additions & 5 deletions build/Build.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ protected override void OnBuildInitialized()

VersionMap = new()
{
{ "Release R21", "2021.3.8" },
{ "Release R22", "2022.3.8" },
{ "Release R23", "2023.3.8" },
{ "Release R24", "2024.1.8" },
{ "Release R25", "2025.0.8" }
{ "Release R21", "2021.3.9" },
{ "Release R22", "2022.3.9" },
{ "Release R23", "2023.3.9" },
{ "Release R24", "2024.1.9" },
{ "Release R25", "2025.0.9" }
};
}
}

0 comments on commit f34173f

Please sign in to comment.