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 branch 'ieeFix' of github.com:JabRef/jabref into ieeFix
* 'ieeFix' of github.com:JabRef/jabref:
Fix the 'Attach file' dialog for starting on the user's main directory (#4996)
Readme TOC (#4986)
Fix icon size - the second (#4993)
Fix background color of dialogs in dark mode (#4994)
NPE-fix for Preferences/Ext-Prog/Settings for X/Browse (#4983)
Bump richtextfx from 0.10.0 to 0.10.1 (#4989)
Bump tika-core from 1.20 to 1.21 (#4984)
Resize different fonts changing entry type (#4980)
Extended Hints - Alternative to #4971 (#4975)
Fix command line help text (#4979)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,15 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
56
56
- We added the ability to execute default action in dialog by using with <kbd>Ctrl</kbd> + <kbd>Enter</kbd> combination [#4496](https://github.com/JabRef/jabref/issues/4496)
57
57
- We grouped and reordered the Main Menu (File, Edit, Library, Quality, Tools, and View tabs & icons). [#4666](https://github.com/JabRef/jabref/issues/4666)[#4667](https://github.com/JabRef/jabref/issues/4667)[#4668](https://github.com/JabRef/jabref/issues/4668)[#4669](https://github.com/JabRef/jabref/issues/4669)[#4670](https://github.com/JabRef/jabref/issues/4670)[#4671](https://github.com/JabRef/jabref/issues/4671)[#4672](https://github.com/JabRef/jabref/issues/4672)[#4673](https://github.com/JabRef/jabref/issues/4673)
58
58
- We added additional modifiers (capitalize, titlecase and sentencecase) to the Bibtex key generator. [#1506](https://github.com/JabRef/jabref/issues/1506)
59
-
- We grouped the toolbar icons and changed the Open Library and Copy icons. [#4584](https://github.com/JabRef/jabref/issues/4584)
59
+
- We grouped the toolbar icons and changed the Open Library and Copy icons. [#4584](https://github.com/JabRef/jabref/issues/4584)
60
60
- We added a browse button next to the path text field for aux-based groups. [#4586](https://github.com/JabRef/jabref/issues/4586)
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
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)
65
65
- The Medline fetcher now normalizes the author names according to the BibTeX-Standard [#4345](https://github.com/JabRef/jabref/issues/4345)
66
66
- We added an option on the Linked File Viewer to rename the attached file of an entry directly on the JabRef. [#4844](https://github.com/JabRef/jabref/issues/4844)
67
+
- We added an option in the preference dialog box that allows user to enable helpful tooltips.[#3599](https://github.com/JabRef/jabref/issues/3599)
67
68
68
69
69
70
### Fixed
@@ -116,6 +117,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
116
117
- We fixed an issue where an NullPointer exception was thrown when a referenced entry in an Open/Libre Office document was no longer present in the library. Now an error message with the reference marker of the missing entry is shown. [#4932](https://github.com/JabRef/jabref/issues/4932)
117
118
- We fixed an issue where a database exception related to a missing timezone was too big. [#4827](https://github.com/JabRef/jabref/issues/4827)
118
119
- We fixed an issue where the IEEE fetcher returned an error if no keywords were present in the result from the IEEE website [#4997](https://github.com/JabRef/jabref/issues/4997)
120
+
- We fixed an issue where the command line help text had several errors, and arguments and descriptions have been rewritten to simplify and detail them better. [#4932](https://github.com/JabRef/jabref/issues/2016)
121
+
- We fixed an issue where the same menu for changing entry type had two different sizes and weights. [#4977](https://github.com/JabRef/jabref/issues/4977)
122
+
- We fixed an issue where the "Attach file" dialog, in the right-click menu for an entry, started on the working directory instead of the user's main directory. [#4995](https://github.com/JabRef/jabref/issues/4995)
123
+
124
+
125
+
119
126
120
127
### Removed
121
128
- 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