Skip to content

Commit 6a6d0db

Browse files
committed
update changelog
1 parent 4cbe141 commit 6a6d0db

5 files changed

Lines changed: 124 additions & 0 deletions

File tree

blog/2025-11-24-v0.8.24/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
slug: v0-8-24
3+
title: 'v0.8.24'
4+
date: 2025-11-24
5+
authors:
6+
- name: Apps in a Cup
7+
url: https://github.com/appsinacup
8+
image_url: https://github.com/appsinacup.png
9+
tags: [changelog, release]
10+
---
11+
12+
## Generic6DOFJoint
13+
14+
- Fix: Generic6DOFJoint does not allow for translation only rotation by @Stefan-5422 in https://github.com/appsinacup/godot-rapier-physics/pull/458
15+
16+
## Fluid
17+
18+
- Fix fluid effects not working.
19+
20+
:::note Learn how to install
21+
22+
Read the [Getting Started](https://godot.rapier.rs/docs/intro#install-the-plugin-from-assetlib) documentation.
23+
24+
Join the conversation on [Discord](https://discord.gg/v649emcpAu).
25+
26+
:::

blog/2026-02-25-v0.8.25/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
slug: v0-8-25
3+
title: 'v0.8.25'
4+
date: 2026-02-25
5+
authors:
6+
- name: Apps in a Cup
7+
url: https://github.com/appsinacup
8+
image_url: https://github.com/appsinacup.png
9+
tags: [changelog, release]
10+
---
11+
12+
## Godot Rust Update
13+
14+
- Update to latest gdext.
15+
16+
## Godot Update
17+
18+
- Update to Godot 4.6
19+
20+
:::note Learn how to install
21+
22+
Read the [Getting Started](https://godot.rapier.rs/docs/intro#install-the-plugin-from-assetlib) documentation.
23+
24+
Join the conversation on [Discord](https://discord.gg/v649emcpAu).
25+
26+
:::

blog/2026-03-13-v0.8.26/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
slug: v0-8-26
3+
title: 'v0.8.26'
4+
date: 2026-03-13
5+
authors:
6+
- name: Apps in a Cup
7+
url: https://github.com/appsinacup
8+
image_url: https://github.com/appsinacup.png
9+
tags: [changelog, release]
10+
---
11+
12+
## Various fixes
13+
14+
* Update to latest godot-rust version by @Ughuuu in https://github.com/appsinacup/godot-rapier-physics/pull/474
15+
* use pinned nightly version. by @Ughuuu in https://github.com/appsinacup/godot-rapier-physics/pull/477
16+
* Fix skew changing after collision by @LeaoLuciano in https://github.com/appsinacup/godot-rapier-physics/pull/473
17+
* Fix length unit precision by @Ughuuu in https://github.com/appsinacup/godot-rapier-physics/pull/483
18+
* Fix godot rust get space state error by @Ughuuu in https://github.com/appsinacup/godot-rapier-physics/pull/482
19+
* Fix center of mass not being used correctly for forces applied at points by @Ardot66 in https://github.com/appsinacup/godot-rapier-physics/pull/487
20+
21+
:::note Learn how to install
22+
23+
Read the [Getting Started](https://godot.rapier.rs/docs/intro#install-the-plugin-from-assetlib) documentation.
24+
25+
Join the conversation on [Discord](https://discord.gg/v649emcpAu).
26+
27+
:::

blog/2026-03-19-v0.8.27/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
slug: v0-8-27
3+
title: 'v0.8.27'
4+
date: 2026-03-19
5+
authors:
6+
- name: Apps in a Cup
7+
url: https://github.com/appsinacup
8+
image_url: https://github.com/appsinacup.png
9+
tags: [changelog, release]
10+
---
11+
12+
## Crash Fix
13+
14+
- Fix crash on startup by upgrading to latest godot-rust.
15+
16+
:::note Learn how to install
17+
18+
Read the [Getting Started](https://godot.rapier.rs/docs/intro#install-the-plugin-from-assetlib) documentation.
19+
20+
Join the conversation on [Discord](https://discord.gg/v649emcpAu).
21+
22+
:::

blog/2026-03-27-v0.8.28/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
slug: v0-8-28
3+
title: 'v0.8.28'
4+
date: 2026-03-27
5+
authors:
6+
- name: Apps in a Cup
7+
url: https://github.com/appsinacup
8+
image_url: https://github.com/appsinacup.png
9+
tags: [changelog, release]
10+
---
11+
12+
## Determinism Fix
13+
14+
- Saved State Congruence by @dog-molecule in https://github.com/appsinacup/godot-rapier-physics/pull/499
15+
16+
17+
:::note Learn how to install
18+
19+
Read the [Getting Started](https://godot.rapier.rs/docs/intro#install-the-plugin-from-assetlib) documentation.
20+
21+
Join the conversation on [Discord](https://discord.gg/v649emcpAu).
22+
23+
:::

0 commit comments

Comments
 (0)