From c4cef2b7b582b3ccadb9d173a32860a5b0ba5939 Mon Sep 17 00:00:00 2001 From: LuckyLuo09 Date: Wed, 27 May 2020 19:45:00 +0800 Subject: [PATCH 1/4] delete the "Default bibliography mode" in preference dialog --- CHANGELOG.md | 1 + .../java/org/jabref/gui/preferences/GeneralTab.fxml | 4 ++-- .../org/jabref/gui/preferences/GeneralTabView.java | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e443c7ae84d..bedc270b236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve ### Changed +- we deleted the `Default bibliography mode` in the Preference/General tab since it is a redundant setting. [#6470](https://github.com/JabRef/jabref/issues/6470) - We improved the arXiv fetcher. Now it should find entries even more reliably and does no longer include the version (e.g `v1`) in the `eprint` field. [forum#1941](https://discourse.jabref.org/t/remove-version-in-arxiv-import/1941) - We moved the group search bar and the button "New group" from bottom to top position to make it more prominent. [#6112](https://github.com/JabRef/jabref/pull/6112) - When JabRef finds a `.sav` file without changes, there is no dialog asking for acceptance of changes anymore. diff --git a/src/main/java/org/jabref/gui/preferences/GeneralTab.fxml b/src/main/java/org/jabref/gui/preferences/GeneralTab.fxml index 86dfee7fdf9..b0028d00728 100644 --- a/src/main/java/org/jabref/gui/preferences/GeneralTab.fxml +++ b/src/main/java/org/jabref/gui/preferences/GeneralTab.fxml @@ -29,8 +29,8 @@