zotero-google-scholar-citation-count

Zotero plugin for fetching number of citations from Google Scholar.

MPL-2.0 License

Stars
170
Committers
8

Bot releases are visible (Hide)

zotero-google-scholar-citation-count - v3.2.2 - Updates for new GS UI Latest Release

Published by justinribeiro over 1 year ago

What's Changed

Full Changelog: https://github.com/justinribeiro/zotero-google-scholar-citation-count/compare/v3.2.0...v3.2.2

zotero-google-scholar-citation-count - v3.2.1 - Resolve Build Issue

Published by justinribeiro about 2 years ago

This version fixes the build glitch that resolves in %-S errors on install in Zotero 6.0.13.

zotero-google-scholar-citation-count - v3.2.0 - Zotero 6 support

Published by justinribeiro about 2 years ago

zotero-google-scholar-citation-count - v3.1.0 - The Do-Over

Published by justinribeiro about 3 years ago

This release is a hefty refactor and rewrite; new namespace, new a lot of things.

  1. The setTimeout logic is gone, replaced with async/await, which is important because....
  2. The window the recaptcha uses now hooks directly to nsIWindowWatcher, which allows me to grab a window handle, wrap it in a promise, and then async/await the whole thing, allowing the window closed flag to tell me when the user has completed it. This prevents window stacking and makes holding the queue in order....
  3. Which means if a request dies for that reason, it'll get re-queued and just work.

The other big thing is I added preferences that can be override within the Config Editor, giving a level of power for those who need it. This is the pre-cursor to other things, but for now, it works as needed.
image

zotero-google-scholar-citation-count - v3.0.2 - The One that Fixes the Replace

Published by justinribeiro about 3 years ago

Resolved odd behavior with replace(), added testing to cover ground.

zotero-google-scholar-citation-count - v3.0.1 - The One with the DeDup

Published by justinribeiro about 3 years ago

Resolve duping entries, cleans up injector paths.

zotero-google-scholar-citation-count - v3.0.0 - The Initial Cut

Published by justinribeiro about 3 years ago

The clean-up release for my cohort.