OpenVSP 3.48.2

Yesterday's haste to fix the problem with 3.48 caused some other problems.
These are caused by strange interactions between some features -- but I think
we finally understand what is going on.

This revert's yesterday's changes and instead goes with a simpler approach
that I first tried as a proof of concept.

While we're at it, we're going to add experimental support for a MacOS *.dmg
package.  The *.zip isn't going anywhere, but give it a try if you want
OpenVSP to act more like a normal app on your Mac.  Thanks to
Christian Jacobsen for putting this together.

Build System:
 - Add experimental *.dmg package for MacOS

Bug Fixes:
 - Fix regressions to Stack Presets caused by 3.48.1 fixes.
This commit is contained in:
Rob McDonald
2026-03-03 14:11:50 -08:00
parent 48a4653f0f
commit ee845ac8b8
2 changed files with 27 additions and 1 deletions

View File

@@ -1,3 +1,29 @@
# [OpenVSP 3.48.2](https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.48.2)
2026-03-04
Yesterday's haste to fix the problem with 3.48 caused some other problems.
These are caused by strange interactions between some features -- but I think
we finally understand what is going on.
This revert's yesterday's changes and instead goes with a simpler approach
that I first tried as a proof of concept.
While we're at it, we're going to add experimental support for a MacOS *.dmg
package. The *.zip isn't going anywhere, but give it a try if you want
OpenVSP to act more like a normal app on your Mac. Thanks to
Christian Jacobsen for putting this together.
Build System:
- Add experimental *.dmg package for MacOS
Bug Fixes:
- Fix regressions to Stack Presets caused by 3.48.1 fixes.
---
# [OpenVSP 3.48.1](https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.48.1)
2026-03-03

View File

@@ -4,4 +4,4 @@
SET( VSPVER_MAJOR 3 )
SET( VSPVER_MINOR 48 )
SET( VSPVER_PATCH 1 )
SET( VSPVER_PATCH 2 )