Version 2.7.6 du 21/03/2026- New : Add ability to unset environment variables using the env-vars.txt file.
- Fixed : Fix many translations from Transifex that somehow were improperly updated.
- Fixed : Fix bug in Clips Window (dock widget) that messed up its layout.
Version 2.7.5 du 12/03/2026- New : updated to the very latest Python 3.14.2.
- New : added Save Selected Data to CSV in SpellcheckEditor dialog via pop-up menu.
- New : added possible shortcut id number to the ClipEditor to make assigning clip shortcuts easier.
- New : made Classes Used Report doubleclick open the class defintion in CodeView if found.
- New : set initial focus in the Regex Rename dialog to the regex field on launch.
- New : added min and max buttons to titlebar in Reports and Spellcheck Editor to ease use with small screens.
- New : extended Python Function Replace to allow easier creation of a SigilMatch object.
- New : added Unicode Codepoint name to the status bar for the character after the cursor to CodeView.
- New : extended the Codepoint name to include the codepoint itself.
- New : converted ClipboardHistorySelector dialog to be non-modal, auto updating, with min button.
- New : converted MDViewer (GetInfo) to be non-modal and work with multiple BookBrowser selections.
- New : add status message when updating Validation result.
- New : redesign how web cache profiles are used and cleared to improve stability and speed.
- Fixed : WebProfileMgr will now detect multiple instances of Sigil and choose the right profile cache type.
- Fixed : removed leftover debug output from WebProfileMgr to prevent confusion.
- Fixed : handle multiple dots in a row when developing a file name from a string.
- Fixed : corrected Image Report usage counts by including use in CSS and html style tags.
- Fixed : fixed possible label truncation in RERenamer dialog.
- Fixed : fixed for having to repeat Find when search starts in html but is searching css, js, etc.
- Fixed : fixed Class Used Report to look inside xhtml file style tags too.
- Fixed : fixed AddMetadata dialog by providng a clarifying title string.
- Fixed : updated Building_on_Linux to include Alpine Linux supprt.
- Fixed : fix typo and duplication in plugin support routine hrefutils.py.
- Fixed : fix bug in media-type assignment for smil files in PluginRunner.
- Fixed : adapt python3lib/repomanagercode.py to recent changes in dulwich that broke backwards compatibility.
- Fixed : fix Preview sync to location bug when actively editing svg, css, js.