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: 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
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
@@ -105,6 +105,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
105
105
- We fixed an issue where valid DOI could not be imported if it had special characters like `<` or `>`. [#12434](https://github.com/JabRef/jabref/issues/12434)
106
106
- We fixed an issue where the tooltip only displayed the first linked file when hovering. [#12470](https://github.com/JabRef/jabref/issues/12470)
107
107
- We fixed an issue where some texts in the "Citation Information" tab and the "Preferences" dialog could not be translated. [#12883](https://github.com/JabRef/jabref/pull/12883)
108
+
- 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)
108
109
- 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)
0 commit comments