Skip to content

Commit 334b80f

Browse files
committed
changelog and version bump
1 parent 98e7dbd commit 334b80f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.15.1
2+
3+
- Bugfix: Add missing parameter
4+
- Bugfix: Don't sanitize slashes in filenames
5+
16
# v1.15.0
27

38
- Allow custom info to be added to metadata, inserted into the a111 string between clip skip and model hash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-image-saver"
33
description = "Save images with generation metadata compatible with Civitai. Works with png, jpeg and webp. Stores LoRAs, models and embeddings hashes for resource recognition."
4-
version = "1.15.0"
4+
version = "1.15.1"
55
license = { file = "LICENSE" }
66
dependencies = ["piexif"]
77

0 commit comments

Comments
 (0)