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..3e1f9240ad3 100644 --- a/src/main/java/org/jabref/gui/preferences/GeneralTab.fxml +++ b/src/main/java/org/jabref/gui/preferences/GeneralTab.fxml @@ -29,8 +29,6 @@