Release Notes for JMRI 4.15.6 release
Date: May 16, 2019
From: Bob Jacobsen
Subject: Test Release 4.15.6 of JMRI/DecoderPro is available for download.
Notes:
This is a test release. Please post a note if you encounter any new or old bugs! And please back up your JMRI files before installing this, in case you want to go back to an earlier version.
This is the next in a series of test releases. We expect this series to end in the next JMRI production release during early Summer 2019. (See the tentative release schedule)
Some of the changes involved are quite extensive. They may require a certain amount of experience before they are working well. Therefore, this test release should be considered experimental.
JMRI is now only available under the GNU General Public License. For more information, please see our copyright and licensing page.
Update From Older JMRI Versions
If you are currently using JMRI 4.11.9 or earlier, we strongly recommend that you update to JMRI 4.12 and make sure that's running OK before updating to this test release. Once you have JMRI 4.12 running OK, store your configuration and panel files and use those from then on. There have been a number of changes in serial port support, panel file format and configuration options since those earlier releases, and moving to the stable JMRI 4.12 release is a good way to work through any possible problems.
If you are currently using JMRI 4.7.3 or earlier on Linux or macOS (Windows doesn't need this), you must update to JMRI 4.12 and carrying out the migration process described in the JMRI 4.12 release note before updating to this release.
Known problems with this release
- None
New warnings for this release:
- Since JMRI 4.15.6 Remembering the location and size of layout panels created and maintained using Layout Editor, Panel Editor, Control Panel Editor, and Switchboard Editor is no longer dependent on saving the panel. The location and size values are retained using the same processes used by other JMRI windows. This makes the window management behavior consistent. To continue using the old behavior, go to Preferences >> Display and enable Use old location and size logic for editor panels.
- Since JMRI 4.15.6
Starting in JMRI 4.15.6, Memories
must have valid system names of the form "IM" folllowed by something.
"IM123" and "IMEAST" are both valid.
The system name "IM", all by itself, has never been valid, but JMRI
will now be enforcing that:
- You won't be able to create a memory with that name via the Memory table or scripts
- If you have that name in a panel file, an error will be logged and the panel file won't load. You'll have to remove it from he file or rename it in the file before loading it.
Older warnings
See the JMRI 4.14 release note for more warnings predating the 4.15 development series. These may be relevant to you if you're updating from an earlier version.- Since JMRI 4.15.5
The handling of Turnout system names has been updated
to be (more, hopefully completely) consistent with the
planned approach.
Specifically, case now (generally) matters in system names:
- You can now have an internal turnout named "ITsome lower case name".
- But note you can no longer refer to "ITSOME LOWER CASE NAME" or "ITSome LoWeR cAse Name" and get the same one.
- Since JMRI 4.15.4 The calculation of Turnout Addresses for the Direct DCC Accessory Command ("a" command) mode has been fixed (commands are now sent to the correct accessory address rather than 4 less than the nominated hardware address). For pre-existing panels, changes will need to be made to either the actual decoder address or the panel. If help is required, ask on the jmriusers group.
- Since JMRI 4.15.3 The prefix that identifies a layout connection should be a single letter, like "N" or "L", or a letter and some digits, like "K2" or "D3". Some older systems used to have longer "legacy system prefixes" like "DX", "DCCPP", "DP", "MR", "MC", "PI", and "TM". Those legacy system prefixes will now cause JMRI to issues a warning at startup. In this release, JMRI will still work with those prefixes, but they will need to be migrated to the proper form soon; JMRI 4.17.1 and later will require that this have been fixed. Therefore, this warning can't be suppressed without migrating the prefix in the connection configuration (and any associated panel files and scripts). If you're getting this warning and therefore need to do that migration, migration page.
- Since JMRI 4.11.4
There are issues with the Pi-SPROG One command station operation. A number of workarounds should be applied:
- Do not turn on the track power until the power supply to the Pi-SPROG ONE is turned on
- Do not enable extra debugging through default.lcf, nor open the system console window
- Do not open the SPROG console window
- Disable power conversion (CV 29) in all locos
- If connecting via VNC (or similar), setup the screen layout before turning on the track power
Download links:
Please note that the download links in this and future JMRI releases link to Github servers. People are welcome to distribute the download files further via other websites, etc. If you want to check that you've received original, unmodified versions, please check the files against the checksums shown below.- OS X / macOS: https://github.com/JMRI/JMRI/releases/download/v4.15.6/JMRI.4.15.6+Red1ceb2.dmg
sha256: e27da2d2fd402e30cf462c79cbcb0d70a1f629ab59faaacd6fa2480a92c3105c - Windows: https://github.com/JMRI/JMRI/releases/download/v4.15.6/JMRI.4.15.6+Red1ceb2.exe
sha256: 96bbd3d90037cf7e35f5340e04f48931474c7a427b03f91030ce48a277c09a96 - Linux: https://github.com/JMRI/JMRI/releases/download/v4.15.6/JMRI.4.15.6+Red1ceb2.tgz
sha256: b2e8c106f0945de6f912234c0fb16e17834ad50f69f1484d06063bed0a86ea67
Changes since Test release 4.15.5:
The list of included commits is available from our GitHub code repository.Hardware Support
MERG CBUS
- CBUS Reporters are no longer automatically created when hearing a DDES or ACDAT CBUS OPC.
New CBUS Reporters can now be created in a sequential range.
XpressNet
- Added support for Idle mode to the power manager. This indicates a global emergency stop (track power on, all locomotives stopped)
New / Updated decoder definitions
ESU
- Added the Essential Sound Unit (an OEM-only decoder).
- Added the LokSound 5 family.
- Added the SUSI Map to those V4/5 decoders that support it.
- Split the Sound Pane into two panes - "Sound" and "Sound Levels".
- Improved the speed of Import->LokProgrammer CV list file.
ZIMO
- Ronald Kuhn did a lot of work on the Zimo definitions, including adding V37 definitions
Internationalization
- Petr Šídlo improved the Czech translation
Layout Editor
- The Save Location and Size Options menu item is not displayed when automatic location and size behavior is active. See the above warning.
Scripting
- Custom scripts that release throttles may need to be modified.
- AutoDispatcher2
- RobotThrottle2
- RobotThrottle3
- RocoCrane
- Zimo Programmers
Old syntax:self.throttle.release()
New syntax assuming no throttle listeners in script:self.throttle.release(None)
Warrants
- Circuit Builder has more error help and ease of use features. The help page is updated.
- 40 scale feet has been added to the ramp down distance.
Miscellaneous
- Add new
TestWaitsForever
test class to allow end-of-job debug.