Sabaki v0.52.0
Added
- Leapfrogged from Electron 8 to Electron 13, which among other performance and
stability improvements, brings native Apple Silicon (M1) support to Mac builds - Added support for PandaNet UGF format files
- Added 'Quit' option to File menu (thanks to @HiggsTardigradeTau, #746)
- Add Linux ARM64 build (thanks to @borongyuan #735)
- Support relative paths to engines (thanks to @ebifrier, #698)
Fixed
- Comment box was still in edit mode layout, even if disabled (thanks to
@FanJeldmann, #784) - Markdown tables would hang edit mode, now tables are correctly rendered (#788)
- Detach all engines when the window is closed (thanks to @ebifrier, #700)
- Analysis variation replay was not removed when navigating to a different node
(thanks to @ebifrier, #712) - Comment display was incorrect when navigating while Edit mode is active
(thanks to @ebifrier, #711) - Failed to load external links in comments (thanks to @baldor-f, #754)
Changed
- Ctrl+H toggles the visibility of the analysis heatmap, and
Ctrl+Shift+H cycles through the different types of heatmap labels
(#752)