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
Convert fixed-value ComboBoxes to SearchableComboBox (#14083) (#14165)
* Convert fixed-value ComboBoxes to SearchableComboBox (#14083)
* Move SearchableComboBox changelog entry to Unreleased section
* Fix CHANGELOG.md formatting - remove extra blank lines
* Set editable=false for pushToApplicationCombo as suggested
* Document change to ComboBoxes for usability
Updated CHANGELOG to include changes regarding ComboBoxes.
* Update CHANGELOG.md
* Remove duplicate addNewField block after merge and clean FXML structure
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
22
22
- We separated the "Clean up entries" dialog into three tabs for clarity [#13819](https://github.com/JabRef/jabref/issues/13819)
23
23
-`JabKit`: `--porcelain` does not output any logs to the console anymore. [#14244](https://github.com/JabRef/jabref/pull/14244)
24
24
- <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd> now opens the terminal in the active library directory. [#14130](https://github.com/JabRef/jabref/issues/14130)
25
+
- We changed fixed-value ComboBoxes to SearchableComboBox for better usability. [#14083](https://github.com/JabRef/jabref/issues/14083)
0 commit comments