359 Commits

Author SHA1 Message Date
windingwind
0fd238cfac chore(publish): release v3.0.3 2024-12-28 13:25:09 +01:00
windingwind
7af5824467 chore(deps): update deps 2024-12-28 13:25:02 +01:00
windingwind
fa00a4bb42 docs: lint 2024-12-26 14:52:05 +01:00
windingwind
8e9b488875 chore(deps): update deps 2024-12-26 14:51:59 +01:00
Sylvain THÉRY
60d1453b7f
docs: typo correction in readme.md and addition of a French translation of this file (#231)
* Add links to the french doc README-frFR.md

* Translated to the beginning of the Quick start guide

* correct typo in paths

* Correct typo

* Continuing translation

* typo corrected

* typo corrected

* Frenhc translation finished

* typo correction

* translate forgotten item
2024-12-19 09:01:11 +01:00
Northword
9c21e13698
fix: notifier unregister when other plugin disabled (#221) 2024-12-07 10:12:02 +01:00
windingwind
03b0db3a97 chore(publish): release v3.0.2 2024-11-29 10:59:04 +01:00
windingwind
255e057006 add: ItemPane custom info row example 2024-11-29 10:58:56 +01:00
windingwind
d842292073 chore: load config in addon.data 2024-11-29 10:55:23 +01:00
windingwind
deb2cd0e07 chore(deps): update deps 2024-11-29 10:54:47 +01:00
Northword
bf1ff3a6fb
fix: chrome/content -> content (#213) 2024-11-17 16:47:36 +01:00
dependabot[bot]
e0aedcc144
build(deps-dev): bump @types/node from 22.7.4 to 22.9.0 (#211)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:46:55 +01:00
dependabot[bot]
a0aee6f4fe
build(deps-dev): bump typescript-eslint from 8.8.0 to 8.14.0 (#210)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.0 to 8.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:46:29 +01:00
dependabot[bot]
47b72c7448
build(deps): bump zotero-plugin-toolkit from 4.0.6 to 4.0.9 (#212)
Bumps [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) from 4.0.6 to 4.0.9.
- [Release notes](https://github.com/windingwind/zotero-plugin-toolkit/releases)
- [Changelog](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/.release-it.json)
- [Commits](https://github.com/windingwind/zotero-plugin-toolkit/compare/4.0.6...4.0.9)

---
updated-dependencies:
- dependency-name: zotero-plugin-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:45:45 +01:00
dependabot[bot]
f5b01579d1
build(deps-dev): bump @eslint/js from 9.12.0 to 9.14.0 (#209)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.12.0 to 9.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:45:32 +01:00
dependabot[bot]
fd147d6b87
build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#198)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:44:46 +01:00
windingwind
bb1d291747 update: deps 2024-10-05 16:58:09 +02:00
Diego de la Hera
0047333f5c
docs: extend release section and remove release-it references (#189) 2024-09-29 06:24:17 +08:00
windingwind
e59aedc344 chore(publish): release v3.0.1 2024-09-24 18:10:37 +02:00
windingwind
b91b90718d update: ztoolkit 2024-09-24 18:10:28 +02:00
windingwind
224bb0d04c update: optimize prefs window panel structure 2024-09-24 18:02:25 +02:00
Northword
7480463a04 fix(eslint): add message to no-restricted-globals 2024-09-24 20:33:58 +08:00
Northword
66143e2e21 fix(eslint): enable no-restricted-globals and fix ts/no-unused-expressions 2024-09-24 20:18:45 +08:00
windingwind
cd946d31dd update: typings 2024-09-24 12:47:41 +02:00
windingwind
bf35f64f56 update: ignore files
fix: package-lock
2024-09-24 12:43:47 +02:00
windingwind
57cbf00a5a chore(publish): release v3.0.0 2024-09-24 12:40:13 +02:00
windingwind
00b88f394b remove: global variables 2024-09-24 12:39:55 +02:00
windingwind
07ab7f0902 update: deps 2024-09-24 10:29:34 +02:00
Northword
d971407832
fix(deps): bump ztoolkit, scaffold and other deps (#170)
* fix(deps): bump ztoolkit, scaffold and other deps

- use web-ext to reload plugin
- remove itembox example
- update all deps

* docs: add scaffold to readme and replace plugin dev documentation with zotero-chinese.com
2024-08-28 09:51:54 +08:00
windingwind
351b732771 chore: use getLocaleID for l10nID 2024-06-23 21:22:27 +08:00
Denis Maier
15afff4233
docs: fix typo in README.md (#137) 2024-06-17 18:50:55 +08:00
windingwind
f6e3f318cc fix: #133 2024-06-09 14:48:25 +08:00
windingwind
bd2539d3f2
Merge pull request #127 from northword/fix/deps
chore(deps): bump typescript-eslint
2024-05-29 16:04:09 +08:00
Northword
55116e8a6e fix: revent use taze to update deps 2024-05-29 15:46:26 +08:00
Northword
e27503c41e Merge branch 'fix/deps' of https://github.com/northword/zotero-plugin-template into fix/deps 2024-05-29 15:16:24 +08:00
Northword
3a459d146e chore: update deps 2024-05-29 15:16:18 +08:00
windingwind
58b747d2ce chore(publish): release v2.0.2-beta.3 2024-05-29 15:12:38 +08:00
Northword
dfb7a2fa95 chore: update deps 2024-05-29 15:11:13 +08:00
windingwind
bc1647f4e4 fix: update scaffold 0.0.26 2024-05-29 15:10:09 +08:00
windingwind
8fdacd47a3 chore(publish): release v2.0.2-beta.2 2024-05-29 12:38:12 +08:00
windingwind
65069f6791 fix: release ci install deps with -f 2024-05-29 12:38:05 +08:00
windingwind
71969f6990 chore(publish): release v2.0.2-beta.1 2024-05-29 12:35:48 +08:00
dependabot[bot]
ce003b9def
build(deps-dev): bump zotero-plugin-scaffold from 0.0.23 to 0.0.24 (#126)
Bumps [zotero-plugin-scaffold](https://github.com/northword/zotero-plugin-scaffold) from 0.0.23 to 0.0.24.
- [Release notes](https://github.com/northword/zotero-plugin-scaffold/releases)
- [Commits](https://github.com/northword/zotero-plugin-scaffold/compare/v0.0.23...v0.0.24)

---
updated-dependencies:
- dependency-name: zotero-plugin-scaffold
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 11:30:51 +08:00
Northword
d54db9cfdb
fix: hot reload failed, bump scaffold to v0.0.23 (#119) 2024-05-16 22:23:34 +08:00
Northword
b003527799
docs: add npm i -f due to typescript-eslint peer deps (#118)
* docs: add `npm i -f` due to typescript-eslint peer deps

* fix: resolve conflicts

* style: prettier
2024-05-16 22:20:09 +08:00
windingwind
8b92698619 update: deps 2024-05-16 21:58:30 +08:00
windingwind
5a4b2618af
Merge pull request #117 from northword/eslint
chore: bump eslint to v9
2024-05-15 21:55:04 +08:00
Northword
cc31172a85 chore: bump eslint to v9 2024-05-15 20:00:23 +08:00
Northword
3e28d58239 chore(publish): release v2.0.1 2024-05-15 17:24:25 +08:00
Northword
9841f16fb7 fix: release error due to repo rename 2024-05-15 17:17:37 +08:00