Skip to content

Commit

Permalink
Fixed some cars name
Browse files Browse the repository at this point in the history
  • Loading branch information
Waxo committed Nov 29, 2020
1 parent 7540816 commit 571d68a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.1 (2020-11-29)

- Fixed some cars name

# 0.2.0 (2020-11-28)

- Multiple files drop for qualifications now handled
Expand Down
2 changes: 1 addition & 1 deletion app/components/toolbar-comp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
View Results
{{/paper-button}}
<span class="flex"></span>
v0.2.0
v0.2.1
{{/toolbar.tools}}
{{/paper-toolbar}}

Expand Down
20 changes: 10 additions & 10 deletions app/utils/cars.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
const R = requireNode('ramda');

const carsModel = {
0: 'Porsche 991 GT3-R',
1: 'Mercedes AMG GT3',
0: 'Porsche 991 GT3 R',
1: 'Mercedes-AMG GT3',
2: 'Ferrari 488 GT3',
3: 'Audi R8 LMS',
4: 'Lamborghini Huracan GT3',
5: 'McLaren 650S GT3',
6: 'Nissan GT R Nismo GT3',
6: 'Nissan GT R Nismo GT3 (2018)',
7: 'BMW M6 GT3',
8: 'Bentley Continental GT3',
8: 'Bentley Continental GT3 (2018)',
9: 'Porsche 991 II GT3 Cup',
10: 'Nissan GT-R Nismo GT3',
11: 'Bentley Continental GT3',
10: 'Nissan GT-R Nismo GT3 (2015)',
11: 'Bentley Continental GT3 (2015)',
12: 'AMR V12 Vantage GT3',
13: 'Reiter Engineering R-EX GT3',
14: 'Emil Frey Jaguar G3',
15: 'Lexus RC F GT3',
16: 'Lamborghini Huracan GT3 EVO',
16: 'Lamborghini Huracan GT3 Evo',
17: 'Honda NSX GT3',
18: 'Lamborghini Huracan SuperTrofeo',
19: 'Audi R8 LMS EVO',
19: 'Audi R8 LMS Evo',
20: 'AMR V8 Vantage GT3',
21: 'Honda NSX GT3 EVO',
21: 'Honda NSX GT3 Evo',
22: 'McLaren 720s GT3',
23: 'Porsche 991 II GT3 R',
24: 'Ferrari 488 GT3 Evo',
25: 'Mercedes AMG GT3 (2020)',
25: 'Mercedes AMG GT3 2020',
50: 'Alpine A110 GT4',
51: 'Aston Martin Vantage GT4',
52: 'Audi R8 LMS GT4',
Expand Down
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acc-results-json-to-csv",
"productName": "acc-results-json-to-csv",
"version": "0.2.0",
"version": "0.2.1",
"description": "Import json with ACC bad formatting and export it to CSV",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acc-results-json-to-csv",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "Import json with ACC bad formatting and export it to CSV",
"repository": "",
Expand Down

0 comments on commit 571d68a

Please sign in to comment.