Skip to content

Commit 0b877ec

Browse files
committed
v1.4.0
Signed-off-by: bigcat88 <[email protected]>
1 parent 1690454 commit 0b877ec

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [1.4.0 - 2025-04-23]
6+
7+
This is a version with fixes for bugs we've discovered over the past month.
8+
9+
## Changes
10+
11+
- Visionatrix service has been updated from version `2.1.0` to `2.2.0`.
12+
13+
## Fixed
14+
15+
- UI: Visionatrix UI is now synced with Nextcloud theme, dark theme appearance fixed.
16+
- UI: Refreshing the page does not redirect you back to the Visionatrix homepage.
17+
518
## [1.3.0 - 2025-03-30]
619

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

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,14 @@ help:
3737

3838
.PHONY: build-push-cpu
3939
build-push-cpu:
40-
docker login ghcr.io
4140
DOCKER_BUILDKIT=1 docker buildx build --progress=plain --push --platform linux/amd64 --tag ghcr.io/cloud-py-api/$(APP_ID):$(VISIONATRIX_VERSION) --build-arg BUILD_TYPE=cpu .
4241

4342
.PHONY: build-push-cuda
4443
build-push-cuda:
45-
docker login ghcr.io
4644
DOCKER_BUILDKIT=1 docker buildx build --progress=plain --push --platform linux/amd64 --tag ghcr.io/cloud-py-api/$(APP_ID):$(VISIONATRIX_VERSION)-cuda --build-arg BUILD_TYPE=cuda .
4745

4846
.PHONY: build-push-rocm
4947
build-push-rocm:
50-
docker login ghcr.io
5148
DOCKER_BUILDKIT=1 docker buildx build --progress=plain --push --platform linux/amd64 --tag ghcr.io/cloud-py-api/$(APP_ID):$(VISIONATRIX_VERSION)-rocm --build-arg BUILD_TYPE=rocm .
5249

5350
.PHONY: run30

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Share your custom workflows, big or small. For guidance on creating AI workflows
3434
3535
📚 For more details, visit the [repository](https://github.com/cloud-py-api/visionatrix) readme.
3636
]]></description>
37-
<version>1.3.0</version>
37+
<version>1.4.0</version>
3838
<licence>MIT</licence>
3939
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
4040
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
@@ -55,7 +55,7 @@ Share your custom workflows, big or small. For guidance on creating AI workflows
5555
<docker-install>
5656
<registry>ghcr.io</registry>
5757
<image>cloud-py-api/visionatrix</image>
58-
<image-tag>2.1.0</image-tag>
58+
<image-tag>2.2.0</image-tag>
5959
</docker-install>
6060
<routes>
6161
<route>

0 commit comments

Comments
 (0)