Skip to content

Commit 4c41af9

Browse files
committed
Bump version of extension, add version history to readme
1 parent 4d573e9 commit 4c41af9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

splashsurf_studio/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ All cached reconstructions can be updated manually using the "Regenerate Cache"
6565
![Error log panel](img/error_log.png)
6666
- The add-on automatically enables `Render > Lock Interface` to prevent crashes during rendering.
6767

68+
## Version History
69+
70+
- **Version 1.0.1**: Split extension into packages per platform, remove image files from package
71+
- **Version 1.0.0**: Initial submission, based on `pySplashsurf 0.14.0.0`
72+
6873
## Preparing extension release
6974
To package the extension for the Blender extension repository use the `blender --command extension build` command.
7075
Use the `--split-platforms` flag to reduce size for individual platforms.

splashsurf_studio/src/blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schema_version = "1.0.0"
33
# Example of manifest file for a Blender extension
44
# Change the values according to your extension
55
id = "splashsurf_studio"
6-
version = "1.0.0"
6+
version = "1.0.1"
77
name = "Splashsurf Studio"
88
tagline = "Surface reconstruction for particle-based fluid simulations"
99
maintainer = "Fabian Löschner"

0 commit comments

Comments
 (0)