Skip to content

Commit fb9d676

Browse files
authored
[CHANGELOG] Final update for v25.06 (#5637)
1 parent d2f48ee commit fb9d676

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- [Topology.Container] Add new method computeSegmentTriangleIntersectionInPlane in TriangleSetGeometryAlgorithm [#5188](https://github.com/sofa-framework/sofa/pull/5188)
4747
- [Type] Support structured binding for tuple-like types [#5208](https://github.com/sofa-framework/sofa/pull/5208)
4848
- [Simulation] Trigger warning when Node already contains component [#5212](https://github.com/sofa-framework/sofa/pull/5212)
49+
- [tools] generate stubfiles during packaging [#5222](https://github.com/sofa-framework/sofa/pull/5222)
4950
- [Helper] WriteAccessorVector: add resize method with default filler value [#5228](https://github.com/sofa-framework/sofa/pull/5228)
5051
- [CMake] Add possibility to remove auto installing of resource files [#5230](https://github.com/sofa-framework/sofa/pull/5230)
5152
- [StateContainer] Extend the possible vector operations in vOp [#5237](https://github.com/sofa-framework/sofa/pull/5237)
@@ -66,6 +67,7 @@
6667
- [Lagrangian] Add loading capability for bilateral constraints [#5315](https://github.com/sofa-framework/sofa/pull/5315)
6768
- [Type] Template deduction guide for fixed_array and Vec [#5385](https://github.com/sofa-framework/sofa/pull/5385)
6869
- [Visual] Add a new component drawing an AABB [#5527](https://github.com/sofa-framework/sofa/pull/5527)
70+
- [CHANGELOG] Update for v25.06 [#5617](https://github.com/sofa-framework/sofa/pull/5617)
6971

7072

7173
### Bug Fixes
@@ -79,7 +81,6 @@
7981
- [Sofa.GL] Fix OglModel crash when texture file is not found [#5182](https://github.com/sofa-framework/sofa/pull/5182)
8082
- [GUI.Qt] Fix invalid color of the warning sign on object [#5190](https://github.com/sofa-framework/sofa/pull/5190)
8183
- [Base] Fix a minor bug related to the printing of info message while parsing & minor upgrade to c++11 [#5191](https://github.com/sofa-framework/sofa/pull/5191)
82-
- [tools] Update post-install fixup to fix rpath [#5197](https://github.com/sofa-framework/sofa/pull/5197)
8384
- [Mapping] Fix draw in RigidMapping [#5204](https://github.com/sofa-framework/sofa/pull/5204)
8485
- [Engine] Fix drawLines from ValuesFromPositions [#5206](https://github.com/sofa-framework/sofa/pull/5206)
8586
- [GL] OglSceneFrame: fix background [#5224](https://github.com/sofa-framework/sofa/pull/5224)
@@ -108,6 +109,7 @@
108109
- [Defaulttype, Helper] Return empty string instead of zero [#5388](https://github.com/sofa-framework/sofa/pull/5388)
109110
- [CI] Nix: Fix CI [#5401](https://github.com/sofa-framework/sofa/pull/5401)
110111
- [Core] Fix DisplayFlags with showCollision [#5598](https://github.com/sofa-framework/sofa/pull/5598)
112+
- [Plugins] Fix compilation regarding qt code now activated [#5623](https://github.com/sofa-framework/sofa/pull/5623)
111113

112114

113115
### Cleaning
@@ -171,13 +173,22 @@
171173
- [examples] Remove examples using Monitor [#5418](https://github.com/sofa-framework/sofa/pull/5418)
172174
- [SofaImplicitField] A bit of cleaning in the plugin [#5419](https://github.com/sofa-framework/sofa/pull/5419)
173175
- [Lagrangian.Model] Remove extra endEdit [#5421](https://github.com/sofa-framework/sofa/pull/5421)
176+
- [CMake] Bump SOFA version v25.06.00 [#5613](https://github.com/sofa-framework/sofa/pull/5613)
177+
- [All] Fix last use of Sofa.GUI.Qt [#5621](https://github.com/sofa-framework/sofa/pull/5621)
174178

175179

176180
### Refactoring
177181

178182
- [Core] Isolate the intrusive reference counting [#5149](https://github.com/sofa-framework/sofa/pull/5149)
179183

180184

185+
### Project / CI / Infrastructure
186+
187+
- [tools] Update post-install fixup to fix rpath [#5197](https://github.com/sofa-framework/sofa/pull/5197)
188+
- [Helper] Add path to icons to fix release error not finding icons [#5622](https://github.com/sofa-framework/sofa/pull/5622)
189+
190+
191+
181192

182193
## [v24.12.00]( https://github.com/sofa-framework/sofa/tree/v24.12.00 )
183194

0 commit comments

Comments
 (0)