mirror of https://github.com/rusefi/RomRaider.git
Release Candidate 0.5.9 RC1
This commit is contained in:
parent
0081ef526e
commit
df941a4abf
|
@ -1,4 +1,4 @@
|
|||
- RomRaider 0.5.8 RC1 -
|
||||
- RomRaider 0.5.9 RC1 -
|
||||
Open-Source ECU Tuning -- www.romraider.com
|
||||
|
||||
|
||||
|
@ -33,20 +33,20 @@ RomRaider is still in beta status and changing frequently,
|
|||
documentation may be incomplete or out of date.
|
||||
|
||||
--------------------------------------------
|
||||
- 0.5.8 RC1 Notes (05/31/2014) -
|
||||
- 0.5.9 RC1 Notes (04/21/2015) -
|
||||
--------------------------------------------
|
||||
This is the latest release of the RomRaider from the GitHub repo:
|
||||
https://github.com/RomRaider/RomRaider
|
||||
|
||||
--------------------------------------
|
||||
- 0.5.8 RC1 Known Issues -
|
||||
- 0.5.9 RC1 Known Issues -
|
||||
--------------------------------------
|
||||
- Logger
|
||||
- Gauge min/max/step limits incomplete in logger.xml
|
||||
- ECU connections under Linux are flaky (start the logger after
|
||||
you've started the engine)
|
||||
- Update latency via injector tab broken for some models (eg. 2007 2.5i)
|
||||
- Switching between SSM and OBD protocol mode may not update the parameter
|
||||
- Switching between SSM, OBD and DS2 protocol mode may not update the parameter
|
||||
list completely. A Logger restart will update the list correctly.
|
||||
Status of these items and more can be viewed at:
|
||||
https://github.com/RomRaider/RomRaider/issues?labels=bug&state=open
|
||||
|
@ -55,6 +55,49 @@ Status of these items and more can be viewed at:
|
|||
- Change Log -
|
||||
--------------
|
||||
|
||||
0.5.9 RC1 (04/21/2015)
|
||||
----------------------------------
|
||||
|
||||
- Editor
|
||||
- Implement a global endian attribute in ECU definitions <memmodel endian=xxx>
|
||||
overriding table specific endian settings
|
||||
- Rename SSM menu item as the Test App is no longer SSM specific
|
||||
- Allow user to specific read block size in Editor Test App
|
||||
- Fix for RomTree expand/collapse issue
|
||||
- Fix for reversed min/max table colours
|
||||
- Fix for table 3D view min/max ranges
|
||||
- Changed Settings file search order for better portability, starting directory
|
||||
is searched before user's home
|
||||
- Added a missing ECU definition file Dialog to warn user to correct
|
||||
- Added a catch-all exception notification branch
|
||||
- Fix for category node open issue, Double click on node causes the node to
|
||||
open and then close
|
||||
- Changed code to use true Linear Interpolation rather than even cell distance
|
||||
distribution
|
||||
- Added warning log when a static table contains a storageType != 0
|
||||
- Added ability to parse and save the static table data if the storageType != 0
|
||||
|
||||
- Logger
|
||||
- Add -logger.touch to make the Logger UI more 'touch' friendly
|
||||
- BMW DS2 protocol implementation for MS41, MS42 and MS43 DME
|
||||
- Implement DS2 Learning (Adaptation) Table Values read functionality
|
||||
- Added DS2 adaptation reset tool
|
||||
- Group individual DS2 ECU queries into a single memory read start address
|
||||
and length query
|
||||
- Add APSX D1|D2 Wideband O2 Externals Plugin
|
||||
- Added support for the ECOTRONS ALM wideband O2 controller
|
||||
- Allow setting event mode or polled mode in the lm2_mts.plugin Properties file
|
||||
- Implement endian processing in the data converter defined in logger definition
|
||||
- Update Logger definition DTD for new elements of DS2 protocol
|
||||
- Added new protocol selection menu populated with all the protocols defined
|
||||
in the Logger definition file
|
||||
- Add protocol to query status message display
|
||||
- Add support to use Linux Openport 2.0 library if available
|
||||
- Add serial data bit and parity configuration setting items
|
||||
- Added a new BitWise Logger converter to process bits in query results, see
|
||||
Java source file for usage details com/romraider/util/BitWise.java
|
||||
|
||||
|
||||
0.5.8 RC1 (05/31/2014)
|
||||
----------------------------------
|
||||
|
||||
|
@ -94,7 +137,6 @@ Status of these items and more can be viewed at:
|
|||
- Add protocol attribute to user Logging Profiles to indicate OBD and SSM profiles
|
||||
|
||||
|
||||
|
||||
0.5.7 RC2 (08/28/2013)
|
||||
----------------------------------
|
||||
|
||||
|
|
|
@ -20,11 +20,11 @@ release_notes=release_notes.txt
|
|||
|
||||
version.major=0
|
||||
version.minor=5
|
||||
version.patch=8
|
||||
version.buildnumber=635
|
||||
version.patch=9
|
||||
version.buildnumber=736
|
||||
version.extra=RC
|
||||
version.extra1=1
|
||||
min.logger.def.version=155
|
||||
min.logger.def.version=305
|
||||
|
||||
# the starting class for the application
|
||||
class.start=com.romraider.ECUExec
|
||||
|
|
Loading…
Reference in New Issue