Skip to content

Commit 0d6477d

Browse files
0.9.14
1 parent 6cf33d0 commit 0d6477d

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

src/content/docs/en/CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@ title: 'CHANGELOG'
33
description: ''
44
---
55

6-
## [0.9.14] _beta_
6+
## [0.9.15] _beta_
77

88
### Added
99
- The possibility of changing the content type of a resource is enabled as long as it shares a form with the destination type.
1010
- Implemented a timezone standard for display in the frontend
1111
- Installation assistant added to load basic data into forms and lists during setup
1212
- 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.14] _11 September 2025_
21+
22+
### Added
1323
- Added support for viewing public files without requiring login
1424
- Added the option to implement `actions` that are public for all users
1525
- Added parent tags to resource metadata
@@ -19,12 +29,8 @@ description: ''
1929
- Added a condition in list fields for forms
2030

2131
### Fixed
22-
- Fixed UI navigation issues in Firefox
2332
- Fixed an issue with list fields when editing a form. By default, even if a list had been selected, the system displayed the first item as selected. This did not affect the database, which correctly stored the selected list, but the frontend did not display it properly
2433

25-
### Security
26-
- The access levels for image galleries are adjusted
27-
2834
## [0.9.13] _4 September 2025_
2935

3036
### Added

src/content/docs/es/CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@ title: 'CHANGELOG'
33
description: ''
44
---
55

6-
## [0.9.14] _beta_
6+
## [0.9.15] _beta_
77

88
### Added
99
- Se habilita la posibilidad de campiar el tipo de contenido de un recurso siempre y cuando comparta formulario con el tipo de destino.
1010
- Se implementa un estandar de franja horaria para la visualización en el front
1111
- Asistente de instalación para cargar datos básicos en los formularios y listas al momento de la instalación
1212
- 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.14] _11 September 2025_
21+
22+
### Added
1323
- Se agrega la visualización de archivos públicos sin necesidad de estar logeado
1424
- Se agrega la opción de implementar `actions` que sean publicas para todos los usuarios
1525
- Se agregan las etiquetas de los padres a los metadatos de los recursos
@@ -19,12 +29,8 @@ description: ''
1929
- Se agrega una condición en los campos de listados para los formularios
2030

2131
### Fixed
22-
- Se soluciona temas de navegación en la UI en Firefox
2332
- Se soluciona problema con los campos listados cuando se editaba un formulario. Por defecto, asi se hubiera seleccionado un listado, el sistema mostraba como seleccionado el primero. Esto no afectaba la base de datos que seguía guardando el listado seleccionado pero el front no lo mostraba correctamente.
2433

25-
### Security
26-
- Se ajustan los niveles de acceso para las galerías de imágenes.
27-
2834
## [0.9.13] _4 September 2025_
2935

3036
### Added

0 commit comments

Comments
 (0)