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
Make Web Search 'Configure API key' searchable in preferences #13929 (#13982)
* Make Web Search 'Configure API key' searchable in preferences
* Fix Checkstyle empty line issues in PreferencesTab and WebSearchTab
* Trigger CI after updating PR description
* Fix failing LocalizationConsistencyTest: add missing 'Custom API key' entry
* Add changelog entry for searchable API key preferences
* Fix list formatting in changelog
* Move changelog entry to Unreleased section
* Trigger CI
* Update changelog wording based on reviewer suggestion
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
@@ -11,6 +11,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
11
11
12
12
### Added
13
13
14
+
- We made the "Configure API key" option in the Web Search preferences tab searchable via preferences search. [#13929](https://github.com/JabRef/jabref/issues/13929)
14
15
- We added the integrity check to the jabkit cli application. [#13848](https://github.com/JabRef/jabref/issues/13848)
15
16
- We added support for Cygwin-file paths on a Windows Operating System. [#13274](https://github.com/JabRef/jabref/issues/13274)
16
17
- We fixed an issue where "Print preview" would throw a `NullPointerException` if no printers were available. [#13708](https://github.com/JabRef/jabref/issues/13708)
0 commit comments