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 branch 'fix-group-icons' of github.com:geovani-rocha/jabref into fix-group-icons
* 'fix-group-icons' of github.com:geovani-rocha/jabref: (26 commits)
chore(deps): update dependency org.apache.logging.log4j:log4j-to-slf4j to v2.25.4 (JabRef#15436)
chore(deps): update jackson monorepo to v3.1.1 (JabRef#15435)
Fix PushToPreferences reset and import (JabRef#15395)
Add fulltext fetcher for Wiley via their TDM API (JabRef#15388)
Embed in-text nature in reference marks for CSL citations (JabRef#15381)
Chore(deps): Bump com.gradleup.shadow:shadow-gradle-plugin (JabRef#15430)
Fix not on fx thread exceptions for cleanup and cite key generator (JabRef#15424)
Revert "Update gradle to nightly of 2026-03-23 (JabRef#15372)"
feat: add benchmarks for Lucene fulltext search and linked file indexing, including setup and teardown of the index. (JabRef#15385)
Chore(deps): Bump org.openrewrite.recipe:rewrite-recipe-bom (JabRef#15418)
Add claude gitignore (JabRef#15413)
Fix group filter icon in side pane (JabRef#15408)
Add new prs_link feature
Chore(deps): Bump org.glassfish.hk2:hk2-api in /versions (JabRef#15422)
Chore(deps): Bump org.openrewrite.rewrite from 7.28.2 to 7.29.0 (JabRef#15419)
Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15417)
Fix for inconsistent "hide tab bar" behavior (JabRef#15409)
Update dependency org.glassfish.hk2:hk2-utils to v4 (JabRef#15407)
Persist file notifications (JabRef#15403)
Update dependency org.glassfish.hk2:hk2-locator to v4 (JabRef#15405)
...
Copy file name to clipboardExpand all lines: .github/workflows/on-issue-comment.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ jobs:
71
71
If not, our [contributing guidelines](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) is the place you should go to.
72
72
73
73
74
-
At this point in time, you raised {{ prs_total }} pull request(s) of which {{ prs_merged_percentage }}% ({{ prs_merged }}/{{ prs_total }}) have been merged.
74
+
At this point in time, you raised {{ prs_total }} pull request(s) of which {{ prs_merged_percentage }}% ({{ prs_merged }}/[{{ prs_total }}]({{ prs_link }})) have been merged.
75
75
# If this is updated, also update the number at unassign-issues.yml
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 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 added support for downloading full-text PDFs from Wiley journals via the Wiley TDM API. [#13404](https://github.com/JabRef/jabref/issues/13404)
14
15
- We added `--key-patterns` option to CLI parameters to allows users to set a citation key's pattern for a specific entry type. [#14707](https://github.com/JabRef/jabref/issues/14707)
15
16
- We added a CLI option `--field-formatters` to the `convert` and `generate-bib-from-aux` commands to apply field formatters during export. [#11520](https://github.com/JabRef/jabref/issues/11520)
16
17
- We added a preference to skip the import dialog for entries received from browser extensions, allowing direct import into the current library. The import dialog is shown by default; users can enable direct import in Preferences.
@@ -24,6 +25,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
24
25
25
26
### Changed
26
27
28
+
- We changed the groups filter field to use a filter icon. [#15402](https://github.com/JabRef/jabref/issues/15402)
27
29
- We improved the MultiMergeEntries dialog to automatically select the most plausible field value when merging entries (e.g. a more specific date). [#15027](https://github.com/JabRef/jabref/issues/15027)
28
30
- We removed the restart prompt when accepting Mr. DLib privacy settings or hiding the Related articles tab in the entry editor. [#15195](https://github.com/JabRef/jabref/issues/15195)
29
31
- We replaced the unlinked files dialog with a wizard-based interface for searching and importing files. [#12709](https://github.com/JabRef/jabref/issues/12709)
@@ -39,6 +41,8 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
39
41
40
42
### Fixed
41
43
44
+
- We fixed an issue where the side pane (Groups/Web search) width was not remembered after restarting JabRef. [#8907](https://github.com/JabRef/jabref/issues/8907)
45
+
- We fixed the ScienceDirect fulltext fetcher not returning a PDF when the Elsevier API response includes a direct PDF link. [#12161](https://github.com/JabRef/jabref/issues/12161)
42
46
- We fixed vertical cursor movement shortcuts (Command+Up/Down for document start/end, Option+Up/Down for paragraph start/end) not working correctly in the BibTeX source editor on macOS. [#5937](https://github.com/JabRef/jabref/issues/5937)
43
47
- We fixed text cursor movement shortcuts (Command+Left/Right for line start/end, Option+Left/Right for word navigation) not working correctly in the BibTeX source editor on macOS. [#5937](https://github.com/JabRef/jabref/issues/5937)
44
48
- We fixed PDF import to prefer the content extracted title over filename like XMP metadata titles. [#11999](https://github.com/JabRef/jabref/issues/11999)
@@ -65,8 +69,11 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
65
69
- We fixed an issue where an exception would be thrown when trying to extract references from a PDF [#15308](https://github.com/JabRef/jabref/pull/15308)
66
70
- We fixed an issue where an exception was thrown when importing via cli and no opened library. [#15314](https://github.com/JabRef/jabref/pull/15314)
67
71
- We fixed an issue where the Citation Relations tab failed to recognize already-imported papers when their DOI differed only in letter casing. [#12967](https://github.com/JabRef/jabref/issues/12967)
72
+
- We fixed an issue where a tab or the tab bar would not show, while the setting "hide tab bar when a single library is present" was toggled off [#12680](https://github.com/JabRef/jabref/issues/12680)
68
73
- We improved CSL support with JabRef LibreOffice converter extension. [#14387](https://github.com/JabRef/jabref/issues/14387)
69
74
- We fixed an issue where a search group would not be updated in the ui after an entry change [#13378](https://github.com/JabRef/jabref/issues/13378)
75
+
- We fixed an issue where a search group would not be updated in the ui after an entry change [#15386](https://github.com/JabRef/jabref/issues/15386)
76
+
- We fixed exceptions occuring when generating citation keys or using certain cleanup operations on macOS [#15366](https://github.com/JabRef/jabref/issues/15366)
0 commit comments