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
* Initial framework for jablib-examples
* Rename "serializeAll" to "writeAll"
* Add some `@NonNull` annotations
* Even more consistent
* More renamings
* Add convenience constructor
* Add some nullable annotations
* Add cross-links
* Fix typo
* Fix class name
* Have BibliographyFromPdfImporter implementing PlainCitationParser
* Add "IEEE" as another rule option
* Fix method name (and visibility)
* Compilefix
* Fix casing in BibTeX
* Enable LLM to be used to parse references
* Refine code
- BibliographyFromPdfImporter is also an PdfImporter
- importDatabase returns ParserResult (for consistency)
* Move pdf related importers to pdf sub package
* Initial PdfImporterWithPlainCitationParser
* WIP: ieee_pdf_references_to_bibtex
* Add link to CHANGELOG.md
* Refine PlainCitationParser interface
* Move methods to PdfUtils
* Make LlmPlainCitationParser a real importer
(and fix BibligraphyFromPdfImporter method use)
* Add missing class
* Wire all availble importers
* Rename BibliographyFromPdfImporter to RuleBasedBibliographyPdfImporter
* Introdue intermediate class BibliographyFromPdfImporter
* Fix PdfGrobitImporter (to really extract the references)
* Add comment
* Fix JavaFX graphics dependency in ProgressCounter
* Remove routing method
* Remove obsolete test file
* Add development hint to README.md
* First version of to BibTeX conversion
* Adapt test to new behavior
* Apply format
* Fix NullAway warning
* Fix Moderinzer
* Refine checkstyle supressions
* Fix typo
* Use release version of action-checkstyle
* Move complete file ignores to checkstyle.xml
* Also run if jbang scripts themselves have changed
* Add link
* Update checkstyle version in checkstyle-idea.xml
* Remove obsolete comment
* Apply suggestions from code review
Co-authored-by: Ruslan <[email protected]>
* Fix checkstyle
* Increase IntelliJ version
* Switch to other formatter
* Fix checkstyle
* Fix reference
* Apply renaming also in script
* Fix jbang build command (double .java)
* Workaround for formatter issue
* Switch back to other formatter (better output)
* Remove one more ".java"
* Try to list all files
* Rename "simple" to "general"
* Debug: output modified files
* Add missing }
* Try other way for debugging
* Ohter debug
* Fix debug
* Fix copy and paste error
* Output script
* Remove obsolete ".java"
* Remove debug
* Remove "build"
* Fix source adaption
* Refine tests
* Better grouping
---------
Co-authored-by: Christoph <[email protected]>
Co-authored-by: Ruslan <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 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](https://semv
11
11
12
12
### Added
13
13
14
+
- We added "IEEE" as another option for parsing plain text citations. [#14233](github.com/JabRef/jabref/pull/14233)
14
15
- We added automatic date-based groups that create year/month/day subgroups from an entry’s date fields. [#10822](https://github.com/JabRef/jabref/issues/10822)
<!-- We ignore this file because it's a modification of the original java code https://github.com/openjdk/jfx/blob/jfx15/modules/javafx.controls/src/main/java/javafx/scene/control/skin/TitledPaneSkin.java -->
<!-- We ignore this file because it's a modification of the original java code https://github.com/openjdk/jfx/blob/jfx15/modules/javafx.controls/src/main/java/javafx/scene/control/skin/TitledPaneSkin.java -->
<!-- We ignore this file because it's a modification of the original java code https://github.com/openjdk/jfx/blob/jfx15/modules/javafx.controls/src/main/java/javafx/scene/control/skin/TitledPaneSkin.java -->
0 commit comments