Skip to content

Releases: wrCisco/SigilPlugin_cssRemoveUnusedSelectors

cssRemoveUnusedSelectors-v0.3.4

23 Sep 21:40
v0.3.4
03cc6a1
Compare
Choose a tag to compare

Add quiet mode: by inserting the line "quiet": true in the preferences file, the plugin will just delete all unused selectors without further notice.
For more instructions, read the first post of the dedicated thread on MobileRead.

cssRemoveUnusedSelectors-v0.3.3

19 Apr 12:33
v0.3.3
72363be
Compare
Choose a tag to compare

Pre-parse xhtml and xml files to speed up the execution.

cssRemoveUnusedSelectors_v0.3.2

22 Aug 16:34
cd3ed2b
Compare
Choose a tag to compare

cssRemoveUnusedSelectors-v0.3.1

07 Sep 21:07
v0.3.1
6e39ca9
Compare
Choose a tag to compare
  • Add compatibility with Sigil 0.9.18 and the new css-parser module which replaces cssutils.
  • Minor GUI improvements: the list of selectors is now scrollable with the mousewheel, selectors longer than the width of the window wrap around dynamically, buttons are now bound with the <Return> key.
  • If there is an XML syntax error in one of the files, the plugin shows an error message and exits (while before it would have simply crashed).

cssRemoveUnusedSelectors-v0.3.0

05 Dec 13:51
Compare
Choose a tag to compare
  • Added option to parse all xml files in epub.
  • Better handling of default (unprefixed) namespaces in css and some particular prefix for selectors ('|' - no namespace - and '*|' - every namespace).
  • Added a "Select/Unselect all" button in selector's list dialog.
  • Switch MIT license with GPLv3.
  • Minor improvements in style and speed.

cssRemoveUnusedSelectors-v0.2.3

30 Oct 16:14
Compare
Choose a tag to compare

This version guarantees compatibility with Sigil v0.9.7 (and should work as well with previous Sigil releases).

  • Update reading of css files: with Sigil v0.9.7 they are read as text, with previous releases they are read as binaries.

cssRemoveUnusedSelectors-0.2.2

28 Jun 18:51
Compare
Choose a tag to compare
  • Fix bug in default preference "blankLinesAfterRules".
  • Preferences dialog window now is modal.

cssRemoveUnusedSelectors-0.2.1

18 Jun 20:11
Compare
Choose a tag to compare
  • Quick bug fix release.

cssRemoveUnusedSelectors-0.2.0

18 Jun 15:56
Compare
Choose a tag to compare
  • Added a GUI to set and save preferences on css formatting output.
  • Subclassed cssutils's serializer to increase user's choices.
  • Minor code adjustments.

cssRemoveUnusedSelectors-0.1.2

12 Jun 21:37
Compare
Choose a tag to compare
  • Added a warning for unknown at-rules in stylesheets.
  • GUI adjustment for long error messages.
  • Added (potential) support for unlimited nesting levels of at-media rules (waiting for cssutils support of it).
  • Minor optimizations.