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
Small improvements in preferences dialog (JabRef#6130)
* Changed special buttons to icon buttons
* Changed ComboBox lists to use proper display name and added spinner to font size
* Fixed KeyPress event
* Reworded biblatex to BibLaTeX
* l10n
* Removed obsolete special pdf treatment in preferences
* CHANGELOG.md and removed forgotten bindings
* Fixed wrong biblatex fix
* checkstyle
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,18 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
15
15
16
16
- 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)
17
17
- 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)
18
-
18
+
- We changed the buttons for import/export/show all/reset of preferences to smaller icon buttons in the preferences dialog. [#6130](https://github.com/JabRef/jabref/pull/6130)
19
19
20
20
### Fixed
21
21
22
22
- We fixed an issue where opening a library from the recent libraries menu was not possible. [#5939](https://github.com/JabRef/jabref/issues/5939)
23
23
- We fixed an issue with inconsistent capitalization of file extensions when downloading files [#6115](https://github.com/JabRef/jabref/issues/6115)
24
+
- We fixed the display of language and encoding in the preferences dialog. [#6130](https://github.com/JabRef/jabref/pull/6130)
24
25
25
26
### Removed
26
27
28
+
- We removed the obsolete `External programs / Open PDF` section in the preferences, as the default application to open PDFs is now set in the `Manage external file types` dialog. [#6130](https://github.com/JabRef/jabref/pull/6130)
0 commit comments