version 15.1 (15B13) 2024-05-03 Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [481176] Corrected omission of the `feed` ARIA role from the global attribute value list. * [481111] Changing the page guide width in the Preferences will trigger rewrapping in documents for which Soft Wrap Text is turned on and Page Guide is selected as the limit. ================================================================================ version 15.1 (15B11) 2024-05-01 Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [NFR] Made some changes to the default proportioning for some window types, so that they're a little bit wider by default. * [480842] Fixed bug when stutter-clicking on the "+" menu button under the per-language settings in the Languages preferences. ================================================================================ version 15.1 (15B9) 2024-04-25 Additions --------- o (none in this build) Changes ------- o (none in this build) Fixes ----- * [NFR] [480574] Worked around Claude API bug in which the API would return a non-streamed response in multiple data fragments. This resulted in an alert from the application and a subsequent crash. * [NFR] [480549] Fixed regression in which folders weren't twistable in the Scripts floater and similar palettes. * Fixed a typo in an error message that might occur while trying to install the command line tools. ================================================================================ version 15.1 (15B7) 2024-04-22 Additions --------- * Added binding points for the remaining dynamic commands on the "Insert" submenu to the Menus & Shortcuts preferences. Changes ------- * [DOC] Rearranged the Languages preferences panel to make more room for custom language settings as well as for customized filename extension mappings. * Improved soft wrapping behavior when wrapping to the Page Guide and a variable-pitch font is in use. (Note that when using such a font, the notion of wrapping to a fixed number of characters doesn't apply, so the actual position of the page guide is approximated.) Fixes ----- * Restored the ability to configure keyboard equivalents for Insert Time Stamp (short and long) and Insert Page Break that was lost in rearchitecture with 15.0. ================================================================================ version 15.1 (15B5) 2024-04-18 Additions --------- * [DOC] The status bar item for AI worksheets shows the service name along with the model name. You can switch services in an AI chat worksheet, and also clear the chat/response history if desired. (This may be necessary in cases where enough history accumulates that the service rejects or limits request lengths.) Changing services requires clearing the history. Changes ------- * Assigned keyboard equivalents (as configured in the Menus & Shortcuts preferences) are stored now as a JSON file, which should work around macOS APIs crashing if the old binary plist format gets corrupted or conflicted. Fixes ----- * [NFR] [480112] Fixed crash which would occur when Ollama returned errors from API calls (such as when specifying a nonexistent model). * [NFR] [480055] Fixed crash which would occur after closing an AI chat worksheet. * [NFR] [480114] Fixed bug in which model setting changes in the AI Worksheet preferences weren't saved correctly when making changes. * [NFR] [480114] Fixed regression in which new AI chat worksheets didn't use the model specified in the preferences. * Fixed misplacement of the key binding points for the legacy "Insert" menu commands in the Menus & Shortcuts preferences. (They're under "Miscellaneous" but were buried under an irrelevant heading.) * Changes to improve performance when iterating large directories in disk browsers and project window folder listings. * Made some performance improvements to the "is a Zip archive" and "is a tarball" tests. * Prompts sent to the chat API are now stored in the history only *after* the API responds affirmatively. This ensures API behavior correctness in the wake of errors (timeouts, account limits, or otherwise) and fixes a problem in which Claude worksheets would become inoperative after errors. ================================================================================ version 15.1 (15B3) 2024-04-xx Additions --------- + [DOC] "ChatGPT Worksheets" are branching out; the renamed "AI Chat Worksheet" preferences provide settings to select alternative services. Included with the application are service models for ChatGPT, [Claude](https://claude.ai/), and [Ollama](https://www.ollama.com). You can also add your own services and endpoints, as long as they use an API that is compatible with OpenAI's (or close enough that BBEdit can't tell the difference). [NFR] Documentation and examples are forthcoming; if this is something you want to do right now, please write to support. * [DOC] Added a "Decompose Unicode" transformation. + [DOC] Added a setting to the "Expert" settings panel list so that it only shows values that have been changed from their factory defaults. Changes ------- * BBEdit will now try to automatically guess JSON, so that if you paste some into an untitled document, you won't have to remember to manually set the language if you want to use "Reformat Document" to pretty-print it. * Reworked the default placement and size of new document windows; they are now centered in the main display and occupy a less-than-total fraction of the available display height. * If a file is opened from inside of the Xcode platform/SDK tree, the document path in the navigation bar will be condensed to elide irrelevant path elements, in order to save space. * When the mouse is over an area where single-clicking selects a line, BBEdit will change the cursor to a reversed arrow. (This restores an old feature that went out with the bathwater a long time ago.) Fixes ----- * [NFR] This build includes several internal fixes intended to address lurking code correctness issues. These changes should be invisible, but please report any unexpected behavior changes immediately to Tech Support (support@barebones.com). * [477600] Fixed bug in which "Update Site" on a project might generate incorrect results for site-relative placeholders (such as `REAL_URL`) when multiple projects were open and the affected files were present in more than one of the open projects. * Fixed misfeature in which PHP superglobal references were colored as predefined symbols, which prevented double-click variable selection from working for them. * [479230] Fixed crash at startup which would occur with certain malformations in `~/.zshrc`. *fin*