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

### Added
Expand Down
22 changes: 16 additions & 6 deletions vehicles/default/marks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5050,7 +5050,7 @@
"logotype_uri": null
},
{
"name": "IVECO-АМТ",
"name": "Iveco-АМТ",
"id": "ID_MARK_IVECO_AMT",
"logotype_uri": null
},
Expand Down Expand Up @@ -8765,7 +8765,7 @@
"logotype_uri": null
},
{
"name": "RAM",
"name": "Ram",
"id": "ID_MARK_RAM",
"logotype_uri": null
},
Expand Down Expand Up @@ -8905,7 +8905,7 @@
"logotype_uri": null
},
{
"name": "Samsung",
"name": "Renault Samsung",
"id": "ID_MARK_RENAULT_SAMSUNG",
"logotype_uri": null
},
Expand Down Expand Up @@ -9235,7 +9235,7 @@
"logotype_uri": null
},
{
"name": "Сааб",
"name": "Saab",
"id": "ID_MARK_SAAB",
"logotype_uri": null
},
Expand All @@ -9259,6 +9259,11 @@
"id": "ID_MARK_SAHIN_TANKER",
"logotype_uri": null
},
{
"name": "SAIC",
"id": "ID_MARK_SAIC",
"logotype_uri": null
},
{
"name": "Saipa",
"id": "ID_MARK_SAIPA",
Expand Down Expand Up @@ -11670,7 +11675,7 @@
"logotype_uri": null
},
{
"name": "Викинг",
"name": "Viking",
"id": "ID_MARK_VIKING",
"logotype_uri": null
},
Expand Down Expand Up @@ -12399,6 +12404,11 @@
"id": "ID_MARK_YUCHAI",
"logotype_uri": null
},
{
"name": "Yudo",
"id": "ID_MARK_YUDO",
"logotype_uri": null
},
{
"name": "Yuejin",
"id": "ID_MARK_YUEJIN",
Expand Down Expand Up @@ -12575,7 +12585,7 @@
"logotype_uri": null
},
{
"name": "ЗИС",
"name": "ЗиС",
"id": "ID_MARK_ZIS",
"logotype_uri": null
},
Expand Down
Loading