Skip to content

Releases: justinribeiro/zotero-google-scholar-citation-count

v4.1.1

09 Nov 23:02
v4.1.1
8f67eb4
Compare
Choose a tag to compare

Resolve over-eager citeby lookup ref (causing missed hits on fetch lookup).

Full Changelog: v4.1.1...v4.1.1

v4.1.0

09 Nov 01:14
v4.1.0
19aa439
Compare
Choose a tag to compare

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

31 Oct 16:45
v4.0.1
697052f
Compare
Choose a tag to compare

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

20 May 18:32
v4.0.0
bd2e8f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v4.0.0

v3.2.2 - Updates for new GS UI

19 Jul 20:51
v3.2.2
e335855
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.2

v3.2.1 - Resolve Build Issue

14 Sep 16:39
v3.2.1
55190ec
Compare
Choose a tag to compare

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

v3.2.0 - Zotero 6 support

30 Aug 16:28
v3.2.0
c91c01f
Compare
Choose a tag to compare

Adds support for version 6+ of Zotero.

Full Changelog: v3.1.0...v3.2.0

v3.1.0 - The Do-Over

16 Oct 23:40
v3.1.0
50ae7c9
Compare
Choose a tag to compare

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

v3.0.2 - The One that Fixes the Replace

01 Oct 17:02
v3.0.2
3991d14
Compare
Choose a tag to compare

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

v3.0.1 - The One with the DeDup

29 Sep 23:33
v3.0.1
c10d49f
Compare
Choose a tag to compare

Resolve duping entries, cleans up injector paths.