Skip to content

Updating from head - #3

Open
bjohas wants to merge 174 commits into
edtechhub:masterfrom
wshanks:master
Open

Updating from head#3
bjohas wants to merge 174 commits into
edtechhub:masterfrom
wshanks:master

Conversation

@bjohas

@bjohas bjohas commented Aug 27, 2019

Copy link
Copy Markdown

No description provided.

dstillman and others added 30 commits August 28, 2021 16:17
Fixes breakage after HTML tree

Fixes #203
Fixes zotero/zotero#2159
- "Collections pane: focus"
- "Items pane: focus"
- "Generate report" with collections pane selected

Includes hacky fixes for Zotero 5.0.97-beta.39, which can be removed
once 5.0.97-beta.40 is out

Addresses #203
Zotero 5.0.97-beta.39+ compatibility fixes
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…-1.2.6

Bump minimist from 1.2.5 to 1.2.6
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ex-4.1.1

Bump ansi-regex from 4.1.0 to 4.1.1
…h-3.1.2

Bump minimatch from 3.0.4 to 3.1.2
* feat: copy item IDs

* docs: for the copy item IDs feature
Changes
-------

* Migrate to using plugin pane in Zotero's preferences window instead of
  standalone preferences window
* Remove tools menu item now that preferences are in the main Zotero preferences window

Known issues
------------

* Keyboard shortcuts do not work at all
* Non-English locales are not well supported (properties strings still
  work but the ftl ones do not)
* Remove references to Services which is now loaded by default
* Adjust the `copyString()` call for copying text to the clipboard
* Convert zutilo.js into an ES module
* Update import syntax for modules
* Drop imports of Services.jsm
* Increase maximum Zotero version
* Convert Bluebird promises to Javascript promises
* Add preferences functions to the window scope
Co-authored-by: Will Shanks <wshaos@posteo.net>
Additionally, add documentation for the "Copy PDF links" command.
Raise max Zotero version to 9 and bump Zutilo version to 4.2.1 for a new release.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Zotero 8 moved preferences from the Tools menu to Edit → Settings.
Clarified both paths for Zotero 7 and 8+ compatibility.
* Add Zotero 10 compatibility

Bump manifest strict_max_version to 10.0.* and replace the removed
ZoteroPane.getSelectedCollection() with getSelectedCollections()[0],
falling back to the old call for Zotero 8/9 (still within
strict_min_version).

* Use platform line endings for clipboard copy commands

CRLF separators confuse some macOS paste targets and clipboard managers into showing only the first line. Join with LF except on Windows.
* Bump version number
* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.