Releases: justinribeiro/zotero-google-scholar-citation-count
v4.1.1
Resolve over-eager citeby lookup ref (causing missed hits on fetch lookup).
Full Changelog: v4.1.1...v4.1.1
v4.1.0
bbd4d51 : test: update test coverage
a30a5a1 : feat(locale): add FTL translation and hooks
d681f83 : feat(prefs): retool preferences
dd904db : test(items): add test coverage for column revision
816ce77 : feat: dead match search Co-authored-by: SkqLiao [email protected]
1b7578b: tests(fix): resolve path differences in v4
Full Changelog: v4.0.1...v4.1.0
v4.0.1
What's Changed
- fix(column): add robust check for manually change GSCC data string by @justinribeiro in #31
Full Changelog: v4.0.0...v4.0.1
v4.0.0 - Zotero 7 Support
v3.2.2 - Updates for new GS UI
What's Changed
- fix(11): add class check for gs ui update by @justinribeiro in #12
- fix(ui-edge-case): add additional search class check for gs ui update by @justinribeiro in #13
Full Changelog: v3.2.0...v3.2.2
v3.2.1 - Resolve Build Issue
This version fixes the build glitch that resolves in %-S errors on install in Zotero 6.0.13.
v3.2.0 - Zotero 6 support
Adds support for version 6+ of Zotero.
Full Changelog: v3.1.0...v3.2.0
v3.1.0 - The Do-Over
This release is a hefty refactor and rewrite; new namespace, new a lot of things.
- The setTimeout logic is gone, replaced with async/await, which is important because....
- 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.... - 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.
v3.0.2 - The One that Fixes the Replace
Resolved odd behavior with replace(), added testing to cover ground.
v3.0.1 - The One with the DeDup
Resolve duping entries, cleans up injector paths.