Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.88 KB

File metadata and controls

52 lines (34 loc) · 1.88 KB

Changelog

0.2.0

  • Reduced full Catalogue of Life index initialization from multiple large lookup sets to sorted-array binary search.
  • Added a v2 index format with accepted standalone genera and compact JSON output; v1 indexes remain compatible.
  • Added previews for selected-item runs.
  • Added Undo Last Italicization Run for the current Zotero session, with conflict-safe skipping.
  • Made report-writing failures non-destructive: successful title edits are now reported as successful with a report warning.
  • Added data to the standalone-genus stop list to avoid a confirmed real-index false positive.
  • Added GitHub Actions for tests and tagged XPI releases.
  • Corrected project ownership and MIT license documentation.

0.1.8

  • Prepared project documentation for public release.
  • Added GitHub update manifest.
  • Made package output portable by defaulting to dist/.

0.1.7

  • Added standalone genus matching and capitalization, for example arabidopsis -> <i>Arabidopsis</i>.
  • Kept full-name matching longest-first so Arabidopsis thaliana is formatted as a full species name.
  • Verified matching against the generated Catalogue of Life index.

0.1.6

  • Added abbreviated genus matching, for example B. cinerea -> <i>B. cinerea</i>.
  • Preserved abbreviations instead of expanding them, because abbreviated genus names can be ambiguous.

0.1.5

  • Normalized scientific-name casing while italicizing.
  • Converts lowercase full names such as arabidopsis thaliana to <i>Arabidopsis thaliana</i>.

0.1.4

  • Added lowercase full-name detection for sentence-case titles.

0.1.3

  • Fixed Zotero settings pane loading with native Zotero preference bindings.

0.1.2

  • Adjusted manifest compatibility for Zotero 8 installation.

0.1.0

  • Initial Zotero 8 plugin scaffold.
  • Added Catalogue of Life index builder.
  • Added selected-item and current-library title formatting commands.