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: (229 commits)
Try to fix not on FX thread for search and autocomplete (#4618)
Convert DuplicateResolverDialog to javafx (#4601)
Fix for BibTex source tab parsing issue if field contains {} (#4581)
Convert OO/LO SidePanel to javafx (#4341)
Convert "Customize importer" dialog to JavaFX (#4608)
Convert "From Aux file" dialog to JavaFX (#4607)
Convert "Show preferences" dialog to JavaFX (#4605)
Fix not on FX thread exception
Force javafx to run thread (#4604)
Convert new version dialog to JavaFX (#4602)
Add a variable to track the change in preview style (#4587)
Solution for submitting dialog with Ctrl + Enter (#4496) (#4592)
Bump mysql-connector-java from 8.0.13 to 8.0.14 (#4599)
Fix overlapping font in id entry type (#4595)
update jfoenix and gradle plugins Replace outdated transformer log4j2 with official new one
Update journalList.txt
Fix for Issue #4437 - Some bugs in preference->Entry table columns (#4546)
Don't set column sort type at startup (#4577)
Add uncaught exception message (#4565)
Converts integrity check dialog to JavaFX (#4559)
...
# Conflicts:
# build.gradle
# src/main/java/org/jabref/gui/FindUnlinkedFilesDialog.java
# src/main/java/org/jabref/gui/JabRefFrame.java
# src/main/java/org/jabref/gui/fieldeditors/EditorTextArea.java
# src/main/java/org/jabref/gui/fieldeditors/EditorTextField.java
# src/main/java/org/jabref/gui/openoffice/CitationManager.java
# src/main/java/org/jabref/gui/openoffice/OOBibBase.java
# src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java
# src/main/java/org/jabref/gui/openoffice/OpenOfficeSidePanel.java
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-11Lines changed: 42 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,19 @@ 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 location of some fields in the entry editor (you might need to reset your preferences for these changes to come into effect)
15
+
- Journal/Year/Month in biblatex mode -> Deprecated (if filled)
16
+
- DOI/URL: General -> Optional
17
+
- Internal fields like ranking, read status and priority: Other -> General
18
+
- Moreover, empty deprecated fields are no longer shown
19
+
- Added server timezone parameter when connecting to a shared database.
20
+
- We updated the dialog for setting up general fields.
21
+
- URL field formatting is updated. All whitespace chars, located at the beginning/ending of the url, are trimmed automatically
22
+
- We changed the behavior of the field formatting dialog such that the `bibtexkey` is not changed when formatting all fields or all text fields.
14
23
- We added a "Move file to file directory and rename file" option for simultaneously moving and renaming of document file. [#4166](https://github.com/JabRef/jabref/issues/4166)
15
24
- Use integrated graphics card instead of discrete on macOS [#4070](https://github.com/JabRef/jabref/issues/4070)
25
+
- We added a cleanup operation that detects an arXiv identifier in the note, journal or url field and moves it to the `eprint` field.
26
+
Because of this change, the last-used cleanup operations were reset.
16
27
- We changed the minimum required version of Java to 1.8.0_171, as this is the latest release for which the automatic Java update works. [4093](https://github.com/JabRef/jabref/issues/4093)
17
28
- The special fields like `Printed` and `Read status` now show gray icons when the row is hovered.
18
29
- We added a button in the tab header which allows you to close the database with one click. https://github.com/JabRef/jabref/issues/494
@@ -25,14 +36,27 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
25
36
- We changed the default keyboard shortcuts for moving between entries when the entry editor is active to ̀<kbd>alt</kbd> + <kbd>up/down</kbd>.
26
37
- Opening a new file now prompts the directory of the currently selected file, instead of the directory of the last opened file.
27
38
- Window state is saved on close and restored on start.
39
+
- We made the MathSciNet fetcher more reliable.
40
+
- We added the ISBN fetcher to the list of fetcher available under "Update with bibliographic information from the web" in the entry editor toolbar.
41
+
- Files without a defined external file type are now directly opened with the default application of the operating system
28
42
- We streamlined the process to rename and move files by removing the confirmation dialogs.
29
-
30
-
43
+
- We removed the redundant new lines of markings and wrapped the summary in the File annotation tab. [#3823](https://github.com/JabRef/jabref/issues/3823)
44
+
- We add auto url formatting when user paste link to URL field in entry editor. [koppor#254](https://github.com/koppor/jabref/issues/254)
45
+
- We added a minimal height for the entry editor so that it can no longer be hidden by accident. [#4279](https://github.com/JabRef/jabref/issues/4279)
46
+
- We added a new keyboard shortcut so that the entry editor could be closed by <kbd>Ctrl</kbd> + <kbd>E</kbd>. [#4222] (https://github.com/JabRef/jabref/issues/4222)
47
+
- We added an option in the preference dialog box, that allows user to pick the dark or light theme option. [#4130] (https://github.com/JabRef/jabref/issues/4130)
48
+
- We updated updated the Related Articles tab to accept JSON from the new version of the Mr. DLib service
49
+
- 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
+
- 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)
51
+
- We added the ability to add field names from the Preferences Dialog [#4546](https://github.com/JabRef/jabref/issues/4546)
52
+
- We added the ability change the column widths directly in the main table. [#4546](https://github.com/JabRef/jabref/issues/4546)
53
+
- 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)
31
54
32
55
33
56
34
57
35
58
### Fixed
59
+
- We fixed an issue where corresponding groups are sometimes not highlighted when clicking on entries [#3112](https://github.com/JabRef/jabref/issues/3112)
36
60
- 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)
37
61
- Italic text is now rendered correctly. https://github.com/JabRef/jabref/issues/3356
38
62
- The entry editor no longer gets corrupted after using the source tab. https://github.com/JabRef/jabref/issues/3532https://github.com/JabRef/jabref/issues/3608https://github.com/JabRef/jabref/issues/3616
@@ -47,9 +71,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
47
71
- We fixed an issue where the custom file column were sorted incorrectly. https://github.com/JabRef/jabref/issues/3119
48
72
- 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
49
73
- We fixed an issue where the menu on Mac OS was not displayed in the usual Mac-specific way. https://github.com/JabRef/jabref/issues/3146
74
+
- We improved the integrity check for page numbers. [#4113](https://github.com/JabRef/jabref/issues/4113) and [feature request in the forum](http://discourse.jabref.org/t/pages-field-allow-use-of-en-dash/1199)
50
75
- We fixed an issue where the order of fields in customized entry types was not saved correctly. [#4033](http://github.com/JabRef/jabref/issues/4033)
76
+
- We fixed an issue where renaming a group did not change the group name in the interface. [#3189](https://github.com/JabRef/jabref/issues/3189)
51
77
- We fixed an issue where the groups tree of the last database was still shown even after the database was already closed.
52
78
- We fixed an issue where the "Open file dialog" may disappear behind other windows. https://github.com/JabRef/jabref/issues/3410
79
+
- We fixed an issue where the number of entries matched was not updated correctly upon adding or removing an entry. [#3537](https://github.com/JabRef/jabref/issues/3537)
53
80
- We fixed an issue where the default icon of a group was not colored correctly.
54
81
- 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)
55
82
- 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
@@ -58,12 +85,14 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
58
85
- 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)
59
86
- We fixed an issue where the preview pane in entry preview in preferences wasn't showing the citation style selected [#3849](https://github.com/JabRef/jabref/issues/3849)
60
87
- We fixed an issue where the default entry preview style still contained the field `review`. The field `review` in the style is now replaced with comment to be consistent with the entry editor [#4098](https://github.com/JabRef/jabref/issues/4098)
61
-
62
-
63
-
64
-
65
-
66
-
88
+
- We fixed an issue where users were vulnerable to XXE attacks during parsing [#4229](https://github.com/JabRef/jabref/issues/4229)
89
+
- We fixed an issue where files added via the "Attach file" contextmenu of an entry were not made relative. [#4201](https://github.com/JabRef/jabref/issues/4201) and [#4241](https://github.com/JabRef/jabref/issues/4241)
90
+
- We fixed an issue where author list parser can't generate bibtex for Chinese author. [#4169](https://github.com/JabRef/jabref/issues/4169)
91
+
- We fixed an issue where the list of XMP Exclusion fields in the preferences was not be saved [#4072](https://github.com/JabRef/jabref/issues/4072)
92
+
- We fixed an issue where the ArXiv Fetcher did not support HTTP URLs [koppor#328](https://github.com/koppor/jabref/issues/328)
93
+
- We fixed an issue where only one PDF file could be imported [#4422](https://github.com/JabRef/jabref/issues/4422)
94
+
- 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
+
- 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)
67
96
68
97
69
98
@@ -79,6 +108,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
79
108
- Set/clear/append/rename fields: available through Edit menu
80
109
- Manage keywords: available through Edit menu
81
110
- Copy linked files to folder: available through File menu
111
+
- We removed the option to change the column widths in the preferences dialog. [#4546](https://github.com/JabRef/jabref/issues/4546)
82
112
83
113
84
114
@@ -111,9 +141,9 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
111
141
112
142
## Older versions
113
143
114
-
The changelog of JabRef 4.x is available at the [v4.x branch](https://github.com/JabRef/jabref/blob/v4.x/CHANGELOG.md).
115
-
The changelog of JabRef 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md).
116
-
The changelog of JabRef 2.11 and all previous versions is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG).
144
+
The changelog of JabRef 4.x is available at the [v4.x branch](https://github.com/JabRef/jabref/blob/v4.x/CHANGELOG.md).
145
+
The changelog of JabRef 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md).
146
+
The changelog of JabRef 2.11 and all previous versions is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG).
0 commit comments