I'm thrilled to introduce the latest iteration of LeoInteg, version 1.0.15.
This update mainly addresses a bug found by Maphew (https://github.com/maphew) that affected the 'python command' setting in the setting editor.
I want to give special thanks to Maphew for this one, and again, to those who support the development of Leo!
Félix
I'll now finish the first LeoJS beta! Stay Tuned! 🦁
Here's the complete changelog:
## 1.0.15
- Added description under command label in minibuffer-history's user input box.
- Fixed default keybindings for alt+home and alt+end. (goto first/last visible node)
- Fixed critical bug with the 'python command' user setting.
- Fixed 'new' command to force-show Leo's body and outline panes.
- Server manager now offers better error handling and status messages when starting a server and/or connecting to it.
- Improved 'when' conditions for keybindings to have command trigger at appropriate times. (Having focus on the right panels for commands to trigger)
- Commands that toggle search settings in the 'find' panel will make sure the panel is visible before toggling the setting.
- Custom @button, @rclick and @command entries of the minibuffer are now shown with proper ordering, description and icon.
- Branch for opened Leo document now hidden by default in outline's title.
- Added new option setting "showBranchInOutlineTitle" to show the branch with the filename in the outline's title bar.
- Settings panel now shows the resulting command used to spawn the server process (built from the various server startup settings).
- Added a 100ms delay when selecting opened document node in document panel to fix a bug where activity bar would flash when switching from leo view to explorer view when document pane was opened.