From 4ffd2dd0c291a676c79d77d11ac2884150860906 Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Thu, 28 Aug 2025 15:04:21 +0200 Subject: [PATCH] updates changelog --- CHANGELOG.md | 12 ++++++++++++ docs/src/content/docs/changelog.md | 12 ++++++++++++ web/src/lib/i18n/locales/de.json | 2 +- web/src/lib/i18n/locales/en.json | 2 +- web/src/lib/i18n/locales/es.json | 2 +- web/src/lib/i18n/locales/eu.json | 2 +- web/src/lib/i18n/locales/fr.json | 2 +- web/src/lib/i18n/locales/hu.json | 2 +- web/src/lib/i18n/locales/it.json | 2 +- web/src/lib/i18n/locales/nl.json | 2 +- web/src/lib/i18n/locales/pl.json | 2 +- web/src/lib/i18n/locales/pt.json | 2 +- web/src/lib/i18n/locales/ru.json | 2 +- web/src/lib/i18n/locales/zh.json | 2 +- web/src/routes/settings/language/+page.svelte | 2 +- 15 files changed, 37 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35070f81..eb2c139c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.18.1 +## Bug fixes +- Fixes permission issues that prevented federation from working properly +- Trail categories are properly displayed in lists +- Fixes issue that prevented lists from saving + +## Documentation +- Improves docs for updating on bare-metal installations + +## Translation +- Adds Basque and Russian translations (thanks @aisaivia & @jeffscrum) + # v0.18.0 ## Features diff --git a/docs/src/content/docs/changelog.md b/docs/src/content/docs/changelog.md index d6d1f429..452e2d41 100644 --- a/docs/src/content/docs/changelog.md +++ b/docs/src/content/docs/changelog.md @@ -2,6 +2,18 @@ title: Changelog description: What changed in the last patch? --- +## v0.18.1 +### Bug fixes +- Fixes permission issues that prevented federation from working properly +- Trail categories are properly displayed in lists +- Fixes issue that prevented lists from saving + +### Documentation +- Improves docs for updating on bare-metal installations + +### Translation +- Adds Basque and Russian translations (thanks @aisaivia & @jeffscrum) + ## v0.18.0 ### Features diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index 9c1d1e1b..cb5545be 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -56,7 +56,7 @@ "car": "Auto", "car-motorcycle": "Auto/Motorrad", "card": "{n, plural, =1 {Karte} other {Karten}}", - "catalan": "Katalanisch", + "basque": "Baskisch", "categories": "Kategorien", "category": "Kategorie", "change": "Ändern", diff --git a/web/src/lib/i18n/locales/en.json b/web/src/lib/i18n/locales/en.json index 91004cb0..e8650b59 100644 --- a/web/src/lib/i18n/locales/en.json +++ b/web/src/lib/i18n/locales/en.json @@ -56,7 +56,7 @@ "car": "Car", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Card} other {Cards}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Categories", "category": "Category", "change": "Change", diff --git a/web/src/lib/i18n/locales/es.json b/web/src/lib/i18n/locales/es.json index 360b9d6a..11b4f976 100644 --- a/web/src/lib/i18n/locales/es.json +++ b/web/src/lib/i18n/locales/es.json @@ -56,7 +56,7 @@ "car": "Coche", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, one {}=1 {Ficha} other {Fichas}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Categorías", "category": "Categoría", "change": "Modificar", diff --git a/web/src/lib/i18n/locales/eu.json b/web/src/lib/i18n/locales/eu.json index d2212f4f..3d069b2b 100644 --- a/web/src/lib/i18n/locales/eu.json +++ b/web/src/lib/i18n/locales/eu.json @@ -56,7 +56,7 @@ "car": "Kotxea", "car-motorcycle": "Kotxea/Motozikleta", "card": "{n, plural, one {}=1 {Txartea} other {Txartelak}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Kategoriak", "category": "Kategoria", "change": "Aldatu", diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 4bd608f2..7f4dd481 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -56,7 +56,7 @@ "car": "Voiture", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Tuile} other {Tuiles}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Catégories", "category": "Catégorie", "change": "Changement", diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index 53fa8542..da62034c 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -56,7 +56,7 @@ "car": "Car", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Kártya} other {Kártyák}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Kategóriák", "category": "Kategória", "change": "Változás", diff --git a/web/src/lib/i18n/locales/it.json b/web/src/lib/i18n/locales/it.json index f9ed54f7..bdbcf06b 100644 --- a/web/src/lib/i18n/locales/it.json +++ b/web/src/lib/i18n/locales/it.json @@ -56,7 +56,7 @@ "car": "Car", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Carta} other {Carte}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Categorie", "category": "Categoria", "change": "Modifica", diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index fa296871..995aefde 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -56,7 +56,7 @@ "car": "Wagen", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Kaart} other {Kaarten}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Categorieën", "category": "Categorie", "change": "Wijzigen", diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 125188d7..a769c7f4 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -56,7 +56,7 @@ "car": "Samochód", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Karta} other {Karty}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Kategorie", "category": "Kategoria", "change": "Zmień", diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 314874cc..ac224ec5 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -56,7 +56,7 @@ "car": "Car", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Cartão} other {Cartões}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Categorias", "category": "Categoria", "change": "Alterar", diff --git a/web/src/lib/i18n/locales/ru.json b/web/src/lib/i18n/locales/ru.json index 971bf10a..9865603e 100644 --- a/web/src/lib/i18n/locales/ru.json +++ b/web/src/lib/i18n/locales/ru.json @@ -56,7 +56,7 @@ "car": "Автомобиль:", "car-motorcycle": "Car/Motorcycle", "card": "{n, plural, =1 {Карточка} other {Карточки}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "Категории", "category": "Категория", "change": "Изменить", diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index 0a6b52e9..50dce55a 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -56,7 +56,7 @@ "car": "汽车", "car-motorcycle": "汽车/摩托车", "card": "{n, plural, =1 {卡片} other {卡片}}", - "catalan": "Catalan", + "basque": "Basque", "categories": "分类", "category": "分类", "change": "更换", diff --git a/web/src/routes/settings/language/+page.svelte b/web/src/routes/settings/language/+page.svelte index 2d9e62bc..c25d0c2a 100644 --- a/web/src/routes/settings/language/+page.svelte +++ b/web/src/routes/settings/language/+page.svelte @@ -16,7 +16,7 @@ { text: $_("english"), value: "en" }, { text: $_("german"), value: "de" }, { text: $_("spanish"), value: "es" }, - { text: $_("catalan"), value: "eu" }, + { text: $_("basque"), value: "eu" }, { text: $_("french"), value: "fr" }, { text: $_("hungarian"), value: "hu" }, { text: $_("italian"), value: "it" },