-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changelog.txt
28 lines (25 loc) · 1.39 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2022/01/03 v1.12
*Corrected argument parsing for F-chassis and A-chassis
*Corrected EEPROM management for G-chassis
*Corrected some non-escaped menus
*Out-of-range CD/DVD DiscDetect Ratio will be just a warning, not an error
*Enabled verbose logging of all issued serial commands+arguments and mechacon responses into pmap.log file
*Added argument logging into all cmd messages
*Corrected CD FCS SEARCH CHECK calculation. It was in range 0..10 cause the value for storing was unsigned, changed to -10..10
*Refactored cfd handle logic from uint to char. On Dragons (H-Chassis+) cfd return Mechacon Renewal date in a different format
*Now all v5 mechacon chip are detected correctly.
2016/10/19 v1.11
*Corrected CD/DVD detection ratio formula.
2016/09/11 v1.10
*Corrected incorrect values for C-chassis detection.
*Corrected incorrect floating-point values used in elect-adjustment.
*Corrected (debug) ID numbers for post-update and post-EEPROM write tasks.
*Corrected detection of the Rohm RTC IC on the F-chassis and later.
*Corrected return values for the Rx handlers of elect-adjustment.
*Added code to reset the RTC.
*Added an option to clear the OSD2 Init Bit during updates.
*Refactored the code under elect adjustment to make it possible to change the UI.
*Removed debug messages from elect adjustment.
*Added an error message for commands that time out.
2016/04/08 v1.00
*Initial public beta release