================================================================================ version 14.6.7 (14D85) (2023-08-16) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * If for some reason you want non-ASCII Unicode spaces to be visible all the time when "Show Invisibles" is turned on, and not _only_ when "Show Spaces" is _also_ turned on, you can use the following expert preference to accomplish this: `defaults write com.barebones.bbedit OnlyShowInvisibleUnicodeSpacesWhenShowSpacesIsTurnedOn -bool NO` * [468056] Fixed bug in Unix Shell Script syntax coloring in which a `#` inside of a bracket pair inside of a parenthesis within a string would cause confusion. * [468163] Fixed bug in which case-sensitive link checking did not report case mismatches. (This is enabled by turning on the `HTMLLinkChecker_WarnIncorrectPathnameCase` expert preference.) ================================================================================ version 14.6.7 (14D83) (2023-08-10) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [455725] Made a change to invalidate the Open File by Name directory cache more aggressively in some situations (such as when switching a Git branch), which will improve the accuracy of searching in the wake of such events. * [467820, 467831] Fixed crash which would occur when opening a document from a Zip archive while running on certain versions of macOS. ================================================================================ version 14.6.7 (14D81) (2023-08-07) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [465108] Quieted errors reported from use of the `allow` attribute in HTML5 `iframe` elements. * [466243] Fixed bug in which Zip archives written out of order (with files appearing in the archive before their parent directory) were not read correctly. * [467518] Fixed stall which would occur when running certain script processes from the "Commands" panel (but worked OK when run directly from the Scripts menu; go figure). ================================================================================ version 14.6.7 (14D79) (2023-07-16) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [463730] Fixed crash which would occur when processing plain-text LSP completion documentation when running on macOS 11 or earlier. * [464522] Corrected appearance of text in the license panel when Dark Mode is in effect. * [464444] Made a change so that the Git branch status navigation bar item doesn't spend any time updating itself at application activation if it's not visible (as is the case for any document not in a Git repository). * [464720] Fixed bug in which "Remove Comments" would delete the last character of the document when performed with no selection range; this created a problem if the document ended with a closing `` element not followed by whitespace or a line break. * [464862] Improve legibility of provisional inline input (such as combining accents) when in dark mode. * [464872] Fixed bug in which the live match count in the Find window did not correctly update after a "Replace" operation (including "Replace All" and "Replace & Find"). * [465705] Fixed bug in which clicking on a line in the results list after "Find All" would beep, in cases where the search text specified a color. *fin*