You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#13269 : support multi-file import across different formats (#13271)
* fix: multi-file imports
* remove comment
* add null check before accessing tab database context
* fix NPE when importing into current library if no library tab is open
* added support for multi-file import through the 'Import into current/new library' dialog
* remove extra blank line
* update FileDialogConfiguration with selected extension filter after multi-file selection
* fix importer format detection
* add comment to explain tab nullcheck
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
36
36
- We added a new `jabkit` command `pseudonymize` to pseudonymize the library. [#13109](https://github.com/JabRef/jabref/issues/13109)
37
37
- We added functionality to focus running instance when trying to start a second instance. [#13129](https://github.com/JabRef/jabref/issues/13129)
38
38
- We added a new setting in the 'Entry Editor' preferences to hide the 'File Annotations' tab when no annotations are available. [#13143](https://github.com/JabRef/jabref/issues/13143)
39
+
- We added support for multi-file import across different formats. [#13269](https://github.com/JabRef/jabref/issues/13269)
0 commit comments