Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinribeiro committed Nov 9, 2024
1 parent bbd4d51 commit 19aa439
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@

## Download Latest Version

Zotero 7 - [![v4.0.1](https://img.shields.io/badge/Download-v4.0.1-orange?style=for-the-badge)](https://github.com/justinribeiro/zotero-scholar-citations/releases/download/v4.0.0/zotero-google-scholar-citation-count-4.0.1.xpi)
Zotero 7 - [![v4.1.0](https://img.shields.io/badge/Download-v4.1.0-orange?style=for-the-badge)](https://github.com/justinribeiro/zotero-scholar-citations/releases/download/v4.1.0/zotero-google-scholar-citation-count-4.1.0.xpi)

Zotero 6 - [![v3.2.2](https://img.shields.io/badge/Download-v3.2.2-orange?style=for-the-badge)](https://github.com/justinribeiro/zotero-scholar-citations/releases/download/v3.2.2/zotero-google-scholar-citation-count-3.2.2.xpi)

## New in v4.0.0
This release is specifically adding the initial support for the upcoming Zotero 7. The most significant feature addition is that there is now a custom data column available that allows seeing Citation Count. See [the sample video](https://www.youtube.com/watch?v=wgW74lL_tgI) for usage. If you find issues in Zotero 7 beta, please let me know so we can squash some bugs!
## What's New
_v4.1.0_ - New translations, new preferences panel, and new search options! Matching is hard (see the Citation Counts note), but we can make it better. The preferences panel now let's your tighten or loosen some of the search parameters to Google Scholar for you use case. This is the first pass, more options to come!

![New Preferences Panel for Citation Count](https://github.com/user-attachments/assets/4f640d7a-4b3b-42fe-b5ac-bf51dcd7f68d)

_v4.0.0_ - This release is specifically adding the initial support for the upcoming Zotero 7. The most significant feature addition is that there is now a custom data column available that allows seeing Citation Count. See [the sample video](https://www.youtube.com/watch?v=wgW74lL_tgI) for usage. If you find issues in Zotero 7 beta, please let me know so we can squash some bugs!

## A Note About Citation Counts

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-google-scholar-citation-count",
"version": "4.0.1",
"version": "4.1.0",
"bugs": {
"url": "https://github.com/justinribeiro/zotero-google-scholar-citation-count/issues"
},
Expand Down Expand Up @@ -57,7 +57,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mocha": "^10.8.2",
"mock-xmlhttprequest": "^8.4.0",
"nyc": "^17.1.0",
"prettier": "3.3.3",
"vitest": "^2.1.4"
Expand Down Expand Up @@ -93,4 +92,4 @@
}
},
"private": true
}
}
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Google Scholar Citation Count",
"version": "4.0.0",
"version": "4.1.0",
"description": "Zotero plugin for fetching numbers of citations from Google Scholar.",
"homepage_url": "https://github.com/justinribeiro/zotero-google-scholar-citation-count",
"author": "Justin Ribeiro",
Expand All @@ -14,7 +14,7 @@
"id": "[email protected]",
"update_url": "https://raw.githubusercontent.com/justinribeiro/zotero-google-scholar-citation-count/master/update.json",
"strict_min_version": "6.999",
"strict_max_version": "7.0.*"
"strict_max_version": "7.*.*"
}
}
}
6 changes: 3 additions & 3 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "4.0.1",
"update_link": "https://github.com/justinribeiro/zotero-google-scholar-citation-count/releases/download/v4.0.1/zotero-google-scholar-citation-count-4.0.1.xpi",
"update_hash": "sha256:42561bfdd24b0f7aa67bd0e72694343e6800264b1296d5085b03589f21d23033",
"version": "4.1.0",
"update_link": "https://github.com/justinribeiro/zotero-google-scholar-citation-count/releases/download/v4.1.0/zotero-google-scholar-citation-count-4.1.0.xpi",
"update_hash": "sha256:308717cc6d7311be7abef8f838681661c51f55940d8a8dc1eaa7a340691cd8e7",
"applications": {
"zotero": {
"strict_min_version": "6.999",
Expand Down

0 comments on commit 19aa439

Please sign in to comment.