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 jdk9
* upstream/master: (184 commits)
Try to update to gradle 5.0.2 (#4766)
Post change notifications on JavaFX (#4871)
fix missing l10n from previous merge
fix compile error
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)
Remove deprecated awt apple extension (#4860)
Fix IllegalArgumentException when ranking entries (#4779)
Bump junit-vintage-engine from 5.4.1 to 5.4.2 (#4866)
Bump junit-platform-launcher from 1.4.1 to 1.4.2 (#4865)
Bump junit-jupiter from 5.4.1 to 5.4.2 (#4867)
Add author normalizer for medline import (#4863)
Fixed group creation with default settings (#4801)
removed default constructor of FXDialogService (#4847)
...
# Conflicts:
# build.gradle
# src/main/java/org/jabref/gui/JabRefFrame.java
# src/main/java/org/jabref/gui/collab/ChangeDisplayDialog.java
# src/main/java/org/jabref/gui/collab/EntryChangeViewModel.java
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-5
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
11
11
## [Unreleased]
12
12
13
13
### Changed
14
+
- We changed the latex command removal for docbook exporter. [#3838](https://github.com/JabRef/jabref/issues/3838)
14
15
- We changed the location of some fields in the entry editor (you might need to reset your preferences for these changes to come into effect)
15
16
- Journal/Year/Month in biblatex mode -> Deprecated (if filled)
16
17
- DOI/URL: General -> Optional
@@ -48,14 +49,24 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
48
49
- We updated updated the Related Articles tab to accept JSON from the new version of the Mr. DLib service
49
50
- We added an option in the preference dialog box that allows user to choose behavior after dragging and dropping files in Entry Editor. [#4356](https://github.com/JabRef/jabref/issues/4356)
50
51
- We added the ability to have an export preference where previously "File"-->"Export"/"Export selected entries" would not save the user's preference[#4495](https://github.com/JabRef/jabref/issues/4495)
52
+
- We optimized the code responsible for connecting to an external database, which should lead to huge improvements in performance.
53
+
- For automatically created groups, added ability to filter groups by entry type. [#4539](https://github.com/JabRef/jabref/issues/4539)
51
54
- We added the ability to add field names from the Preferences Dialog [#4546](https://github.com/JabRef/jabref/issues/4546)
52
55
- We added the ability change the column widths directly in the main table. [#4546](https://github.com/JabRef/jabref/issues/4546)
53
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)
54
-
55
-
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
+
- 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)
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
+
- We changed the title of Group Dialog to "Add subgroup" from "Edit group" when we select Add subgroup option.
62
+
- We enable import button only if entries are selected. [#4755](https://github.com/JabRef/jabref/issues/4755)
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)
65
+
- The Medline fetcher now normalizes the author names according to the BibTeX-Standard [#4345](https://github.com/JabRef/jabref/issues/4345)
56
66
57
67
58
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)
59
70
- We fixed an issue where corresponding groups are sometimes not highlighted when clicking on entries [#3112](https://github.com/JabRef/jabref/issues/3112)
60
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)
61
72
- Italic text is now rendered correctly. https://github.com/JabRef/jabref/issues/3356
@@ -67,6 +78,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
67
78
- We fixed an issue where selecting a group messed up the focus of the main table / entry editor. https://github.com/JabRef/jabref/issues/3367
68
79
- We fixed an issue where composite author names were sorted incorrectly. https://github.com/JabRef/jabref/issues/2828
69
80
- We fixed an issue where commands followed by `-` didn't work. [#3805](https://github.com/JabRef/jabref/issues/3805)
81
+
- We fixed an issue where a non-existing aux file in a group made it impossible to open the library. [#4735](https://github.com/JabRef/jabref/issues/4735)
70
82
- We fixed an issue where some journal names were wrongly marked as abbreviated. [#4115](https://github.com/JabRef/jabref/issues/4115)
71
83
- We fixed an issue where the custom file column were sorted incorrectly. https://github.com/JabRef/jabref/issues/3119
72
84
- We fixed an issues where the entry losses focus when a field is edited and at the same time used for sorting. https://github.com/JabRef/jabref/issues/3373
@@ -80,6 +92,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
80
92
- We fixed an issue where the default icon of a group was not colored correctly.
81
93
- We fixed an issue where the first field in entry editor was not focused when adding a new entry. [#4024](https://github.com/JabRef/jabref/issues/4024)
82
94
- We reworked the "Edit file" dialog to make it resizeable and improved the workflow for adding and editing files https://github.com/JabRef/jabref/issues/2970
95
+
- We fixed an issue where custom name formatters were no longer found correctly. [#3531](https://github.com/JabRef/jabref/issues/3531)
83
96
- We fixed an issue where the month was not shown in the preview https://github.com/JabRef/jabref/issues/3239.
84
97
- Rewritten logic to detect a second jabref instance. [#4023](https://github.com/JabRef/jabref/issues/4023)
85
98
- We fixed an issue where the "Convert to BibTeX-Cleanup" moved the content of the `file` field to the `pdf` field [#4120](https://github.com/JabRef/jabref/issues/4120)
@@ -93,21 +106,27 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
93
106
- We fixed an issue where only one PDF file could be imported [#4422](https://github.com/JabRef/jabref/issues/4422)
94
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)
95
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)
96
-
97
-
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)
111
+
- We fixed an issue where ranking an entry would generate an IllegalArgumentException. [#4754](https://github.com/JabRef/jabref/issues/4754)
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)
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)
98
114
99
115
100
116
101
117
### Removed
102
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.
103
119
- The number column was removed.
120
+
- We removed the global search feature.
104
121
- We removed the coloring of cells in the maintable according to whether the field is optional/required.
122
+
- We removed the feature to find and resolve duplicate BibTeX keys (as this use case is already covered by the integrity check).
105
123
- We removed a few commands from the right-click menu that are not needed often and thus don't need to be placed that prominently:
106
124
- Print entry preview: available through entry preview
107
125
- All commands related to marking: marking is not yet reimplemented
108
126
- Set/clear/append/rename fields: available through Edit menu
109
127
- Manage keywords: available through Edit menu
110
128
- Copy linked files to folder: available through File menu
129
+
- Add/move/remove from group: removed completely (functionality still available through group interface)
111
130
- We removed the option to change the column widths in the preferences dialog. [#4546](https://github.com/JabRef/jabref/issues/4546)
112
131
113
132
@@ -136,7 +155,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
Copy file name to clipboardExpand all lines: snap/gui/jabref.desktop
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ GenericName=BibTeX Editor
4
4
Comment=JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.
description: JabRef is an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format.
0 commit comments