mirror of https://github.com/rusefi/RomRaider.git
Release 0.7.0 MAY28 2020
This commit is contained in:
parent
5ca6011e5e
commit
e68edb9695
|
@ -1,4 +1,4 @@
|
||||||
- RomRaider 0.6.1 APR25 2020 -
|
- RomRaider 0.7.0 MAY28 2020 -
|
||||||
Open-Source ECU Tuning and Logging -- www.romraider.com
|
Open-Source ECU Tuning and Logging -- www.romraider.com
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,13 +33,13 @@ RomRaider is still in beta status and changing frequently,
|
||||||
documentation may be incomplete or out of date.
|
documentation may be incomplete or out of date.
|
||||||
|
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
- 0.6.1 APR25 2020 Notes (04/25/2020) -
|
- 0.7.0 MAY28 2020 Notes (05/28/2020) -
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
This is the latest release of RomRaider from the GitHub repo:
|
This is the latest release of RomRaider from the GitHub repo:
|
||||||
https://github.com/RomRaider/RomRaider
|
https://github.com/RomRaider/RomRaider
|
||||||
|
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
- 0.6.1 APR25 2020 Known Issues -
|
- 0.7.0 MAY28 2020 Known Issues -
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
- Logger
|
- Logger
|
||||||
- Gauge min/max/step limits incomplete in logger.xml
|
- Gauge min/max/step limits incomplete in logger.xml
|
||||||
|
@ -55,6 +55,15 @@ Status of these items and more can be viewed at:
|
||||||
- Change Log -
|
- Change Log -
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
0.7.0 MAY28 2020 (05/28/2020)
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
- Logger
|
||||||
|
- (GTO2013) Refine support for ELM327 based cables
|
||||||
|
- DS2 protocol now supports "Telegram", logging arbitrary addresses,
|
||||||
|
requires a new logger definition v352 or later to take advantage of this mode
|
||||||
|
|
||||||
|
|
||||||
0.6.1 APR25 2020 (04/25/2020)
|
0.6.1 APR25 2020 (04/25/2020)
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
|
|
@ -19,12 +19,12 @@ carsdefsurl=https://www.romraider.com/forum/topic5792.html
|
||||||
release_notes=release_notes.txt
|
release_notes=release_notes.txt
|
||||||
|
|
||||||
version.major=0
|
version.major=0
|
||||||
version.minor=6
|
version.minor=7
|
||||||
version.patch=1
|
version.patch=0
|
||||||
version.buildnumber=938
|
version.buildnumber=946
|
||||||
version.extra=APR25
|
version.extra=MAY28
|
||||||
version.extra1=2020
|
version.extra1=2020
|
||||||
min.logger.def.version=350
|
min.logger.def.version=352
|
||||||
|
|
||||||
# the starting class for the application
|
# the starting class for the application
|
||||||
class.start=com.romraider.ECUExec
|
class.start=com.romraider.ECUExec
|
||||||
|
|
Loading…
Reference in New Issue