Skip to content

Commit 9f1b4d6

Browse files
committed
Release 1.0.0 DEC01 2023
1 parent 036f84a commit 9f1b4d6

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

release_notes.txt

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- RomRaider 0.9.4 MAY23 2022 -
1+
- RomRaider 1.0.0 DEC01 2023 -
22
Open-Source ECU Tuning and Logging -- www.romraider.com
33

44

@@ -33,13 +33,13 @@ RomRaider is still in beta status and changing frequently,
3333
documentation may be incomplete or out of date.
3434

3535
--------------------------------------------
36-
- 0.9.4 MAY23 2022 Notes (05/23/2022) -
36+
- 1.0.0 DEC01 2023 Notes (12/01/2023) -
3737
--------------------------------------------
3838
This is the latest release of RomRaider from the GitHub repo:
3939
https://github.com/RomRaider/RomRaider
4040

4141
--------------------------------------
42-
- 0.9.4 MAY23 2022 Known Issues -
42+
- 1.0.0 DEC01 2023 Known Issues -
4343
--------------------------------------
4444
- Logger
4545
- Gauge min/max/step limits incomplete in logger.xml
@@ -55,6 +55,24 @@ Status of these items and more can be viewed at:
5555
- Change Log -
5656
--------------
5757

58+
1.0.0 DEC01 2023 Notes (12/01/2023)
59+
----------------------------------
60+
61+
- Editor
62+
- Updates parent table when scale is changed in 1D tables
63+
- Fix table sizing bug and add xdfconstant support
64+
- Fix table opening bug, Fix Table1D axis label bug; Fix double loaded documents; Improve XDF support
65+
- Add JDF/VDF conversion layer
66+
- Add shortcut for raw scale, Add number of checksums in status bar
67+
- Add DTCs
68+
- Fix VDF scaling name error; Fix save definition bug
69+
- Add alpha version of dataflow simulation
70+
- Improve rendering performance; Dataflow bugfixes
71+
72+
- Logger
73+
- Fix issue #217, serial RTS for Openport 1.x cables
74+
75+
5876
0.9.4 MAY23 2022 Notes (05/23/2022)
5977
----------------------------------
6078

version.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ loggerdefsurl=https://www.romraider.com/forum/topic1642.html
1818
carsdefsurl=https://www.romraider.com/forum/topic5792.html
1919
release_notes=release_notes.txt
2020

21-
version.major=0
22-
version.minor=9
23-
version.patch=4
24-
version.buildnumber=1184
21+
version.major=1
22+
version.minor=0
23+
version.patch=0
24+
version.buildnumber=1214
2525
version.extra=${mnth.day}
2626
version.extra1=${time.year}
2727
min.logger.def.version=370

0 commit comments

Comments
 (0)