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: src/content/docs/en/CHANGELOG.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,24 @@ title: 'CHANGELOG'
3
3
description: ''
4
4
---
5
5
6
-
## [0.9.8]_beta_
6
+
## [0.9.9]_beta_
7
7
8
8
### Added
9
9
- The possibility of changing the content type of a resource is enabled as long as it shares a form with the destination type.
10
10
- Implemented a timezone standard for display in the frontend
11
11
- Installation assistant added to load basic data into forms and lists during setup
12
12
- New system plugin for auto-completing metadata using documents and LLM assistants
13
13
- Added a column showing the last update date for resources
14
+
15
+
### Fixed
16
+
- New implementation of the relation field
17
+
18
+
### Security
19
+
- The access levels for image galleries are adjusted
20
+
21
+
## [0.9.8]_14 July 2025_
22
+
23
+
### Added
14
24
- Added a gallery view to the query interfaces for browsing image content using filters
15
25
- Added OpenCV.js support in the document and image viewer
16
26
- Displayed metadata of the first associated resource in the file view
@@ -21,7 +31,6 @@ description: ''
21
31
- Changed the MongoDB version to 7.0.21. If you have a previous installation of ArchiHUB, you must update the database to the new version following the instructions in the [documentation](https://archihub-app.github.io/archihub.github.io/en/upg_mongo/)
22
32
23
33
### Fixed
24
-
- New implementation of the relation field
25
34
- Refined the implementation of the tree and navigation in the query views when only one content type is being displayed
26
35
- Fixed display issues on the map when zooming, ensuring markers are correctly positioned at their assigned coordinates
27
36
- Fixed an error when regenerating the index involving multi-select lists, the users field and the author field
@@ -31,10 +40,7 @@ description: ''
31
40
- Fixed the issue with document and image block views displaying files in the wrong order when uploading files
32
41
- Fixed an issue related to the order of options in `index_management`
33
42
34
-
### Security
35
-
- The access levels for image galleries are adjusted
36
-
37
-
## [0.9.7]_2 July 2026_
43
+
## [0.9.7]_2 July 2025_
38
44
39
45
### Added
40
46
- Implemented zoom functionality in the map of the Location field
@@ -48,7 +54,7 @@ description: ''
48
54
- Fixed an issue with `files` when saving
49
55
- Fixed the `offset` issue when navigating backward in the gallery
50
56
51
-
## [0.9.6]_26 June 2026_
57
+
## [0.9.6]_26 June 2025_
52
58
53
59
### Added
54
60
@@ -62,7 +68,7 @@ description: ''
62
68
- Added the ability to edit an AI assistant after creation. For all providers, the name can be edited, and for Azure, the connection URLs can also be modified
63
69
- Optimized the backend Dockerfile for faster application deployment
64
70
65
-
## [0.9.5]_19 June 2026_
71
+
## [0.9.5]_19 June 2025_
66
72
67
73
### Added
68
74
- Added a new form field that allows selecting one of the users registered in the system
Copy file name to clipboardExpand all lines: src/content/docs/es/CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ description: ''
20
20
### Security
21
21
- Se ajustan los niveles de acceso para las galerías de imágenes.
22
22
23
-
## [0.9.8]_beta_
23
+
## [0.9.8]_14 July 2025_
24
24
25
25
### Added
26
26
- Se agrega una vista de galeria a las vistas de consulta para navegar contenido en imágenes usando filtros
@@ -40,7 +40,7 @@ description: ''
40
40
- Se soluciona error en la visualización en bloques de los documentos y las imágenes por carga de archivos en desorden
41
41
- Se soluciona error relacionado con el orden de las opciones en el `index_management`
42
42
43
-
## [0.9.7]_2 July 2026_
43
+
## [0.9.7]_2 July 2025_
44
44
45
45
### Added
46
46
- Se implementa zoom en el mapa del campo ubicación
@@ -54,7 +54,7 @@ description: ''
54
54
- Se soluciona error con `files` al guardar
55
55
- Se soluciona `offset` al ir hacia atrás en la galería
56
56
57
-
## [0.9.6]_26 June 2026_
57
+
## [0.9.6]_26 June 2025_
58
58
59
59
### Added
60
60
@@ -68,7 +68,7 @@ description: ''
68
68
- Se agrega la posibilidad de editar un asistente de IA una vez creado. Para todos los proveedores se puede editar el nombre y para Azure se pueden editar las url de conexión
69
69
- Se optimiza el Dockerfile del backend para un despliegue más rápido del aplicativo
70
70
71
-
## [0.9.5]_19 June 2026_
71
+
## [0.9.5]_19 June 2025_
72
72
73
73
### Added
74
74
- Se agrega un nuevo campo de los formularios en el cual es posible seleccionar uno de los usuarios registrados en el sistema
0 commit comments