Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## 📜 $\textsf{\color{salmon}{List\ of\ updates}}$

### $\textsf{\color{skyblue}2026/06/22}$

$\textsf{[v2.0.12\ =>\ {\textbf{\color{brown}v2.0.13}]}}$ app
- $\textsf{\color{orange}Patch:}$ Updated information on service 'golf' order.

<br>

### $\textsf{\color{skyblue}2026/06/15}$

$\textsf{[v2.0.10\ =>\ {\textbf{\color{brown}v2.0.12}]}}$ app
$\textsf{[v2.0.10\ =>\ v2.0.12]}$ app
- $\textsf{\color{orange}Patch:}$ Updated
+ discount on total costs for length of service distance
+ discount on free distance for specific approach
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yqni13 | $\texttt{\color{seagreen}{TAXI-VARGA}}$
### $\textsf{\color{brown}{v2.0.12}}$
### $\textsf{\color{brown}{v2.0.13}}$

<br><br>

Expand Down Expand Up @@ -235,10 +235,8 @@ $ npm run lint
## 📈 $\textsf{\color{salmon}Updates}$
[see changelog for all updates](CHANGELOG.md)

$\textsf{[v2.0.10\ =>\ {\textbf{\color{brown}v2.0.12}]}}$ app
- $\textsf{\color{orange}Patch:}$ Updated
+ discount on total costs for length of service distance
+ discount on free distance for specific approach
$\textsf{[v2.0.12\ =>\ {\textbf{\color{brown}v2.0.13}]}}$ app
- $\textsf{\color{orange}Patch:}$ Updated information on service 'golf' order.

<br>

Expand Down
2 changes: 1 addition & 1 deletion backend/src/models/meta.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MetaModel {
"author": "yqni13",
"environment": Secrets.MODE,
"maintenance-code": Secrets.MAINTENANCE_CODE,
"version": "2.0.12",
"version": "2.0.13",
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"price-estimated": "geschätzter Preis",
"price-fixed": "Pauschalpreis",
"stay": "Pauschalierter Aufenthalt",
"stay-calc": "Aufenthalt: 48,00 EUR für die ersten 8 Stunden und 12,00 EUR für jede weitere Stunde. Verrechnet wird jede begonnene Stunde.",
"stay-calc": "Aufenthalt bis Rückfahrt maximal 8h ohne Mehrkosten - danach 12,00 EUR für jede weitere begonnene Stunde.",
"stay-accommodation": "Verlängerungstag inkl. 30km Beförderungsleistung kostet 78,00 EUR + Quartierkosten oder Quartierbeistellung.",
"support-mode": {
"label": "Zusatzservice",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"price-estimated": "Estimated price",
"price-fixed": "Fixed price",
"stay": "Charged stay",
"stay-calc": "Stay: 48,00 EUR for the first 6 hours and 12,00 EUR for each additional hour. Every hour started is charged.",
"stay-calc": "Stay until return journey maximum 8h without additional costs - thereafter 12,00 EUR for each additional hour started.",
"stay-accommodation": "An extension day including 30km transport costs 78,00 EUR + accommodation costs or provision of accommodation.",
"support-mode": {
"label": "Additional service",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/modules/imprint/imprint.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ImprintComponent implements OnInit, OnDestroy {

this.devData = {
project: 'taxi-varga',
version: 'v2.0.12',
version: 'v2.0.13',
github: 'https://github.com/yqni13/taxi-varga/tree/production',
portfolio: 'https://yqni13.com',
contact: BaseRoute.SUPPORT
Expand Down
Loading