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 citation-relations-link
* upstream/main:
Bump org.apache.pdfbox:fontbox from 3.0.1 to 3.0.2 (JabRef#11042)
Bump com.dlsc.gemsfx:gemsfx from 2.2.0 to 2.4.0 (JabRef#11044)
Bump org.apache.pdfbox:xmpbox from 3.0.1 to 3.0.2 (JabRef#11041)
Bump com.googlecode.plist:dd-plist from 1.23 to 1.28 (JabRef#11040)
Bump gittools/actions from 0.13.4 to 1.1.1 (JabRef#11039)
Change copy-paste function to handle string constants (follow up PR) (JabRef#11037)
Fixes Zotero file handling for absolute paths (JabRef#11038)
Speed up failure reporting (JabRef#11030)
Importing of BibDesk Groups and Linked Files (JabRef#10968)
Convert RemoveBracesFormatterTest to @ParameterizedTest (JabRef#11033)
Update teaching.md
Remove non-existing recipe (JabRef#11029)
Update CSL styles (JabRef#11031)
Clean up defintions of entry types (JabRef#11013)
Fix log file path on Windows (JabRef#11028)
Change to rolling logs (JabRef#11023)
chore: remove repetitive words (JabRef#11015)
Fix test names (JabRef#11014)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,13 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
24
24
- When pasting HTML into the abstract or a comment field, the hypertext is automatically converted to Markdown. [#10558](https://github.com/JabRef/jabref/issues/10558)
25
25
- We added the possibility to redownload files that had been present but are no longer in the specified location. [#10848](https://github.com/JabRef/jabref/issues/10848)
26
26
- We added the citation key pattern `[camelN]`. Equivalent to the first N words of the `[camel]` pattern.
27
+
- We added importing of static groups and linked files from BibDesk .bib files. [#10381](https://github.com/JabRef/jabref/issues/10381)
27
28
- We added ability to export in CFF (Citation File Format) [#10661](https://github.com/JabRef/jabref/issues/10661).
28
29
- We added ability to push entries to TeXworks. [#3197](https://github.com/JabRef/jabref/issues/3197)
29
30
- We added the ability to zoom in and out in the document viewer using <kbd>Ctrl</kbd> + <kbd>Scroll</kbd>. [#10964](https://github.com/JabRef/jabref/pull/10964)
30
31
- We added a Cleanup for removing non-existent files and grouped the related options [#10929](https://github.com/JabRef/jabref/issues/10929)
31
32
- We added the functionality to parse the bibliography of PDFs using the GROBID online service. [#10200](https://github.com/JabRef/jabref/issues/10200)
33
+
- We added support for BibTeX String constants during copy & paste between libraries [#10872](https://github.com/JabRef/jabref/issues/10872)
32
34
33
35
### Changed
34
36
@@ -42,6 +44,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
42
44
- We changed the duplicate handling in the Import entries dialog. Potential duplicate entries are marked with an icon and importing will now trigger the merge dialog [#10914](https://github.com/JabRef/jabref/pull/10914)
43
45
- We made the command "Push to TexShop" more robust to allow cite commands with a character before the first slash. [forum#2699](https://discourse.jabref.org/t/push-to-texshop-mac/2699/17?u=siedlerchr)
44
46
- We only show the notification "Saving library..." if the library contains more than 2000 entries. [#9803](https://github.com/JabRef/jabref/issues/9803)
47
+
- JabRef now keeps previous log files upon start. [#11023](https://github.com/JabRef/jabref/pull/11023)
45
48
- We enhanced the dialog for adding new fields in the content selector with a selection box containing a list of standard fields. [#10912](https://github.com/JabRef/jabref/pull/10912)
46
49
- We store the citation relations in an LRU cache to avoid bloating the memory and out-of-memory exceptions. [#10958](https://github.com/JabRef/jabref/issues/10958)
47
50
- Keywords filed are now displayed as tags. [#10910](https://github.com/JabRef/jabref/pull/10910)
@@ -64,6 +67,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
64
67
- We fixed an issue where the `File -> Close library` menu item was not disabled when no library was open. [#10948](https://github.com/JabRef/jabref/issues/10948)
65
68
- We fixed an issue where the Document Viewer would show the PDF in only half the window when maximized. [#10934](https://github.com/JabRef/jabref/issues/10934)
66
69
- Clicking on the crossref and related tags in the entry editor jumps to the linked entry. [#5484](https://github.com/JabRef/jabref/issues/5484)[#9369](https://github.com/JabRef/jabref/issues/9369)
70
+
- We fixed an issue where JabRef could not parse absolute file paths from Zotero exports [#10959](https://github.com/JabRef/jabref/issues/10959)
* Summary: Groups of students from three to five persons experienced the whole software engineering process within a week: From the requirements' specification to the final pull request.
132
-
* Successfully run in 2020
130
+
* Successfully run in 2020, 2024, and other years.
0 commit comments