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 fixgroupsmove
* upstream/master:
Add eprint cleanup (#4445)
respect preference state (#4468)
Set auto-update checkbox enable/disable when reading preferences (#4446)
Improve MathSciNet fetcher and add ISBN fetcher to entry editor toolbar (#4444)
New translations JabRef_en.properties (German) (#4455)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
16
16
- We changed the behavior of the field formatting dialog such that the `bibtexkey` is not changed when formatting all fields or all text fields.
17
17
- 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)
18
18
- Use integrated graphics card instead of discrete on macOS [#4070](https://github.com/JabRef/jabref/issues/4070)
19
+
- We added a cleanup operation that detects an arXiv identifier in the note, journal or url field and moves it to the `eprint` field.
20
+
Because of this change, the last-used cleanup operations were reset.
19
21
- 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)
20
22
- The special fields like `Printed` and `Read status` now show gray icons when the row is hovered.
21
23
- 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
@@ -28,6 +30,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
28
30
- We changed the default keyboard shortcuts for moving between entries when the entry editor is active to ̀<kbd>alt</kbd> + <kbd>up/down</kbd>.
29
31
- Opening a new file now prompts the directory of the currently selected file, instead of the directory of the last opened file.
30
32
- Window state is saved on close and restored on start.
33
+
- We made the MathSciNet fetcher more reliable.
34
+
- We added the ISBN fetcher to the list of fetcher available under "Update with bibliographic information from the web" in the entry editor toolbar.
31
35
- Files without a defined external file type are now directly opened with the default application of the operating system
32
36
- We streamlined the process to rename and move files by removing the confirmation dialogs.
33
37
- 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)
cleanUpMovePDF.setText(Localization.lang("Move linked files to default file directory %0", "..."));
57
+
57
58
// Since the directory does not exist, we cannot move it to there. So, this option is not checked - regardless of the presets stored in the preferences.
59
+
cleanUpMovePDF.setDisable(true);
58
60
cleanUpMovePDF.setSelected(false);
59
61
}
60
-
cleanUpMakePathsRelative = newCheckBox(
61
-
Localization.lang("Make paths of linked files relative (if possible)"));
62
-
cleanUpRenamePDF = newCheckBox(Localization.lang("Rename PDFs to given filename format pattern"));
0 commit comments