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
* Place BibTeX comment field first (and use JDK21 data structure)
- Place all user comments togehter (and BibTeX standard comment first)
- Switch from Set to StructuredSet
* Enable "Add" button
* Fix codestyle
* Hide user comment button
remove from grid
todo move to prefs
* Add new property for hiding/showing comment tabs
move entry editor preferences
* Add new property for hiding/showing comment tabs
move entry editor preferences
* wire checkbox/button to preferences
* fix checkstyle
* Move back
* fix
* fix test
* Fix logic - and adapt tests
---------
Co-authored-by: Christoph <siedlerkiller@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
26
26
- We replaced "SearchAll" in Web Search by "Search Selected". [#10556](https://github.com/JabRef/jabref/issues/10556)
27
27
- Short DOI formatter now checks, if the value is already formatted. If so, it returns the value instead of calling the ShortDOIService again. [#10589](https://github.com/JabRef/jabref/issues/10589)
28
28
- We upgraded to JavaFX 21.0.1. As a consequence JabRef requires now macOS 11 or later and GTK 3.8 or later on Linux [10627](https://github.com/JabRef/jabref/pull/10627).
29
+
- A user-specific comment fields is not enabled by default, but can be enabled using the "Add" button. [#10424](https://github.com/JabRef/jabref/issues/10424)
29
30
- We upgraded to Lucene 9.9 for the fulltext search. The search index will be rebuild. [#10686](https://github.com/JabRef/jabref/pull/10686)
0 commit comments