Skip to content

Releases: dougmassay/tagmechanic-sigil-plugin

TagMechanic v0.6.3

03 Aug 14:59
v0.6.3
Compare
Choose a tag to compare

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

18 Apr 23:50
v0.6.2
Compare
Choose a tag to compare

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

17 Apr 15:25
v0.6.1
Compare
Choose a tag to compare

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

10 Apr 14:36
v0.6.0
2091a2b
Compare
Choose a tag to compare

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

22 Aug 14:14
v0.5.2
Compare
Choose a tag to compare

Changes in this Release

  • add PL translations (thanks @BeckyDTP !!)
  • fix reports being output with no linebreaks
  • various other tweaks by @BeckyDTP both cosmetically and logically

TagMechanic v0.5.1

19 Oct 13:17
v0.5.1
Compare
Choose a tag to compare

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

17 Oct 22:45
v0.5.0
Compare
Choose a tag to compare

Converted the plugin's UI from Tkinter to PyQt5 so it will mirror Sigil's UI.

TagMechanic v0.4.5

16 Feb 19:37
v0.4.5
Compare
Choose a tag to compare

Add ability to tweak gui font sizes

TagMechanic v0.4.4

30 Jan 20:46
Compare
Choose a tag to compare

Mostly cosmetic changes and the consolidation of tons redundant code--all of which makes it easier to maintain and add new tags.

Changes include:

  1. made the configuration dialog dynamically multi-column so it still fits on lower-resolution screens.

  2. added some more common html5 tags to the list of available tags.

  3. fixed a bug that would butcher html comments under certain conditions.

TagMechanic v0.4.3

18 Jan 00:31
Compare
Choose a tag to compare

Skip problematic icon assignment on OS X