-*- mode: markdown; coding: utf-8; -*- ================================================================================ version 14.1.1 (416151) (2022-03-08) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [441881] Fixed crash which would occur when trying to use "Edit Markup" in a document fragment with a synthetic root tag (created by using a `#bbpragma` statement). * Fixed layout glitch in the Scripts palette and others which display folder-backed menu contents with keyboard equivalents. * Fixed bug in which toggling the "Enable language server" option did not correctly enable/disable the appropriate controls without first closing and reopening the language server options panel. ================================================================================ version 14.1.1 (416149) (2022-03-03) Additions --------- o (none in this build) Changes ------- * [DOC] Added help to the `Go/Line Number` sheet and the cursor position popover, reprising the info in the user manual about how to specify ranges, character offsets, and relative line offsets. * The built-in Perl language module is preconfigured to use [pls](https://github.com/FractalBoy/perl-language-server) for LSP features. To install the server, use `cpanm PLS` (this in turn requires you to have `cpanm` installed, which you can do with `brew install cpanm`) and we recommend using `perlbrew` to manage a newer Perl installation than macOS provides. Additional setup instructions are available at the [language server's GitHub project page](https://github.com/FractalBoy/perl-language-server). Fixes ----- * [432817] Worked around macOS bug which would cause the list of revisions in svn or git "Compare Revisions" dialogs to be scrolled up by the height of the list header when the dialog appeared. * [441817] Fixed crash which would occur in the Tidy library when doing a "Clean Document" or "Reflow Document" and certain content malformations were present. (The Tidy library has also been updated to 5.8.0.) ================================================================================ version 14.1.1 (416147) (2022-02-28) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [NFR] Revised the crash reporter so that it will no longer alert when crash data is not available. There are too many cases in which the OS spuriously kills the application, and at crash report time we can't tell the difference between that and a force-quit, and there's no point in trying. * [440610] Fixed bug in which the navigation bar icons in Live Preview windows were not correctly laid out. * Fixed bug in how certain errors returned by macOS were reported. * Made a change to allow working around broken language servers that do not exit when receiving an `exit` protocol notification. If BBEdit hangs when quitting because of such a server, there are two things you need to do: 1. Report a bug to the server implementor, because the server needs to be fixed to behave correctly. 2. Run this Terminal command: `defaults write com.barebones.bbedit ForceQuitLSPServerAfterExit_SERVERNAME -int 2` where `SERVERNAME` is replaced with the file name of the server executable on disk. So, for example, to work around this bug with the `terraform-ls` language server, you would use: `defaults write com.barebones.bbedit ForceQuitLSPServerAfterExit_terraform-ls -int 2` The numeric parameter is the maximum number of seconds that BBEdit will wait before terminating the language server's process. This value is capped at 10 seconds; in practice, for any broken server, "`1`" or "`2`" will do. Step #2 is *strictly* intended to be a temporary solution for any broken server, and should not be used for longer than it takes the server developer to fix the bug and release an update. * [441718] Fixed bug in which "Hex Dump Front Document" was inappropriately enabled when an image view was active, and would crash when chosen. (Hex Dump Front Document isn't supported for images yet, but you can still use Hex Dump File.) ================================================================================ version 14.1.1 (416145) (2022-02-22) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- - [440391] Fixed bug in which using the `bbedit --new-window` to open multiple files would open each file into its own window (rather than all into a single new window, as intended). * [440429] Fixed bug in which using the space bar to toggle a menu item's visibility in the "Menus & Shortcuts" preferences did not take effect immediately. * [440425] Fixed bug in which a comma was included between the image file name and the image comment when generating a Markdown image reference via drag-and-drop of an image file. * [440472] Fixed bug in which cancelling a long-running or hung `#!` script would cause the application to hang. * Made a change which *might* (emphasis intentional) work to prevent macOS from termination the application process when it decides to, other than at the user's request. * [440410] Fixed bug in which an instaproject's window title would inappropriately remove the filename extension from the root folder name (which was inconvenient if the folder name ended in a decimal number, for example). * Corrected the ordering of the Notebooks section in the "Open Recent" menu. * Made a change so that the crash reporter doesn't come up with a report window in cases where the application was exited abnormally because of some event *other* than a crash. (Such events would include force-quit, `kill` from the command line, and unwarranted process termination by the OS.) If this happens, the crash reporter will still alert you so that you can help us out by sending in a support email. * If the Software Update window is open, there will be a corresponding entry on the Window menu, so that you can activate the window if you lose track of it. ================================================================================ version 14.1.1 (416143) (2022-02-17) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * Fixed bug in which incoming LSP diagnostics were ignored if the file was open, but its full directory path contained any encoded URL-unsafe characters which required decoding. * [440073] Fixed bug in which non-Markdown documentation returned by language servers (for completion, symbol help, and parameter help) did not display correctly when in dark mode. * Made a change so that shell worksheets will use `zsh` on macOS 10.15 and later if `fish` is your default shell. (Fish can't be used in shell worksheets.) * [440284] Fixed (nonreproducible) crash which would occur while converting legacy `bbcolors` format color schemes and the file system API said no. * Fixed bug in which using the "Open" command with a note selected would point the panel at the Notes folder in the notebook, rather than some other appropriate location. * [440325] Fixed 13219 error reported when trying to open certain symlinked directories (like `/etc`) via the Open panel or command line. * [440280] Fixed bug in which dragging items between notebooks was either disallowed or dysfunctional. (The intended behavior is that dragging a note from one notebook to another will copy it; moves are not currently supported.) *fin*