Skip to content

Releases: milekpl/zotero-ner

1.4.0

23 Apr 16:12

Choose a tag to compare

Zotero Name Normalization Update

Compatible with Zotero 9

Added

  • Full localization support for the Zotero Name Normalizer UI.
    • Added runtime translation helper for dialog UI strings and tooltips.
    • Added Polish locale support in _locales/pl/messages.json.
    • Localized menu labels for author normalization and field normalization submenu items.
    • Localized field normalization dialog text, filters, buttons, progress labels, and alerts.
    • Added fallback placeholder substitution so $1 tokens render correctly when browser i18n is unavailable.
  • Updated documentation and locale metadata to describe _locales/ support.

Changed

  • Refactored content/dialog.html to use the new ZoteroNER_i18n helper and translation keys.
  • Refactored content/scripts/zotero-ner.js to load menu labels from the extension locale messages.
  • Added missing Polish translations for all newly localizable dialog and menu strings.

Bugfix release & missing feature: group libraries

19 Feb 22:49

Choose a tag to compare

Please see whether this fixes issue #3

Bugfix beta release

17 Feb 13:36

Choose a tag to compare

Bugfix beta release Pre-release
Pre-release

Fixes issues #2 and #3

Bug fix release

13 Feb 08:46

Choose a tag to compare

Bug Fix: Fixed "Not in transaction" error when normalizing large numbers of field entries

  • Changed item.save() to item.saveTx() for proper transaction handling
  • Applied to FieldItemProcessor, FieldNormalizerDialog, and ZoteroDBAnalyzer

1.3.0

13 Feb 07:40

Choose a tag to compare

Added new features for field normalization and improved heuristics for recommended author normalizations:

  • Publisher Normalization: Support for normalizing publisher names with automatic variant generation

    • Separator normalization (; / & - and variations)
    • Abbreviation expansion (Inc., Ltd., Corp., Press)
    • Company name pattern recognition (Springer, Wiley, Elsevier, Taylor & Francis, etc.)
    • University press standardization (Oxford UP, Cambridge UP, etc.)
  • Location Normalization: Support for normalizing location/place data

    • State abbreviation expansion/contraction (MA -> Massachusetts, Illinois -> IL)
    • Multi-location splitting (Boston, MA; Chicago, IL)
    • Support for all US states and DC
    • Canadian province abbreviations
  • Journal Normalization: Support for normalizing journal/publication titles

    • Abbreviation expansion (J. -> Journal, Trans. -> Transactions)
    • Conjunction variations (of, and, in)
    • Title case normalization

1.2.1

07 Feb 17:20

Choose a tag to compare

add isUpperCaseName method for smart name normalization (JERRY FODOR → Jerry Fodor) and turn on automatic updates

1.2.0

07 Feb 10:40

Choose a tag to compare

This release adds smarter rules for recommended surname normalizations (treats prefixes and compound names properly, not always suggesting TitleCase for them).

Zotero Name Normalization 1.0.0

04 Feb 23:33

Choose a tag to compare

Pre-release

Zotero Name Normalization 1.0.0