================================================================================ version 14.6.1 (14D23) (10-10-2022) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [NFR] Adjusted drawing of zero-width invisibles so that they're no longer treated as gremlins. * When doing character-based soft wrapping to the window width, omit the em-width margin at the end, to allow for more accurate wrapping points. * [451510 and others] Fixed bug in which soft-wrapped text in proportional fonts was not rewrapped correctly while editing. * [451633] Fixed crash which would occur after dragging a rectangular selection, either when attempting to undo the operation, or when closing the document subsequently. * [451668] Made a change to correct missing display of certain gremlins when using certain fonts. ================================================================================ version 14.6.1 (14D21) (10-05-2022) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [NFR] Refined the fix for [451415] to handle cases in which the display font doesn't have a glyph for the "special" character being displayed. * [451403] Start Xcode project discovery on a background thread, so that if Spotlight is completely broken such that `mds` is hung and blocking API calls, the application won't hang at startup. * [451408] Fixed bug in which clicking on a color swatch in the Preferences window and then bringing an editing window to the front would fail to disconnect the Preferences swatch from the color panel, such that changes in the color panel would affect *both* the editing window (intentional) *and* the setting in the Preferences window (undesired). ================================================================================ version 14.6.1 (14D19) (10-04-2022) Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * Enabled ligatures by default for [Monoid](https://github.com/larsenwork/monoid) and Monoisome. * [451411] Fixed the likely source of a submitted crash log. * Made a change to work around Radar 100658961, which would sporadically cause inconsistent enabling of buttons in the Find window (and probably other things too). * The application will honor the value of `NSMenuShouldUpdateSettingsTitle` when running on macOS 13.0 and later, if you're into that sort of thing. * [451414, 451428] Restored control of font smoothing based on the old expert preferences (as well as the `AppleFontSmoothing` system preference for which there is no GUI in macOS 12.0 and later). * [451415] Corrected display of zero-width and certain non-breaking space characters. Since the default OS glyph substitution doesn't display anything terribly useful when "Show Invisibles" is turned off, these characters will always be displayed as though "Show Invisibles" is turned on (a gray vertical bar for zero-width characters, and a red bullet for alternative spaces). * [451425] Fixed regression in which changes to a project's site settings weren't actually saved into the project. *fin*