chore(release): 1.12.3
All checks were successful
Build release images / build-container (push) Successful in 1m1s

This commit is contained in:
Nicolai Ort 2025-04-28 21:32:11 +02:00
parent 7f802d57f8
commit 85e4faf898
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
5 changed files with 1075 additions and 1068 deletions

View File

@ -2,9 +2,16 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.12.3](https://git.odit.services/lfk/frontend/compare/1.12.2...1.12.3)
- feat: Fast card replacement view [`7f802d5`](https://git.odit.services/lfk/frontend/commit/7f802d57f81d913634f28e2def29c183b0fdd098)
#### [1.12.2](https://git.odit.services/lfk/frontend/compare/1.12.1...1.12.2)
> 28 April 2025
- feat(cardassignment): Now with hand scanner support [`9e8c236`](https://git.odit.services/lfk/frontend/commit/9e8c236281f6686318c27dcb1bd02dfbc2b30ee8)
- chore(release): 1.12.2 [`868dc3f`](https://git.odit.services/lfk/frontend/commit/868dc3f7e23f42f6bf1f752272ad21673be9c1c4)
#### [1.12.1](https://git.odit.services/lfk/frontend/compare/1.12.0...1.12.1)

View File

@ -13,7 +13,7 @@
<body>
<span style="display: none; visibility: hidden" id="buildinfo"
>RELEASE_INFO-1.12.2-RELEASE_INFO</span
>RELEASE_INFO-1.12.3-RELEASE_INFO</span
>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script>

View File

@ -1,6 +1,6 @@
{
"name": "@odit/lfk-frontend",
"version": "1.12.2",
"version": "1.12.3",
"type": "module",
"scripts": {
"i18n-order": "node order.js",

View File

@ -66,6 +66,7 @@
"card": "Läuferkarte",
"card-added": "Karte wurde erstellt",
"card-deleted": "Karte gelöscht",
"card-replacement-menu": "Karte ersetzen",
"card-updated": "Karte aktualisiert",
"card_assignment_for_mobile": "Mobile Kartenzuweisung",
"card_assignment_menu": "Kartenzuweisung",
@ -227,6 +228,7 @@
"error_on_login": "😢Fehler beim Login",
"everything-concerning-your-profile": "Alles zu deinem Profil",
"faq": "FAQ",
"fast_card_replacement": "Karten-Schnellzusweisung (Mit Mobilgeräteunterstützung)",
"festbetrag": "Festbetrag",
"filename_sponsoringquittungsliste": "SponsoringQuittungsListe",
"filter-by-organization-team": "Filtern nach Organisation / Team",
@ -415,6 +417,7 @@
"search-for-runner-by-name-or-id": "Suche einen Läufer (via Name oder #ID)",
"select-all": "Alle auswählen",
"select-language": "Sprache auswählen",
"select-runner": "Läuferin auswählen",
"selfservice-registration": "Selfservice Registrierung",
"selfservice_qr_registration_barcode": "Kiosk QR/ Selfservice Barcode",
"send-a-mail-to-lfk-odit-services": "Sende eine Mail an lfk@odit.services",
@ -527,8 +530,5 @@
"you-have-to-provide-an-organization": "Du musst eine Organisation angeben",
"you-have-to-save-your-changes-to-generate-a-link": "Du musst deine Änderungen speichern, um einen Link zu generieren.",
"you-must-create-at-least-one-card-or-cancel": "Du musst mindestens eine Blankokarte erstellen.",
"zip-postal-code": "Postleitzahl",
"fast_card_replacement": "Karten-Schnellzusweisung (Mit Mobilgeräteunterstützung)",
"select-runner": "Läuferin auswählen",
"card-replacement-menu": "Karte ersetzen"
"zip-postal-code": "Postleitzahl"
}

View File

@ -66,6 +66,7 @@
"card": "card",
"card-added": "Card added",
"card-deleted": "Card deleted",
"card-replacement-menu": "Replace card",
"card-updated": "Card updated",
"card_assignment_for_mobile": "Card Assignment for Mobile",
"card_assignment_menu": "Card Assignment",
@ -227,6 +228,7 @@
"error_on_login": "Error on login",
"everything-concerning-your-profile": "Everything concerning your profile",
"faq": "FAQ",
"fast_card_replacement": "Fast card replacement (with mobile support)",
"festbetrag": "Fixed amount",
"filename_sponsoringquittungsliste": "DonorReceiptList",
"filter-by-organization-team": "Filter by Organization/ Team",
@ -415,6 +417,7 @@
"search-for-runner-by-name-or-id": "Search for runner (by name or #ID)",
"select-all": "select all",
"select-language": "Select language",
"select-runner": "Select runner",
"selfservice-registration": "Selfservice registration",
"selfservice_qr_registration_barcode": "Kiosk QR/ Selfservice Barcode",
"send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services",
@ -527,8 +530,5 @@
"you-have-to-provide-an-organization": "You have to provide an organization",
"you-have-to-save-your-changes-to-generate-a-link": "You have to save your changes to generate a link.",
"you-must-create-at-least-one-card-or-cancel": "You must create at least one card.",
"zip-postal-code": "ZIP/ postal code",
"fast_card_replacement": "Fast card replacement (with mobile support)",
"select-runner": "Select runner",
"card-replacement-menu": "Replace card"
"zip-postal-code": "ZIP/ postal code"
}