Skip to content

Commit

Permalink
fix: file picker cannot select json
Browse files Browse the repository at this point in the history
close: #178
  • Loading branch information
northword committed Apr 10, 2024
1 parent bc1b161 commit f5f582c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- 修复自定义期刊缩写无法选择 JSON 文件的问题。close: [#178](https://github.com/northword/zotero-format-metadata/issues/178)

## [1.16.3] - 2024-04-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/modules/preference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function updatePrefsUI() {
"open",
[
["CSV File (*.csv)", "*.csv"],
["JSON File (*.json)", "*.json,"],
["JSON File (*.json)", "*.json"],
["Any", "*.*"],
],
"zotero-format-metadata-custom-abbr-data.csv",
Expand Down

0 comments on commit f5f582c

Please sign in to comment.