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
* upstream/master:
Added a download checkbox to the import dialog (#6381)
Bump jaxb-xjc from 2.3.2 to 2.3.3 (#6410)
Bump flexmark-ext-gfm-strikethrough from 0.61.20 to 0.61.24 (#6413)
Bump byte-buddy-parent from 1.10.9 to 1.10.10 (#6408)
Bump flexmark-ext-gfm-tasklist from 0.61.20 to 0.61.24 (#6412)
Bump org.beryx.jlink from 2.17.8 to 2.18.0 (#6411)
Bump tika-core from 1.24 to 1.24.1 (#6409)
Bump flexmark from 0.61.20 to 0.61.24 (#6416)
Bump classgraph from 4.8.77 to 4.8.78 (#6414)
Restore some missing keyboard shortcuts (#6406)
Fix StartupWMClass (#6398)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
17
17
- We added support for basic markdown in custom formatted previews [#6194](https://github.com/JabRef/jabref/issues/6194)
18
18
- We now show the number of items found and selected to import in the online search dialog. [#6248](https://github.com/JabRef/jabref/pull/6248)
19
19
- We created a new install screen for macOS. [#5759](https://github.com/JabRef/jabref/issues/5759)
20
+
- We implemented an option to download fulltext files while importing. [#6381](https://github.com/JabRef/jabref/pull/6381)
20
21
21
22
### Changed
22
23
@@ -26,6 +27,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
26
27
- We changed the buttons for import/export/show all/reset of preferences to smaller icon buttons in the preferences dialog. [#6130](https://github.com/JabRef/jabref/pull/6130)
27
28
- We moved the functionality "Manage field names & content" from the "Library" menu to the "Edit" menu, because it affects the selected entries and not the whole library
28
29
- We merged the functionality "Append contents from a BibTeX library into the currently viewed library" into the "Import into database" functionality. Fixes [#6049](https://github.com/JabRef/jabref/issues/6049).
30
+
- We changed the directory where fulltext downloads are stored to the directory set in the import-tab in preferences. [#6381](https://github.com/JabRef/jabref/pull/6381)
29
31
- We improved the error message for invalid jstyles. [#6303](https://github.com/JabRef/jabref/issues/6303)
30
32
31
33
### Fixed
@@ -102,7 +104,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
102
104
- We fixed an issue where adding the addition of a new entry was not completely validated [#6370](https://github.com/JabRef/jabref/issues/6370)
103
105
- We fixed an issue where the blue and red text colors in the Merge entries dialog were not quite visible [#6334](https://github.com/JabRef/jabref/issues/6334)
104
106
- We fixed an issue where underscore character was removed from the file name in the Recent Libraries list in File menu [#6383](https://github.com/JabRef/jabref/issues/6383)
105
-
107
+
- We fixed an issue where few keyboard shortcuts regarding new entries were missing [#6403](https://github.com/JabRef/jabref/issues/6403)
106
108
### Removed
107
109
108
110
- Ampersands are no longer escaped by default in the `bib` file. If you want to keep the current behaviour, you can use the new "Escape Ampersands" formatter as a save action. [#5869](https://github.com/JabRef/jabref/issues/5869)
0 commit comments