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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## Unreleased

### Changed

- Vehicle marks and models specs

## v5.24.1

### Fixed
Expand Down
55 changes: 55 additions & 0 deletions vehicles/default/marks.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@
"id": "ID_MARK_AIRSTREAM",
"logotype_uri": null
},
{
"name": "Aistaland",
"id": "ID_MARK_AISTALAND",
"logotype_uri": null
},
{
"name": "Aito",
"id": "ID_MARK_AITO",
Expand Down Expand Up @@ -1289,6 +1294,11 @@
"id": "ID_MARK_BIZIEN",
"logotype_uri": null
},
{
"name": "Bizzarrini",
"id": "ID_MARK_BIZZARRINI",
"logotype_uri": null
},
{
"name": "Blacksmith Trailer",
"id": "ID_MARK_BLACKSMITH_TRAILER",
Expand Down Expand Up @@ -2439,6 +2449,11 @@
"id": "ID_MARK_CZ",
"logotype_uri": null
},
{
"name": "Czinger",
"id": "ID_MARK_CZINGER",
"logotype_uri": null
},
{
"name": "C&C Trucks",
"id": "ID_MARK_C_C_TRUCKS",
Expand Down Expand Up @@ -3194,6 +3209,11 @@
"id": "ID_MARK_EROGLU",
"logotype_uri": null
},
{
"name": "Esteo",
"id": "ID_MARK_ESTEO",
"logotype_uri": null
},
{
"name": "Esterel",
"id": "ID_MARK_ESTEREL",
Expand Down Expand Up @@ -4344,6 +4364,11 @@
"id": "ID_MARK_GUILLEN",
"logotype_uri": null
},
{
"name": "Gumpert",
"id": "ID_MARK_GUMPERT",
"logotype_uri": null
},
{
"name": "Гуран",
"id": "ID_MARK_GURAN",
Expand Down Expand Up @@ -4629,6 +4654,11 @@
"id": "ID_MARK_HENGJIAN",
"logotype_uri": null
},
{
"name": "Hengtian",
"id": "ID_MARK_HENGTIAN",
"logotype_uri": null
},
{
"name": "Hengtong",
"id": "ID_MARK_HENGTONG",
Expand Down Expand Up @@ -5304,6 +5334,11 @@
"id": "ID_MARK_JEKKO",
"logotype_uri": null
},
{
"name": "Jeland",
"id": "ID_MARK_JELAND",
"logotype_uri": null
},
{
"name": "Jelcz",
"id": "ID_MARK_JELCZ",
Expand Down Expand Up @@ -7394,6 +7429,11 @@
"id": "ID_MARK_MGMOTO",
"logotype_uri": null
},
{
"name": "Mia",
"id": "ID_MARK_MIA",
"logotype_uri": null
},
{
"name": "Michieletto",
"id": "ID_MARK_MICHIELETTO",
Expand Down Expand Up @@ -9834,6 +9874,11 @@
"id": "ID_MARK_SEMI_TRAILER",
"logotype_uri": null
},
{
"name": "Senat",
"id": "ID_MARK_SENAT",
"logotype_uri": null
},
{
"name": "Sennebogen",
"id": "ID_MARK_SENNEBOGEN",
Expand Down Expand Up @@ -10164,6 +10209,11 @@
"id": "ID_MARK_SKIF",
"logotype_uri": null
},
{
"name": "SKM",
"id": "ID_MARK_SKM",
"logotype_uri": null
},
{
"name": "Skoda",
"id": "ID_MARK_SKODA",
Expand Down Expand Up @@ -11764,6 +11814,11 @@
"id": "ID_MARK_UMC",
"logotype_uri": null
},
{
"name": "UMO",
"id": "ID_MARK_UMO",
"logotype_uri": null
},
{
"name": "UN",
"id": "ID_MARK_UN",
Expand Down
Loading
Loading