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
Merge remote-tracking branch 'upstream/master' into fix4817
* upstream/master:
Fix right clicking on any entry and selecting "Open folder" results in the NullPointer exception (#4797)
Bump fontbox from 2.0.14 to 2.0.15 (#4882)
Bump pdfbox from 2.0.14 to 2.0.15 (#4881)
Bump xmpbox from 2.0.14 to 2.0.15 (#4883)
Bump mockito-core from 2.26.0 to 2.27.0 (#4879)
Bump java-string-similarity from 1.1.0 to 1.2.1 (#4878)
Fix JabRef dying silently without enough inotify instances (#4875)
#4795 disable menu item if database not connected (#4828)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
61
61
- We changed the title of Group Dialog to "Add subgroup" from "Edit group" when we select Add subgroup option.
62
62
- We enable import button only if entries are selected. [#4755](https://github.com/JabRef/jabref/issues/4755)
63
63
- We made modifications to improve contrast of UI elements. [#4583](https://github.com/JabRef/jabref/issues/4583)
64
+
- We added an option in the settings to set the default action in JabRef when right clicking on any entry in any database and selecting "Open folder". [#4763](https://github.com/JabRef/jabref/issues/4763)
64
65
- The Medline fetcher now normalizes the author names according to the BibTeX-Standard [#4345](https://github.com/JabRef/jabref/issues/4345)
65
66
66
67
67
68
### Fixed
69
+
- We fixed an issue where JabRef died silently for the user without enough inotify instances [#4874](https://github.com/JabRef/jabref/issues/4847)
68
70
- We fixed an issue where corresponding groups are sometimes not highlighted when clicking on entries [#3112](https://github.com/JabRef/jabref/issues/3112)
69
71
- We fixed an issue where custom exports could not be selected in the 'Export (selected) entries' dialog [#4013](https://github.com/JabRef/jabref/issues/4013)
70
72
- Italic text is now rendered correctly. https://github.com/JabRef/jabref/issues/3356
@@ -104,13 +106,14 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
104
106
- We fixed an issue where only one PDF file could be imported [#4422](https://github.com/JabRef/jabref/issues/4422)
105
107
- We fixed an issue where "Move to group" would always move the first entry in the library and not the selected [#4414](https://github.com/JabRef/jabref/issues/4414)
106
108
- We fixed an issue where an older dialog appears when downloading full texts from the quality menu. [#4489](https://github.com/JabRef/jabref/issues/4489)
109
+
- We fixed an issue where right clicking on any entry in any database and selecting "Open folder" results in the NullPointer exception. [#4763](https://github.com/JabRef/jabref/issues/4763)
110
+
- We fixed an issue where option 'open terminal here' with custom command was passing wrong argument. [#4802](https://github.com/JabRef/jabref/issues/4802)
107
111
- We fixed an issue where ranking an entry would generate an IllegalArgumentException. [#4754](https://github.com/JabRef/jabref/issues/4754)
108
112
- We fixed an issue where special characters where removed from non label key generation pattern parts [#4767](https://github.com/JabRef/jabref/issues/4767)
109
113
- We fixed an issue where the RIS import would overwite the article date with the value of the acessed date [#4816](https://github.com/JabRef/jabref/issues/4816)
110
114
111
115
112
116
113
-
114
117
### Removed
115
118
- The feature to "mark entries" was removed and merged with the groups functionality. For migration, a group is created for every value of the `__markedentry` field and the entry is added to this group.
0 commit comments