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
Copy file name to clipboardExpand all lines: .github/ghprcomment.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -179,19 +179,19 @@
179
179
Give it a read, and you’ll discover the ancient wisdom of assigning issues to yourself. Trust me, it’s worth it. 🚀
180
180
181
181
- jobName: 'PR title must not contain "issue <number>"'
182
-
workflowName: 'PR Format'
182
+
workflowName: 'Check PR Format'
183
183
always: true
184
184
message: >
185
185
The title of the pull request must not start with "Fix for issue xyz".
186
186
Please use a concise one-line summary that explains what the fix or change actually does.
187
187
Example of a good title: "Prevent crash when importing malformed BibTeX entries".
188
188
- jobName: 'Mandatory Checks present'
189
-
workflowName: 'PR Format'
189
+
workflowName: 'Check PR Format'
190
190
always: true
191
191
message: >
192
192
You have removed the "Mandatory Checks" section from your pull request description. Please adhere to our [pull request template](https://github.com/JabRef/jabref/blob/main/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L10).
193
193
- jobName: 'PR checklist OK'
194
-
workflowName: 'PR Format'
194
+
workflowName: 'Check PR Format'
195
195
always: true
196
196
message: >
197
197
Note that your PR will not be reviewed/accepted until you have gone through the mandatory checks in the description and marked each of them them exactly in the format of `[x]` (done), `[ ]` (not done yet) or `[/]` (not applicable).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,16 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
17
17
18
18
### Changed
19
19
20
+
- We replaced the standard ComboBox with a SearchableComboBox and added a free text field in custom Entry Types [#14082](https://github.com/JabRef/jabref/issues/14082)
21
+
- We separated the "Clean up entries" dialog into three tabs for clarity [#13819](https://github.com/JabRef/jabref/issues/13819)
20
22
-`JabKit`: `--porcelain` does not output any logs to the console anymore. [#14244](https://github.com/JabRef/jabref/pull/14244)
21
23
- <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)
22
24
23
25
### Fixed
24
26
25
27
- We fixed an issue where pressing <kbd>ESC</kbd> in the preferences dialog would not always close the dialog. [#8888](https://github.com/JabRef/jabref/issues/8888)
26
28
- We fixed the checkbox in merge dialog "Treat duplicates the same way" to make it functional. [#14224](https://github.com/JabRef/jabref/pull/14224)
0 commit comments