We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9337cb0 commit 2b29ff7Copy full SHA for 2b29ff7
2 files changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to the Ando Barrier Physics Simulator will be documented in
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.2] - 2025-10-21
9
+
10
+### Fixed
11
+- Resolved a error when initialising realtime preview in Blender (blender_addon/ui.py).
12
+- Changed import path for ando_barrier_core to be relative, fixing issues when the add-on is not in the default location
13
+- Fixed the location the build and release workflows output the compiled core module.
14
15
16
## [1.0.1] - 2025-10-20
17
18
### Added
VERSION
@@ -1 +1 @@
1
-1.0.1
+1.0.2
0 commit comments