- Added to create an absolute path start with “/” followed by non whitespace chars.
- Added to create a relative path start with “./” followed by non whitespace chars.
- Changed file:// URLs to once again always get interperted as global paths.
- Fixed a bug moving fully selected (ie Select Branch) items around past folded items.
API Changes:
- Fixed DateTime.format to use HH hour format.
- Fixed DateTime.parse to parse times with milliseconds if present.
- Exposed DateTime for use in scripts as a global, instead of requiring hacky webpack requires.
- Renamed Selection.items to Selection.selectedItems. Updated docs to describe when selection.endItem isn’t included in selectedItems.