Releases: dougmassay/tagmechanic-sigil-plugin
TagMechanic v0.6.3
Changes in this Release
- Fix to work with Qt6.5.2 and Python 3.11.3 for Sigil 2.0
- Update to latest upstream plugin_utils.py
TagMechanic v0.6.2
Changes in this Release
- Just a few more backward compatibility fixes
No new features. Feel free to stay on the same version you have if it's working for you.
TagMechanic v0.6.1
Changes in this Release
- Make sure plugin still works with bundled python in pre-1.6 versions of Sigil.
No new functionality from previous versions.
TagMechanic v0.6.0
Changes in this Release
- Overhaul to work with both the current PyQt5 and the coming change to PySide6
See plugin_utils.py and the sigil-qtplugin-template plugin for how to maintain compatibility with PyQt5 and PySide6 in your own plugins.
TagMechanic v0.5.2
TagMechanic v0.5.1
Fixed so plugin can be launched by Sigil versions earlier than 1.3.
NOTE: Starting with version 0.5.0, this plugin cannot be launched when Sigil is opened via Calibre's Open With feature (or plugin of the same name) if the version of Sigil being used is less than v1.3.0. If you need that open-with-calibre functionality, make sure you're running the latest version of Sigil.
TagMechanic v0.5.0
Converted the plugin's UI from Tkinter to PyQt5 so it will mirror Sigil's UI.
TagMechanic v0.4.5
Add ability to tweak gui font sizes
TagMechanic v0.4.4
Mostly cosmetic changes and the consolidation of tons redundant code--all of which makes it easier to maintain and add new tags.
Changes include:
-
made the configuration dialog dynamically multi-column so it still fits on lower-resolution screens.
-
added some more common html5 tags to the list of available tags.
-
fixed a bug that would butcher html comments under certain conditions.
TagMechanic v0.4.3
Skip problematic icon assignment on OS X