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
Merge remote-tracking branch 'upstream/master' into fileDescr
* upstream/master:
Add tests for removal changes
Improve telemetry (#3218)
Real test linking real other entry (#3214)
Check for explicit group at different location
Update java-string-similarity from 0.24 -> 1.0.0
Only remove ExplicitGroups from entries, but not keyword-based groups
Remove unused import in GroupTreeNode
Move getEntriesInGroup to GroupTreeNode
Inline Consumer updateViewModel
Undo IntelliJ autoformat of FXML annotations
Remove unused import
Rewrite selection logic to avoid NPEs
Clear group selection when a group is removed
Also remove a group from entries when you remove it
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
@@ -39,6 +39,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
39
39
- We fixed an issue where the arrow keys in the search bar did not work as expected [#3081](https://github.com/JabRef/jabref/issues/3081)
40
40
- We fixed wrong hotkey being displayed at "automatically file links" in the entry editor
41
41
- We fixed an issue where metadata syncing with local and shared database were unstable. It will also fix syncing groups and sub-groups in database. [#2284](https://github.com/JabRef/jabref/issues/2284)
42
+
- We fixed an issue where the "Remove group and subgroups" operation did not remove group information from entries in the group [#3190](https://github.com/JabRef/jabref/issues/3190)
42
43
- We fixed an issue where it was possible to leave the entry editor with an imbalance of braces. [#3167](https://github.com/JabRef/jabref/issues/3167)
43
44
- Renaming files now truncates the filename to not exceed the limit of 255 chars [#2622](https://github.com/JabRef/jabref/issues/2622)
44
45
- We improved the handling of hyphens in names. [#2775](https://github.com/JabRef/jabref/issues/2775)
0 commit comments