Skip to content

Commit

Permalink
Update to Zotero 6.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrom34 committed Feb 27, 2023
1 parent 1373946 commit 0c202f9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=6.0.20.0
DisplayVersion=6.0.20
PackageVersion=6.0.22.0
DisplayVersion=6.0.22

[Control]
Icons=1
Expand Down
4 changes: 2 additions & 2 deletions App/Zotero/application.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[App]
Vendor=Zotero
Name=Zotero
Version=6.0.20
BuildID=20230114013617
Version=6.0.22
BuildID=20230222222410
Copyright=Copyright (c) 2006-2018 Contributors
ID[email protected]

Expand Down
10 changes: 0 additions & 10 deletions App/Zotero/components/zotero-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,16 +532,6 @@ ZoteroCommandLineHandler.prototype = {
zContext.Zotero.Integration.execCommand(agent, command, docId, templateVersion);
}

// handler for Windows IPC commands
var ipcParam = cmdLine.handleFlagWithParam("ZoteroIPC", false);
if (ipcParam) {
// Don't open a new window
cmdLine.preventDefault = true;
if (!zContext) new ZoteroService();
let Zotero = zContext.Zotero;
Zotero.setTimeout(() => Zotero.IPC.parsePipeInput(ipcParam), 0);
}

if (isStandalone()) {
var fileToOpen;
// Special handler for "zotero" URIs at the command line to prevent them from opening a new window
Expand Down
5 changes: 4 additions & 1 deletion App/Zotero/defaults/preferences/zotero.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,7 @@ pref("extensions.zotero.annotations.noteTemplates.highlight", "<p>{{highlight}}
pref("extensions.zotero.annotations.noteTemplates.note", "<p>{{citation}} {{comment}}</p>");

// Scaffold
pref("extensions.zotero.scaffold.eslint.enabled", true);
pref("extensions.zotero.scaffold.eslint.enabled", true);

// Tabs
pref("extensions.zotero.tabs.title.reader", "titleCreatorYear");
2 changes: 1 addition & 1 deletion App/Zotero/extensions/[email protected]/chrome/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async function checkMacJDK() {
*/
function checkJRE() {
var isInstalled = false,
keys = ['Java Runtime Environment', 'JRE'],
keys = ['Java Runtime Environment', 'JRE', 'JDK'],
wrk = Components.classes["@mozilla.org/windows-registry-key;1"]
.createInstance(Components.interfaces.nsIWindowsRegKey);

Expand Down
2 changes: 1 addition & 1 deletion App/Zotero/extensions/[email protected]/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero LibreOffice Integration</em:name>
<em:version>6.0.3.SA.6.0.20</em:version>
<em:version>6.0.4.SA.6.0.22</em:version>
<em:creator>Zotero</em:creator>
<em:developer>Simon Kornblith</em:developer>
<em:homepageURL>https://www.zotero.org</em:homepageURL>
Expand Down
2 changes: 1 addition & 1 deletion App/Zotero/extensions/[email protected]/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Zotero Word for Windows Integration</em:name>
<em:version>6.0.2.SA.6.0.20</em:version>
<em:version>6.0.2.SA.6.0.22</em:version>
<em:creator>Zotero</em:creator>
<em:developer>Simon Kornblith</em:developer>
<em:homepageURL>https://www.zotero.org</em:homepageURL>
Expand Down
Binary file modified App/Zotero/pdfinfo.exe
Binary file not shown.
Binary file modified App/Zotero/pdftotext.exe
Binary file not shown.
Binary file modified App/Zotero/uninstall/helper.exe
Binary file not shown.
Binary file modified App/Zotero/updater.exe
Binary file not shown.
Binary file modified App/Zotero/zotero.exe
Binary file not shown.
Binary file modified App/Zotero/zotero.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions changelog.fr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Historique des versions :
----
- 2023-02-27. Mise à jour vers Zotero 6.0.22.

- 2023-01-15. Mise à jour vers Zotero 6.0.20.

- 2023-01-02. Mise à jour vers Zotero 6.0.19.
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Versions history:
----
- 2023-02-27. Update to Zotero 6.0.22.

- 2023-01-02. Update to Zotero 6.0.20.

- 2023-01-02. Update to Zotero 6.0.19.
Expand Down

0 comments on commit 0c202f9

Please sign in to comment.