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 fix-for-issue-8729
* upstream/main: (55 commits)
Update guidelines-for-setting-up-a-local-workspace.md
Add link to good first issues (and fix link)
Refine guidelines (and fix .md file linking)
Extend ArXiv fetcher results by using data from related DOIs (JabRef#9170)
New Crowdin updates (JabRef#9366)
Fix token
New translations JabRef_en.properties (Chinese Simplified) (JabRef#9364)
Fix date field change causes an uncaught exception (JabRef#9365)
Add date format and respective test case (JabRef#9310)
Bump jackson-datatype-jsr310 from 2.13.4 to 2.14.0 (JabRef#9357)
Bump jackson-dataformat-yaml from 2.13.4 to 2.14.0 (JabRef#9356)
Bump tika-core from 2.5.0 to 2.6.0 (JabRef#9358)
Refine guideline "Set up a local workspace" (JabRef#9355)
Adds missing "requires" statement (JabRef#9354)
Bind "Find unlinked files" default directory to the current library (JabRef#9290)
Rename "Remote" to "Tele" (JabRef#9270)
Fixed display of file field adjusting for the dark theme (JabRef#9343)
Update sorting of entries in maintable by special fields immediately (JabRef#9338)
New translations JabRef_en.properties (German) (JabRef#9336)
Fix Abbreviation for Escaped Ampersand (JabRef#9288)
...
# Conflicts:
# CHANGELOG.md
# src/main/java/org/jabref/preferences/AppearancePreferences.java
# src/main/java/org/jabref/preferences/JabRefPreferences.java
# src/test/java/org/jabref/gui/theme/ThemeManagerTest.java
As a general advice for newcomers: check out [Contributing](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) for a start. Also, [guidelines for setting up a local workspace](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace) is worth having a look at.
21
+
22
+
Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's [Gitter](https://gitter.im/JabRef/jabref) chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,12 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
20
20
- An SLR can now be started from the SLR itself. [#9131](https://github.com/JabRef/jabref/pull/9131), [koppor#601](https://github.com/koppor/jabref/issues/601)
21
21
- Implement a new ISBN Fetcher ([doi-to-bibtex-converter.herokuapp.com](http://doi-to-bibtex-converter.herokuapp.com) as source). [#9145](https://github.com/JabRef/jabref/pull/9145)
22
22
- We added support for the Ukrainian and Arabic languages. [#9236](https://github.com/JabRef/jabref/pull/9236), [#9243](https://github.com/JabRef/jabref/pull/9243)
23
+
- The default file directory of a library is used as default directory for [unlinked file lookup](https://docs.jabref.org/collect/findunlinkedfiles#link-the-pdfs-to-your-bib-library). [koppor#546](https://github.com/koppor/jabref/issues/546)
23
24
- JabRef UI theme now changes depending on OS system preferences [#9263](https://github.com/JabRef/jabref/pull/9263)
24
25
25
26
### Changed
26
27
28
+
- We disabled the "change case" menu for empty fields [#9214](https://github.com/JabRef/jabref/issues/9214)
27
29
- We disabled the conversion menu for empty fields [#9200](https://github.com/JabRef/jabref/issues/9200)
28
30
- We upgraded to Lucene 9.4 for the fulltext search.
29
31
Thus, the now created search index cannot be read from older versions of JabRef anylonger.
@@ -45,9 +47,19 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
45
47
- We fixed an issue where a message about changed metadata would occur on saving although nothing changed. [#9159](https://github.com/JabRef/jabref/issues/9159)
46
48
- When adding or editing a subgroup it is placed w.r.t. to alphabetical ordering rather than at the end. [koppor#577](https://github.com/koppor/jabref/issues/577)
47
49
- We modified the Directory of Open Access Books (DOAB) fetcher so that it will now also fetch the ISBN when possible. [#8708](https://github.com/JabRef/jabref/issues/8708)
50
+
- ArXiv fetcher now retrieves additional data from related DOIs (both ArXiv and user-assigned). [#9170](https://github.com/JabRef/jabref/pull/9170)
51
+
- Groups context menu now shows appropriate options depending on number of subgroups. [koppor#579](https://github.com/koppor/jabref/issues/579)
52
+
- We changed the color of found text from red to high-contrast colors (background: yellow; font color: purple). [koppor#552](https://github.com/koppor/jabref/issues/552)
53
+
- We modified the "Delete file" dialog and add the full file path to the dialog text. The file path in the title was changed to file name only. [koppor#534](https://github.com/koppor/jabref/issues/534)
54
+
- Download from URL now automatically fills with URL from clipboard. [koppor#535](https://github.com/koppor/jabref/issues/535)
55
+
- We added HTML and Markdown files to Find Unlinked Files and removed BibTeX.[koppor#547](https://github.com/koppor/jabref/issues/547)
56
+
- We changed the messages after importing unlinked local files to past tense. [koppor#548](https://github.com/koppor/jabref/issues/548)
57
+
- We fixed an issue where the wrong icon for a successful import of a bib entry was shown [#9308](https://github.com/JabRef/jabref/pull/9308)
48
58
49
59
### Fixed
50
60
61
+
- We fixed the readability of the file field in the dark dark theme [#9340](https://github.com/JabRef/jabref/issues/9340)
62
+
- We fixed that sorting of entries in the maintable by special fields is updated immediately [#9334](https://github.com/JabRef/jabref/issues/9334)
51
63
- We fixed the Cleanup entries dialog is partially visible [#9223](https://github.com/JabRef/jabref/issues/9223)
52
64
- We fixed the display of the "Customize Entry Types" dialogue title [#9198](https://github.com/JabRef/jabref/issues/9198)
53
65
- We fixed an issue where author names with tilde accents (for example ñ) were marked as "Names are not in the standard BibTex format" [#8071](https://github.com/JabRef/jabref/issues/8071)
@@ -58,6 +70,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
58
70
- We fixed a performance regression when opening large libraries [#9041](https://github.com/JabRef/jabref/issues/9041)
59
71
- We fixed a bug where spaces are trimmed when highlighting differences in the Entries merge dialog. [koppor#371](https://github.com/koppor/jabref/issues/371)
60
72
- We fixed some visual glitches with the linked files editor field in the entry editor and increased its height. [#8823](https://github.com/JabRef/jabref/issues/8823)
73
+
- We fixed some visual inconsistencies (round corners of highlighted buttons). [#8806](https://github.com/JabRef/jabref/issues/8806)
61
74
- We fixed several bugs regarding the manual and the autosave of library files that sometimes lead to exceptions or data loss. [#9067](https://github.com/JabRef/jabref/pull/9067), [#8448](https://github.com/JabRef/jabref/issues/8484), [#8746](https://github.com/JabRef/jabref/issues/8746), [#6684](https://github.com/JabRef/jabref/issues/6684), [#6644](https://github.com/JabRef/jabref/issues/6644), [#6102](https://github.com/JabRef/jabref/issues/6102), [#6002](https://github.com/JabRef/jabref/issues/6000)
62
75
- We fixed an issue where applied save actions on saving the library file would lead to the dialog "The library has been modified by another program" popping up [#4877](https://github.com/JabRef/jabref/issues/4877)
63
76
- We fixed issues with save actions not correctly loaded when opening the library. [#9122](https://github.com/JabRef/jabref/pull/9122)
@@ -71,6 +84,11 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
71
84
- We fixed an issue where an exception was not logged correctly. [koppor#627](https://github.com/JabRef/koppor/issues/627)
72
85
- We fixed an issue where hitting enter on the search field within the preferences dialog closed the dialog. [koppor#630](https://github.com/koppor/jabref/issues/630)
73
86
- We fixed a typo within a connection error message. [koppor#625](https://github.com/koppor/jabref/issues/625)
87
+
- We fixed an issue where the 'close dialog' key binding was not closing the Preferences dialog. [#8888](https://github.com/jabref/jabref/issues/8888)
88
+
- We fixed an issue where editing entry's "date" field in library mode "biblatex" causes an uncaught exception. [#8747][https://github.com/JabRef/jabref/issues/8747]
89
+
- We fixed an issue where journal abbreviations would not abbreviate journal titles with escaped ampersands (\\&). [#8948](https://github.com/JabRef/jabref/issues/8948)
90
+
- We fixed an issue where font size preferences did not apply correctly to preference dialog window and the menu bar. [#8386](https://github.com/JabRef/jabref/issues/8386) and [#9279](https://github.com/JabRef/jabref/issues/9279)
91
+
- We fixed an issue when using an unsafe character in the citation key, the auto-linking feature fails to link files. [#9267](https://github.com/JabRef/jabref/issues/9267)
0 commit comments