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
Added support for (biblatex) langid to be an optional field in entry editor (JabRef#12071)
* Configured project and started integrating langid into classes
* Successfully integrated a langid dropdown menu with all langid values into gui and program logic
* Fixed style in tests
* Introduced display name to Langid enum and wrote more tests
* Updated CHANGELOG.md to reflect that the langid optional field has been integrated.
* Updated files in accordance to feedback from maintainers, including:
- removed redundant description in CHANGELOG.md
- removed unnecessary gradle properties
- removed unnecessary tests
- fixed formatting/commented out code
* Discard changes to gradle.properties
* Update langid field entry in CHANGELOG.md
Co-authored-by: Oliver Kopp <[email protected]>
* Updated some files in accordance to feedback from maintainers, including:
- refactored and renamed LangidEditorViewModel.java to LanguageEditorViewModel (and tests)
- re-added gradle property
- reverted edits to BibtexEntryTypeDefinitions.java
- removed FieldProperty.LANGUAGEID so both language and langid standard fields have FieldProperty.LANGUAGE
NB: Still yet to fix tests
* re-added gradle parallel property
* cleanup
* use set
* checkstyle
* disable test rule
* apply rules
* revert junit recipe
---------
Co-authored-by: Oliver Kopp <[email protected]>
Co-authored-by: Christoph <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
38
38
- We added a different background color to the search bar to indicate when the search syntax is wrong. [#11658](https://github.com/JabRef/jabref/pull/11658)
39
39
- We added a setting which always adds the literal "Cited on pages" text before each JStyle citation. [#11691](https://github.com/JabRef/jabref/pull/11732)
40
40
- We added a new plain citation parser that uses LLMs. [#11825](https://github.com/JabRef/jabref/issues/11825)
41
+
- We added support for `langid` field for biblatex libraries. [#10868](https://github.com/JabRef/jabref/issues/10868)
41
42
- We added support for modifier keys when dropping a file on an entry in the main table. [#12001](https://github.com/JabRef/jabref/pull/12001)
42
43
- We added an importer for SSRN URLs. [#12021](https://github.com/JabRef/jabref/pull/12021)
43
44
- We added a compare button to the duplicates in the citation relations tab to open the "Possible duplicate entries" window. [#11192](https://github.com/JabRef/jabref/issues/11192)
@@ -82,6 +83,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
82
83
- We disabled the actions "Open Terminal here" and "Reveal in file explorer" for unsaved libraries. [#11920](https://github.com/JabRef/jabref/issues/11920)
83
84
- JabRef now opens the corresponding directory in the library properties when "Browse" is clicked. [#12223](https://github.com/JabRef/jabref/pull/12223)
84
85
86
+
85
87
### Fixed
86
88
87
89
- We fixed an issue where certain actions were not disabled when no libraries were open. [#11923](https://github.com/JabRef/jabref/issues/11923)
0 commit comments