Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions .github/workflows/publish-docker-cpu.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/publish-docker-cuda.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/publish-docker-rocm.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ yarn-error.log*
.marginalia

ex_app/js/
ex_app/js_harp/
build/
coverage/
vendor
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [1.3.0 - 2025-03-xx]
## [1.3.0 - 2025-03-30]

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

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

## Changes

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

## Fixes
Expand Down
Loading