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 jabrefonline
* upstream/main: (181 commits)
Add of ADRs 22 and 23 (#8256)
[Bot] Update CSL styles (#8245)
Replace styfle/[email protected] by GitHub's "concurrency" feature (#8243)
Bump gittools/actions from 0.9.10 to 0.9.11 (#8248)
Bump commons-cli from 1.4 to 1.5.0 (#8250)
Bump byte-buddy-parent from 1.12.0 to 1.12.1 (#8249)
Bump antlr4 from 4.9.2 to 4.9.3 (#8251)
Bump archunit-junit5-api from 0.21.0 to 0.22.0 (#8252)
Fix search: NOT binds more than AND (#8241)
New Crowdin updates (#8240)
Make PdfGrobiImporterTest as FetcherTest
Oobranch g : add actions (#7792)
Fix mixed CRLF / CR (#8238)
Fix "Library has changed externally" with CRLF markers (#8239)
Fix for issue 8198, 8133 (#8229)
Added more unit tests in AuthorTest (#8214)
Add confirmation dialog for empty entries in JabRef (#8218)
Fix entry editor column visibility (#8232)
Use regexp to remove non-ASCII characters from DOI and inform user when data for valid DOI does not exist #8127 (#8228)
Fix exception for search flags (#8237)
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-2Lines changed: 21 additions & 2 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](http://semve
11
11
12
12
### Added
13
13
14
+
- We added confirmation dialog when user wants to close a library where any empty entires are detected. [#8096](https://github.com/JabRef/jabref/issues/8096)
14
15
- We added import support for CFF files. [#7945](https://github.com/JabRef/jabref/issues/7945)
15
16
- We added the option to copy the DOI of an entry directly from the context menu copy submenu. [#7826](https://github.com/JabRef/jabref/issues/7826)
16
17
- We added a fulltext search feature. [#2838](https://github.com/JabRef/jabref/pull/2838)
@@ -23,9 +24,13 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
23
24
- We readded the possibility to keep the search string when switching tabs. It is implemented by a toggle button. [#4096](https://github.com/JabRef/jabref/issues/4096#issuecomment-575986882)
24
25
- We allowed the user to also preview the available citation styles in the preferences besides the selected ones [#8108](https://github.com/JabRef/jabref/issues/8108)
25
26
- We added an option to search the available citation styles by name in the preferences [#8108](https://github.com/JabRef/jabref/issues/8108)
27
+
- We added an option to generate bib-entries from ID through a popover in the toolbar. [#4183](https://github.com/JabRef/jabref/issues/4183)
26
28
27
29
### Changed
28
30
31
+
- Local library settings may overwrite the setting "Search and store files relative to library file location" [#8179](https://github.com/JabRef/jabref/issues/8179)
32
+
- The option "Fit table horizontally on screen" in the "Entry table" preferences is now disabled by default [#8148](https://github.com/JabRef/jabref/pull/8148)
33
+
- We improved the preferences and descriptions in the "Linked files" preferences tab [#8148](https://github.com/JabRef/jabref/pull/8148)
29
34
- We slightly changed the layout of the Journal tab in the preferences for ui consistency. [#7937](https://github.com/JabRef/jabref/pull/7937)
30
35
- The JabRefHost on Windows now writes a temporary file and calls `-importToOpen` instead of passing the bibtex via `-importBibtex`. [#7374](https://github.com/JabRef/jabref/issues/7374), [JabRef Browser Ext #274](https://github.com/JabRef/JabRef-Browser-Extension/issues/274)
31
36
- We reordered some entries in the right-click menu of the main table. [#6099](https://github.com/JabRef/jabref/issues/6099)
@@ -35,10 +40,19 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
35
40
- The metadata-to-pdf actions now also embeds the bibfile to the PDF. [#8037](https://github.com/JabRef/jabref/pull/8037)
36
41
- The snap was updated to use the core20 base and to use lzo compression for better startup performance [#8109](https://github.com/JabRef/jabref/pull/8109)
37
42
- We improved the Drag and Drop behavior in the "Customize Entry Types" Dialog [#6338](https://github.com/JabRef/jabref/issues/6338)
43
+
- When determining the URL of an ArXiV eprint, the URL now points to the version [#8149](https://github.com/JabRef/jabref/pull/8149)
44
+
- We Included all standard fields with citation key when exporting to Old OpenOffice/LibreOffice Calc Format [#8176](https://github.com/JabRef/jabref/pull/8176)
45
+
- In case the database is encoded with `UTF8`, the `% Encoding` marker is not written anymore
46
+
- The written `.bib` file has the same line endings [#390](https://github.com/koppor/jabref/issues/390)
47
+
- The written `.bib` file always has a final line break
48
+
- The written `.bib` file keeps the newline separator of the loaded `.bib` file
49
+
- We present options to manually enter an article or return to the New Entry menu when the fetcher DOI fails to find an entry for an ID [#7870](https://github.com/JabRef/jabref/issues/7870)
50
+
- We trim white space and non-ASCII characters from DOI [#8127](https://github.com/JabRef/jabref/issues/8127)
51
+
- The duplicate checker now inspects other fields in case no difference in the required and optional fields are found.
38
52
39
53
### Fixed
40
54
41
-
- We fixed an issue where an exception ocurred when a linked online file was edited in the entry editor [#8008](https://github.com/JabRef/jabref/issues/8008)
55
+
- We fixed an issue where an exception occurred when a linked online file was edited in the entry editor [#8008](https://github.com/JabRef/jabref/issues/8008)
42
56
- We fixed an issue when checking for a new version when JabRef is used behind a corporate proxy. [#7884](https://github.com/JabRef/jabref/issues/7884)
43
57
- We fixed some icons that were drawn in the wrong color when JabRef used a custom theme. [#7853](https://github.com/JabRef/jabref/issues/7853)
44
58
- We fixed an issue where the `Aux file` on `Edit group` doesn't support relative sub-directories path to import. [#7719](https://github.com/JabRef/jabref/issues/7719).
@@ -47,10 +61,15 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
47
61
- We fixed an issue where the icons in the search bar had the same color, toggled as well as untoggled. [#8014](https://github.com/JabRef/jabref/pull/8014)
48
62
- We fixed an issue where typing an invalid UNC path into the "Main file directory" text field caused an error. [#8107](https://github.com/JabRef/jabref/issues/8107)
49
63
- We fixed an issue where "Open Folder" didn't select the file on macOS in Finder [#8130](https://github.com/JabRef/jabref/issues/8130)
64
+
- We fixed an issue where importing PDFs resulted in an uncaught exception [#8143](https://github.com/JabRef/jabref/issues/8143)
65
+
- We fixed "The library has been modified by another program" showing up when line breaks change [#4877](https://github.com/JabRef/jabref/issues/4877)
66
+
- The default directory of the "LaTeX Citations" tab is now the directory of the currently opened database (and not the directory chosen at the last open file dialog or the last database save) [koppor#538](https://github.com/koppor/jabref/issues/538)
67
+
- We fixed an issue where right-clicking on a tab and selecting close will close the focused tab even if it is not the tab we right-clicked [#8193](https://github.com/JabRef/jabref/pull/8193)
68
+
- We fixed an issue where selecting a citation style in the preferences would sometimes produce an exception [#7860](https://github.com/JabRef/jabref/issues/7860)
50
69
51
70
### Removed
52
71
53
-
72
+
- We removed two orphaned preferences options [#8164](https://github.com/JabRef/jabref/pull/8164)
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,5 +100,4 @@ For IntelliJ IDEA, just import the project via a Gradle Import by pointing at th
100
100
101
101
JabRef development is powered by YourKit Java Profiler [](https://www.yourkit.com/java/profiler/)
0 commit comments