Skip to content

Commit dd20c2e

Browse files
authored
v1.3.0
2 parents df93a26 + fe326a3 commit dd20c2e

File tree

15 files changed

+230
-524
lines changed

15 files changed

+230
-524
lines changed

.github/workflows/publish-docker-cpu.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/workflows/publish-docker-cuda.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/workflows/publish-docker-rocm.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ yarn-error.log*
1515
.marginalia
1616

1717
ex_app/js/
18+
ex_app/js_harp/
1819
build/
1920
coverage/
2021
vendor

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.3.0 - 2025-03-xx]
5+
## [1.3.0 - 2025-03-30]
66

77
This release contains breaking changes, first you need to uninstall old app **with its data removal** and after that install this version.
88

@@ -12,11 +12,11 @@ This release contains breaking changes, first you need to uninstall old app **wi
1212
- **Optional** remote token decoding using HuggingFace for some flows were added.
1313
- `Surprise Me` - new feature to use LLM to create a random prompt.
1414
- Many useful small UI additions(`Export flow`, `Editing flow` actions).
15-
- Added support for `HaRP` deploy type - successor of `DSP`(Nextcloud 32+ only).
15+
- Added support for `HaRP` deploy type - successor of `DockerSocketProxy`(Nextcloud 32+ only).
1616

1717
## Changes
1818

19-
- Visionatrix service has been updated from version `1.11.1` to `2.0.1`.
19+
- Visionatrix service has been updated from version `1.11.1` to `2.1.0`.
2020
- Now Visionatrix **correctly stores all models and configs** in the configured ExApp storage and no more breaking changes expected.
2121

2222
## Fixes

0 commit comments

Comments
 (0)