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/main' into allEntriesDuplicates
* upstream/main: (25 commits)
Remove remainging "testLogging" (#10769)
Reuse JUnit 5.7's @DisabledIfEnvironmentVariable (#10768)
Refactored LibraryTab (#10732)
Fix annotation (#10766)
Add initial .git-blame-ignore-revs (#10765)
Streamline test output (#10762)
Fix NPE when opening and re-opening a library (#10763)
Changed default status of 'Automatically open folder of attached files' (#10748)
Implement test cases for search (#10193)
Add cites field to bib entries for citation relation (#10752)
Ignore submodule changes (for normal devs) (#10754)
Fix line endings
Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 (#10760)
Bump appleboy/ssh-action from 1.0.2 to 1.0.3 (#10761)
Bump org.apache.lucene:lucene-core from 9.9.0 to 9.9.1 (#10759)
Bump org.openrewrite.rewrite from 6.5.4 to 6.6.3 (#10758)
Bump org.glassfish.jersey.containers:jersey-container-grizzly2-http (#10755)
Bump org.jsoup:jsoup from 1.16.2 to 1.17.2 (#10756)
Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (#10757)
Remove abstract
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,21 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
11
11
12
12
### Added
13
13
14
+
- When importing entries form the "Citation relations" tab, the field [cites](https://docs.jabref.org/advanced/entryeditor/entrylinks) is now filled according to the relationship between the entries. [#10572](https://github.com/JabRef/jabref/pull/10752)
15
+
14
16
### Changed
15
17
18
+
- The "Automatically open folders of attached files" preference default status has been changed to enabled on Windows. [koppor#56](https://github.com/koppor/jabref/issues/56)
19
+
- The Custom export format now uses the custom DOI base URI in the preferences for the `DOICheck`, if activated [forum#4084](https://discourse.jabref.org/t/export-html-disregards-custom-doi-base-uri/4084)
20
+
- The index directories for full text search have now more readable names to increase debugging possibilities using Apache Lucense's Lurk. [#10193](https://github.com/JabRef/jabref/issues/10193)
21
+
- The fulltext search also indexes files ending with .pdf (but do not having an explicit file type set). [#10193](https://github.com/JabRef/jabref/issues/10193)
22
+
- We changed the order of the lists in the "Citation relations" tab. `Cites` are now on the left and `Cited by` on the right [#10572](https://github.com/JabRef/jabref/pull/10752)
23
+
16
24
### Fixed
17
25
18
26
- We fixed an issue where attempting to cancel the importing/generation of an entry from id is ignored. [#10508](https://github.com/JabRef/jabref/issues/10508)
19
27
- We fixed an issue where the preview panel showing the wrong entry (an entry that is not selected in the entry table). [#9172](https://github.com/JabRef/jabref/issues/9172)
28
+
- The last page of a PDF is now indexed by the full text search. [#10193](https://github.com/JabRef/jabref/issues/10193)
20
29
- We fixed an issue where the duplicate check did not take umlauts or other LaTeX-encoded characters into account. [#10744](https://github.com/JabRef/jabref/pull/10744)
21
30
- We fixed the colors of the icon on hover for unset special fields. [#10431](https://github.com/JabRef/jabref/issues/10431)
0 commit comments