Merge branch 'master' of github.com:Alinto/sogo

This commit is contained in:
Hivert Quentin
2026-05-28 01:00:08 -04:00
4 changed files with 20 additions and 5 deletions
+15
View File
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [5.12.9](https://github.com/Alinto/sogo/compare/SOGo-5.12.8...SOGo-5.12.9) (2026-05-27)
### Bug Fixes
* **mail:** do not encode non-html element ([6e59011](https://github.com/Alinto/sogo/commit/6e590115fbce073847369495997228fba2fc3ce8))
* **mail:** render the subject without html when searching ([be440ba](https://github.com/Alinto/sogo/commit/be440baa23fd8b6ad5d8c947f60f9105ad717214))
* **pref:** prevent onevent cleaning to remove legitimate words ([c45233c](https://github.com/Alinto/sogo/commit/c45233c11e250a22fa1e1f3e47fee2d6e232045b))
### Localization
* **ca:** Update Catalan translations ([fd427f9](https://github.com/Alinto/sogo/commit/fd427f91967b99ca0d8eb42c4e5432f9ae4b49cf))
* **es_ES:** Update SpanishSpain translations ([d823cad](https://github.com/Alinto/sogo/commit/d823cadda084e735c6dbeb2694f583bdf9fb7f9b))
### [5.12.8](https://github.com/Alinto/sogo/compare/SOGo-5.12.7...SOGo-5.12.8) (2026-05-11)
@@ -152,7 +152,7 @@
"Contacts Names" = "Nom dels Contactes";
"Duplicate name" = "Nom duplicat";
"Calendar categories must have unique names." = "Les categories de calendari han de tenir noms únics.";
"Disable e-mail notifications on CalDAV" = "Disable e-mail notifications on CalDAV";
"Disable e-mail notifications on CalDAV" = "Desactiva les notificacions per correu electrònic a CalDAV";
/* Default Calendar */
"Default calendar" = "Calendari per defecte";
@@ -207,7 +207,7 @@
"Insert signature on forward" = "Insert signature on forward";
"Show recipients or sender full email in mailboxes" = "Show recipients or sender full email in mailboxes";
"Hide attachements for inline images" = "Hide attachments for inline images";
"Show attachments above the message" = "Show attachments above the message";
"Show attachments above the message" = "Mostra els adjunts a sobre del missatge";
/* Base font size for messages composed in HTML */
"Default font size" = "Mida per defecte del tipus de lletra";
@@ -152,7 +152,7 @@
"Contacts Names" = "Nombres de Contacto";
"Duplicate name" = "Nombre duplicado";
"Calendar categories must have unique names." = "Los nombres para las categorías de calendario deben ser únicos.";
"Disable e-mail notifications on CalDAV" = "Disable e-mail notifications on CalDAV";
"Disable e-mail notifications on CalDAV" = "Desactivar las notificaciones por correo electrónico en CalDAV";
/* Default Calendar */
"Default calendar" = "Calendario por defecto";
@@ -207,7 +207,7 @@
"Insert signature on forward" = "Insertar firma en el mensaje reenviado";
"Show recipients or sender full email in mailboxes" = "Mostrar los destinatarios o el remitente del correo electrónico completo en los buzones de correo";
"Hide attachements for inline images" = "Ocultar los archivos adjuntos de las imágenes en línea";
"Show attachments above the message" = "Show attachments above the message";
"Show attachments above the message" = "Mostrar archivos adjuntos encima del mensaje";
/* Base font size for messages composed in HTML */
"Default font size" = "Tamaño de fuente por defecto.";
+1 -1
View File
@@ -1,3 +1,3 @@
MAJOR_VERSION=5
MINOR_VERSION=12
SUBMINOR_VERSION=8
SUBMINOR_VERSION=9