[B]Version 1.1.8[/B] - 30 April 2024
Scopes: Fix 'open' files.

[B]Version 1.1.7[/B] - 29 April 2024
Update: New Action: Download External Resources.
Fix: Scopes: epub3 toc file is not always called nav.xhtml. Make sure to lookup the name in the manifest without prior assumption.
Fix: Error when right clicking Actions Dialog. https://www.mobileread.com/forums/showpost.php?p=4419164&postcount=89
Fix: replace "from calibre.gui2.widgets2 import Dialog" with "from calibre.gui2.tweak_book.widgets import Dialog" to fix dialogs not remembering sizes when calibre closes.
Misc changes to icon combobox.

[B]Version 1.1.5[/B] - 9 February 2024
Fix: some fixes for get_text()

[B]Version 1.1.4[/B] - 17 January 2024
Fix: Run Command: further problems when joining filename parts if directory is empty

[B]Version 1.1.3[/B] - 16 January 2024
Fix: Run Command: Don't join file components using os.path.join, because on Windows it uses backslashed and messes up the ebook filename.

[B]Version 1.1.2[/B] - 16 January 2024
Update: Run Command: Update media_type after running command.

[B]Version 1.1.1[/B] - 11 January 2024
Update: Modifications to "Run Command" action.

[B]Version 1.1.0[/B] - 8 January 2024
Update: Add "Arrange Into Folder" action.

[B]Version 1.0.2[/B] - 20 December 2023
Tag Actions: Search & Replace: Fix overlapping tags.

[B]Version 1.0.1[/B] - 15 December 2023
Tag Actions: Search & Replace: Some modifications.

[B]Version 1.0.0[/B] - 12 December 2023
Update: Add Templates: Action is rename into "Add Files". It now supports adding a directory tree into the book.
Update: Bump up config schema to 1.1

[B]Version 0.9.6[/B] - 4 December 2023
Fix: Bug in multisplit action.

[B]Version 0.9.4[/B] - 20 November 2023
Update: Action Chains: Add the ability to embed a chain instead of referencing and already existing chain.

[B]Version 0.9.2[/B] - 7 November 2023
Fix: Transform HTML: missing scope setting.

[B]Version 0.9.1[/B] - 15 September 2023
Update: Add another option to scopes to be able to select text file by performing a regeex search on them.

[B]Version 0.9.0[/B] - 9 September 2023
Modifications to "Run Command" Action. Not backward compatible, so chains containing the action need to be recreated.

[B]Version 0.8.9[/B] - 29 August 2023
Update: New "Run Command" Action.
Update: Modifications to scopes.

[B]Version 0.8.8[/B] - 11 July 2023
Add API for imported actions and on_modules_update.

[B]Version 0.8.7[/B] - 22 May 2023
Fix: When running from Action Chains, notify calibre to update filesizes of modified files.

[B]Version 0.8.6[/B] - 15 May 2023
Fix: Scopes: Enable (*.opf, *.ncx, *.txt, *.xml) files in both Include Filenames and Exclude Filenames.
Update: Style Actions: New "Add Properties" Action.

[B]Version 0.8.5[/B] - 12 April 2023
Update: Add Templates Action: New options.

[B]Version 0.8.4[/B] - 9 April 2023
Fix: Bug when copying a separator.
Fix: Escape ampersands in menu entries.
Fix: Contamination of chain vars.

[B]Version 0.8.3[/B] - 19 December 2022
Update: New "Styles Actions" Actions.

[B]Version 0.8.1[/B] - 14 December 2022
Update: Add Templates: Add option to link added xhtml files to css sheets already in container.
Fix: Tag Actions: Style Property Filter: TypeError exception on comparison with None values.
Fix bug in Flatten TOC.

[B]Version 0.8.0[/B] - 11 December 2022
Update: Tag Actions: Add Style filter
Update: Tag Actions: Modifications to config widget.
Update: Tag Actions: Add ability to narrow down the nodes by css selectors.
Update: Tag Actions: set regex.DOTALL flag for "Tag Text" filter.
Fix: Tag Actions: Fix bug when specifying xpath and not configuring any tag filters.
Fix: Search & Replace: Replace function name not loading in config widget.
Fix: Expand Styles: Font size not updated in inline styles.
Fix: Tag Actions: regex values returning match object instead of True.

[B]Version 0.7.2[/B] - 5 December 2022
Update: Add "Expand Styles" Action.
Update: Add "Inline Styles To CSS" Action.
Update: Insert Inline TOC: Add option to insert TOC at tha back of the book.
Update: Insert Inline TOC: Add option to change the name of the inserted TOC.

[B]Version 0.7.1[/B] - 29 November 2022
Update: Add "Remove Files" Action.
Update: Add "Remove Unused Images" Action.
Update: Add "Insert Inline TOC" Action.
Update: Add "Flatten TOC" Action.
Update: Add "Transform HTML" Action.
Update: Add option to run suitable chains from command line using calibre-debug -r "Editor Chains" chain_name input_file output_file
Update: Multisplit: Add option to prevent splitting if no preceding sibling is found. Helpful in case or multiple runs, as it prevents creating empty pages.
Update: Tag Actions: New "Search And Replace" Action.
Update: Tag Actions: Add Xpath wizard to the context menu of the line edit.
Update: Modify behavior of xpath expressions in Tag Actions to include the element and its descendants (as opposed to descendants only).
Add validation for regex.
Fix: Search and Replace: Bug with multiple searches.

[B]Version 0.7.0[/B] - 28 November 2022
Update: Add some editor builtin actions.
Misc fixes.

[B]Version 0.6.2[/B] - 25 November 2022
Update: Don't add save point for chains invoked by chainer caller action.

[B]Version 0.6.1[/B] - 05 November 2022
Update: "Insert Before Cursor Tag" Action.
Update: "Insert After Cursor Tag" Action.
Update: Use regex module instead of re for consistency with calibre editor regex.

[B]Version 0.6.0[/B] - 25 October 2022
Update: Add "Run Python Code" Action.
Update: Add "Mark Cursor Tag".
Update: Add scope to some actions.
Misc fixes.

[B]Version 0.5.4[/B] - 9 August 2022
Update: update to calibre6 icon fetching. Code from @JimmXinu.
Fix: But where submenus where not working.

[B]Version 0.5.3[/B] - 17 July 2022
Fix PyQt6 migration bugs.

[B]Version 0.5.2[/B] - 29 June 2022
Fix: Export chain not working in PyQt6

[B]Version 0.5.1[/B] - 10 February 2022
Fix PyQt6 migration bug.

[B]Version 0.5.0[/B] - 6 January 2022
Changes for the upcoming PyQt6.

[B]Version 0.4.1[/B] - 8 November 2021
Misc updates.

[B]Version 0.4.0[/B] - 8 November 2021
Misc updates.

[B]Version 0.3.1[/B] - 6 November 2021
Misc updates.

[B]Version 0.3.0[/B] - 3 November 2021
Misc updates.

[B]Version 0.2.0[/B] - 30 October 2021
Fix toolbar action not updating.

[B]Version 0.1.0[/B] - 16 October 2021
Initial Release.
