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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,23 @@ title: 'CHANGELOG'
3
3
description: ''
4
4
---
5
5
6
-
## [0.9.13]_beta_
6
+
## [0.9.14]_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
- Added `hot-reloading` to enable or disable plugins without needing to restart the application
13
+
14
+
### Fixed
15
+
- Fixed UI navigation issues in Firefox
16
+
17
+
### Security
18
+
- The access levels for image galleries are adjusted
19
+
20
+
## [0.9.13]_4 September 2025_
21
+
22
+
### Added
13
23
- Added tag support for transcription
14
24
- Added support for groups in transcription tags
15
25
- Media files can now be served from a cloud provider if configured by a plugin
@@ -18,17 +28,13 @@ description: ''
18
28
### Fixed
19
29
- The `parent` field of resources now supports multiple parents simultaneously. This replaces the relation field, with resource relationships managed through the information hierarchy defined by content types.
20
30
- The resource tree now allows two or more simultaneous roots
21
-
- Fixed UI navigation issues in Firefox
22
31
- Added an error message when unmounting a video or audio
23
32
- Improved performance and responsiveness of form fields in plugin actions
24
33
- Automated the download of the latest version of Exiftool in the Dockerfile for backend deployment
25
34
- Disabled navigation in galleries when there is only one image
26
35
- Adjusted the query views menu to handle cases with no query views or with multiple ones
27
36
- Optimized the aggregation query for the query views
28
37
29
-
### Security
30
-
- The access levels for image galleries are adjusted
Copy file name to clipboardExpand all lines: src/content/docs/es/CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,23 @@ title: 'CHANGELOG'
3
3
description: ''
4
4
---
5
5
6
-
## [0.9.13]_beta_
6
+
## [0.9.14]_beta_
7
7
8
8
### Added
9
9
- Se habilita la posibilidad de campiar el tipo de contenido de un recurso siempre y cuando comparta formulario con el tipo de destino.
10
10
- Se implementa un estandar de franja horaria para la visualización en el front
11
11
- Asistente de instalación para cargar datos básicos en los formularios y listas al momento de la instalación
12
12
- Se agrega `hot-reloading` para activar/desactivar plugins sin necesidad de reiniciar el aplicativo
13
+
14
+
### Fixed
15
+
- Se soluciona temas de navegación en la UI en Firefox
16
+
17
+
### Security
18
+
- Se ajustan los niveles de acceso para las galerías de imágenes.
19
+
20
+
## [0.9.13]_4 September 2025_
21
+
22
+
### Added
13
23
- Soporte de etiquetas para transcripción
14
24
- Soporte de grupos para las etiquetas de la transcripción
15
25
- Los archivos multimedia pueden ser servidos desde un proveedor de nube si un plugin lo ha configurado asi
@@ -18,17 +28,13 @@ description: ''
18
28
### Fixed
19
29
- El campo `parent` de los recursos ya soporta varios padres al tiempo. Esto reemplaza el campo relación y las relaciones de los recursos entre si se maneja con la jerarquía de información definida por los tipos de contenido
20
30
- El árbol de recursos permite dos o más raíces simultaneas para el árbol
21
-
- Se soluciona temas de navegación en la UI en Firefox
22
31
- Mensaje de error cuando se hacia `unmount` de un video o audio
23
32
- Se mejoran los tiempos y la responsividad de los campos de los formularios en las acciones de los plugins
24
33
- Se automatiza la descarga de la última versión de Exiftool en el Dockerfile para el despliegue del back
25
34
- En las galerías se deshabilita la navegación cuando hay solo una imagen
26
35
- Se ajusta el menu de las vistas de consulta al no haber vistas de consulta y al haber varias
27
36
- Se optimiza la consulta de agregación para las vistas de consulta
28
37
29
-
### Security
30
-
- Se ajustan los niveles de acceso para las galerías de imágenes.
0 commit comments