You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,30 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.4.1 - 2025-05-08]
6
+
7
+
### Added
8
+
9
+
- Automatic update of Flows when App version changes.
10
+
11
+
### Changed
12
+
13
+
- Visionatrix service has been updated from version `2.2.0` to `2.3.0`.
14
+
15
+
### Fixed
16
+
17
+
- UI: `Page refresh (F5)` action for HaRP. #17
18
+
5
19
## [1.4.0 - 2025-04-25]
6
20
7
21
This is a version with fixes for bugs we've discovered over the past month.
8
22
9
-
## Changed
23
+
###Changed
10
24
11
25
- Visionatrix service has been [updated](https://github.com/Visionatrix/Visionatrix/blob/main/CHANGELOG.md#220---2025-04-21) from version `2.1.0` to `2.2.0`.
12
26
- PyTorch updated from version `2.6` to version `2.7`.
13
27
14
-
## Fixed
28
+
###Fixed
15
29
16
30
- UI: Visionatrix UI is now synced with Nextcloud theme, dark theme appearance fixed.
17
31
- UI: Refreshing the page does not redirect you back to the Visionatrix homepage.
@@ -20,28 +34,28 @@ This is a version with fixes for bugs we've discovered over the past month.
20
34
21
35
This release contains breaking changes, first you need to uninstall old app **with its data removal** and after that install this version.
22
36
23
-
## Added
37
+
###Added
24
38
25
39
- Many flows were updated, some new flows were added.
26
40
-**Optional** remote token decoding using HuggingFace for some flows were added.
27
41
-`Surprise Me` - new feature to use LLM to create a random prompt.
28
42
- Many useful small UI additions(`Export flow`, `Editing flow` actions).
29
43
- Added support for `HaRP` deploy type - successor of `DockerSocketProxy`(Nextcloud 32+ only).
30
44
31
-
## Changed
45
+
###Changed
32
46
33
47
- Visionatrix service has been updated from version `1.11.1` to `2.1.0`.
34
48
- Now Visionatrix **correctly stores all models and configs** in the configured ExApp storage and no more breaking changes expected.
35
49
36
-
##Fixes
50
+
### Fixed
37
51
38
52
- Fixed broken flows **Mad Scientist** and **PhotoStickers 2**.
39
53
40
54
## [1.2.1 - 2025-02-23]
41
55
42
56
The Visionatrix service has been updated from version `1.11.0` to `1.11.1`.
43
57
44
-
## Added
58
+
###Added
45
59
46
60
- Support for `File Picker` to select media files from a Nextcloud instance.
0 commit comments