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.28.0

### Added
Expand Down
50 changes: 50 additions & 0 deletions vehicles/default/marks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3039,6 +3039,11 @@
"id": "ID_MARK_ECOVRAC",
"logotype_uri": null
},
{
"name": "Edsel",
"id": "ID_MARK_EDSEL",
"logotype_uri": null
},
{
"name": "Eduard",
"id": "ID_MARK_EDUARD",
Expand Down Expand Up @@ -3724,6 +3729,11 @@
"id": "ID_MARK_FOXTANK",
"logotype_uri": null
},
{
"name": "Franklin",
"id": "ID_MARK_FRANKLIN",
"logotype_uri": null
},
{
"name": "Franz Kleine",
"id": "ID_MARK_FRANZ_KLEINE",
Expand Down Expand Up @@ -4984,6 +4994,11 @@
"id": "ID_MARK_HYOSUNG",
"logotype_uri": null
},
{
"name": "Hyperion",
"id": "ID_MARK_HYPERION",
"logotype_uri": null
},
{
"name": "Hysoon",
"id": "ID_MARK_HYSOON",
Expand Down Expand Up @@ -5374,6 +5389,11 @@
"id": "ID_MARK_JIALING",
"logotype_uri": null
},
{
"name": "Jiangnan",
"id": "ID_MARK_JIANGNAN",
"logotype_uri": null
},
{
"name": "Jiangsu Sunhou",
"id": "ID_MARK_JIANGSU_SUNHOU",
Expand All @@ -5384,6 +5404,11 @@
"id": "ID_MARK_JIANSHE",
"logotype_uri": null
},
{
"name": "Jidu",
"id": "ID_MARK_JIDU",
"logotype_uri": null
},
{
"name": "Jinan Senyang",
"id": "ID_MARK_JINAN_SENYANG",
Expand Down Expand Up @@ -8304,6 +8329,11 @@
"id": "ID_MARK_OLDSMOBILE",
"logotype_uri": null
},
{
"name": "Oltcit",
"id": "ID_MARK_OLTCIT",
"logotype_uri": null
},
{
"name": "Omaks",
"id": "ID_MARK_OMAKS_MOTORS",
Expand Down Expand Up @@ -8974,6 +9004,11 @@
"id": "ID_MARK_PUMA",
"logotype_uri": null
},
{
"name": "Punk",
"id": "ID_MARK_PUNK",
"logotype_uri": null
},
{
"name": "Putzmeister",
"id": "ID_MARK_PUTZMEISTER",
Expand Down Expand Up @@ -9054,6 +9089,11 @@
"id": "ID_MARK_RADAR",
"logotype_uri": null
},
{
"name": "Radford",
"id": "ID_MARK_RADFORD",
"logotype_uri": null
},
{
"name": "РАФ",
"id": "ID_MARK_RAF",
Expand Down Expand Up @@ -9829,6 +9869,11 @@
"id": "ID_MARK_SCORPION",
"logotype_uri": null
},
{
"name": "Scout",
"id": "ID_MARK_SCOUT",
"logotype_uri": null
},
{
"name": "SDAC",
"id": "ID_MARK_SDAC",
Expand Down Expand Up @@ -13139,6 +13184,11 @@
"id": "ID_MARK_ZTM",
"logotype_uri": null
},
{
"name": "Zubr",
"id": "ID_MARK_ZUBR",
"logotype_uri": null
},
{
"name": "Zuk",
"id": "ID_MARK_ZUK",
Expand Down
Loading
Loading