Skip to content

Commit be77ac1

Browse files
Kaan0029Krishna Kumar Parthasarathy
authored and
Krishna Kumar Parthasarathy
committed
Fix: Allow pasting PDF URLs into main table to create entries (JabRef#12911)
* Improve handling of PDF file import behavior * Add support for handling PDF URLs when pasted * Revert submodule changes * Replace Collections.emptyList() with List.of() and improve exception handling * Change log level from debug to trace for PDF URL * Registered fix in changelog * Used getValidFileName for helper method deriveFileNameFromUrl * Refactor PDF URL detection using FileUtil.isPDFFile * Move getFileNameFromURL helper method to URLUtil class
1 parent 44c222b commit be77ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
117117
- We fixed an issue with deleting entries in large libraries that caused it to take a long time. [#8976](https://github.com/JabRef/jabref/issues/8976)
118118
- We fixed incorrect keyword splitting in `KeywordList.parse` by supporting escaped delimiters (e.g., `\,`, `\\`) [#12810]
119119
(https://github.com/JabRef/jabref/issues/12810)
120+
- We fixed an issue where pasting a PDF URL into the main table caused an import error instead of creating a new entry. [#12911](https://github.com/JabRef/jabref/pull/12911)
120121
- We fixed an issue where libraries would sometimes be hidden when closing tabs with the Welcome tab open. [#12894](https://github.com/JabRef/jabref/issues/12894)
121122

122123
### Removed

0 commit comments

Comments
 (0)