Skip to content

Latest commit

 

History

History
243 lines (223 loc) · 29.3 KB

CHANGELOG.md

File metadata and controls

243 lines (223 loc) · 29.3 KB

Changelog

All notable changes to this project will be documented in this file. This project does not adhere to Semantic Versioning. This file tries to follow the conventions proposed by keepachangelog.com. Here, the categories "Changed" for added and changed functionality, "Fixed" for fixed functionality, and "Removed" for removed functionality are used.

We refer to GitHub issues by using #NUM.

5.0-beta – 2019-12-15

Changed

  • We added a short DOI field formatter which shortens DOI to more human-readable form. koppor#343
  • We improved the display of group memberships by adding multiple colored bars if the entry belongs to more than one group. #4574
  • We added an option to show the preview as an extra tab in the entry editor (instead of in a split view). #5244
  • A custom Open/LibreOffice jstyle file now requires a layout line for the entry type default #5452
  • The entry editor is now open by default when JabRef starts up. #5460
  • Customized entry types are now serialized in alphabetical order in the bib file.
  • We added a new ADS fetcher to use the new ADS API. #4949
  • We added support of the X11 primary selection #2389
  • We added support to switch between biblatex and bibtex library types. #5550
  • We changed the save action buttons to be easier to understand. #5565
  • We made the columns for groups, files and uri in the main table reorderable and merged the clickable icon columns for uri, url, doi and eprint. #5544
  • We reduced the number of write actions performed when autosave is enabled #5679

Fixed

  • Inherit fields from cross-referenced entries as specified by biblatex. #5045
  • We fixed an issue where it was no longer possible to connect to LibreOffice. #5261
  • The "All entries group" is no longer shown when no library is open.
  • We fixed an exception which occurred when closing JabRef. #5348
  • We fixed an issue where JabRef reports incorrectly about customized entry types. #5332
  • We fixed a few problems that prevented JabFox to communicate with JabRef. #4737 #4303
  • We fixed an error where the groups containing an entry loose their highlight color when scrolling. #5022
  • We fixed an error where scrollbars were not shown. #5374
  • We fixed an error where an exception was thrown when merging entries. #5169
  • We fixed an error where certain metadata items were not serialized alphabetically.
  • After assigning an entry to a group, the item count is now properly colored to reflect the new membership of the entry. #3112
  • The group panel is now properly updated when switching between libraries (or when closing/opening one). #3142
  • We fixed an error where the number of matched entries shown in the group pane was not updated correctly. #4441
  • We fixed an error where the wrong file is renamed and linked when using the "Copy, rename and link" action. #5653
  • We fixed a "null" error when writing XMP metadata. #5449
  • We fixed an issue where empty keywords lead to a strange display of automatic keyword groups. #5333
  • We fixed an error where the default color of a new group was white instead of dark gray. #4868
  • We fixed an issue where the first field in the entry editor got the focus while performing a different action (like searching). #5084
  • We fixed an issue where multiple entries were highlighted in the web search result after scrolling. #5035
  • We fixed an issue where the hover indication in the web search pane was not working. #5277
  • We fixed an error mentioning "javafx.controls/com.sun.javafx.scene.control" that was thrown when interacting with the toolbar.
  • We fixed an error where a cleared search was restored after switching libraries. #4846
  • We fixed an exception which occurred when trying to open a non-existing file from the "Recent files"-menu #5334
  • We fixed an issues where the search highlight in the entry preview did not worked. #5069
  • The context menu for fields in the entry editor is back. #5254
  • We fixed an exception which occurred when trying to open a non-existing file from the "Recent files"-menu #5334
  • We fixed a problem where the "editor" information has been duplicated during saving a .bib-Database. #5359
  • We re-introduced the feature to switch between different preview styles. #5221
  • We fixed various issues (including #5263) related to copying entries to the clipboard
  • We fixed some display errors in the preferences dialog and replaced some of the controls #5033 #5047 #5062 #5141 #5185 #5265 #5315 #5360
  • We fixed an exception which occurred when trying to import entries without an open library. #5447
  • The "Automatically set file links" feature now follows symbolic links. #5664
  • After successful import of one or multiple bib entries the main table scrolls to the first imported entry #5383
  • We fixed an exception which occurred when an invalid jstyle was loaded. #5452
  • We fixed an issue where the command line arguments importBibtex and importToOpen did not import into the currently open library, but opened a new one. #5537
  • We fixed an error where the preview theme did not adapt to the "Dark" mode #5463
  • We fixed an issue where multiple entries were allowed in the "crossref" field #5284
  • We fixed an issue where the merge dialog showed the wrong text colour in "Dark" mode #5516
  • We fixed visibility issues with the scrollbar and group selection highlight in "Dark" mode, and enabled "Dark" mode for the OpenOffice preview in the style selection window. #5522
  • We fixed an issue where the author field was not correctly parsed during bibtex key-generation. #5551
  • We fixed an issue where notifications where shown during autosave. #5555
  • We fixed an issue where the side pane was not remembering its position. #5615
  • We fixed an issue where JabRef could not interact with Oracle XE in the shared SQL database setup.
  • We fixed an issue where the toolbar icons were hidden on smaller screens.
  • We fixed an issue where renaming referenced files for bib entries with long titles was not possible. #5603
  • We fixed an issue where a window which is on an external screen gets unreachable when external screen is removed. #5037
  • We fixed a bug where the selection of groups was lost after drag and drop. #2868
  • We fixed an issue where the custom entry types didn't show the correct display name #5651

Removed

  • We removed some obsolete notifications. #5555
  • We removed an internal step in the ISBN-to-BibTeX fetcher: The ISBN to BibTeX Converter by @manastungare is not used anymore, because it is offline: "people using this tool have not been generating enough sales for Amazon."
  • We removed the option to control the default drag and drop behaviour. You can use the modifier keys (like CtrL or Alt) instead.

5.0-alpha – 2019-08-25

Changed

  • We added eventitle, eventdate and venue fields to @unpublished entry type.
  • We added @software and @dataSet entry type to biblatex.
  • All fields are now properly sorted alphabetically (in the subgroups of required/optional fields) when the entry is written to the bib file.
  • We fixed an issue where some importers used the field pubstatus instead of the standard BibTeX field pubstate.
  • We changed the latex command removal for docbook exporter. #3838
  • We changed the location of some fields in the entry editor (you might need to reset your preferences for these changes to come into effect)
    • Journal/Year/Month in biblatex mode -> Deprecated (if filled)
    • DOI/URL: General -> Optional
    • Internal fields like ranking, read status and priority: Other -> General
    • Moreover, empty deprecated fields are no longer shown
  • Added server timezone parameter when connecting to a shared database.
  • We updated the dialog for setting up general fields.
  • URL field formatting is updated. All whitespace chars, located at the beginning/ending of the URL, are trimmed automatically
  • We changed the behavior of the field formatting dialog such that the bibtexkey is not changed when formatting all fields or all text fields.
  • We added a "Move file to file directory and rename file" option for simultaneously moving and renaming of document file. #4166
  • Use integrated graphics card instead of discrete on macOS #4070
  • We added a cleanup operation that detects an arXiv identifier in the note, journal or URL field and moves it to the eprint field. Because of this change, the last-used cleanup operations were reset.
  • We changed the minimum required version of Java to 1.8.0_171, as this is the latest release for which the automatic Java update works. #4093
  • The special fields like Printed and Read status now show gray icons when the row is hovered.
  • We added a button in the tab header which allows you to close the database with one click. #494
  • Sorting in the main table now takes information from cross-referenced entries into account. #2808
  • If a group has a color specified, then entries matched by this group have a small colored bar in front of them in the main table.
  • Change default icon for groups to a circle because a colored version of the old icon was hard to distinguish from its black counterpart.
  • In the main table, the context menu appears now when you press the "context menu" button on the keyboard. feature request in the forum
  • We added icons to the group side panel to quickly switch between union and intersection group view mode #3269.
  • We use https for fetching from most online bibliographic database.
  • We changed the default keyboard shortcuts for moving between entries when the entry editor is active to ̀alt + up/down.
  • Opening a new file now prompts the directory of the currently selected file, instead of the directory of the last opened file.
  • Window state is saved on close and restored on start.
  • We made the MathSciNet fetcher more reliable.
  • We added the ISBN fetcher to the list of fetcher available under "Update with bibliographic information from the web" in the entry editor toolbar.
  • Files without a defined external file type are now directly opened with the default application of the operating system
  • We streamlined the process to rename and move files by removing the confirmation dialogs.
  • We removed the redundant new lines of markings and wrapped the summary in the File annotation tab. #3823
  • We add auto URL formatting when user paste link to URL field in entry editor. koppor#254
  • We added a minimum height for the entry editor so that it can no longer be hidden by accident. #4279
  • We added a new keyboard shortcut so that the entry editor could be closed by Ctrl + E. [#4222] (#4222)
  • We added an option in the preference dialog box, that allows user to pick the dark or light theme option. [#4130] (#4130)
  • We updated the Related Articles tab to accept JSON from the new version of the Mr. DLib service
  • We added an option in the preference dialog box that allows user to choose behavior after dragging and dropping files in Entry Editor. #4356
  • We added the ability to have an export preference where previously "File"-->"Export"/"Export selected entries" would not save the user's preference#4495
  • We optimized the code responsible for connecting to an external database, which should lead to huge improvements in performance.
  • For automatically created groups, added ability to filter groups by entry type. #4539
  • We added the ability to add field names from the Preferences Dialog #4546
  • We added the ability to change the column widths directly in the main . #4546
  • We added a description of how recommendations were chosen and better error handling to Related Articles tab
  • We added the ability to execute default action in dialog by using with Ctrl + Enter combination #4496
  • We grouped and reordered the Main Menu (File, Edit, Library, Quality, Tools, and View tabs & icons). #4666 #4667 #4668 #4669 #4670 #4671 #4672 #4673
  • We added additional modifiers (capitalize, titlecase and sentencecase) to the Bibtex key generator. #1506
  • We have migrated from the mysql jdbc connector to the mariadb one for better authentication scheme support. #4746
  • We grouped the toolbar icons and changed the Open Library and Copy icons. #4584
  • We added a browse button next to the path text field for aux-based groups. #4586
  • We changed the title of Group Dialog to "Add subgroup" from "Edit group" when we select Add subgroup option.
  • We enable import button only if entries are selected. #4755
  • We made modifications to improve the contrast of UI elements. #4583
  • We added a warning for empty BibTeX keys in the entry editor. #4440
  • We added an option in the settings to set the default action in JabRef when right clicking on any entry in any database and selecting "Open folder". #4763
  • The Medline fetcher now normalizes the author names according to the BibTeX-Standard #4345
  • We added an option on the Linked File Viewer to rename the attached file of an entry directly on the JabRef. #4844
  • We added an option in the preference dialog box that allows user to enable helpful tooltips.#3599
  • We reworked the functionality for extracting BibTeX entries from plain text, because our used service freecite shut down. #5206
  • We moved the dropdown menu for selecting the push-application from the toolbar into the external application preferences. #674
  • We removed the alphabetical ordering of the custom tabs and updated the error message when trying to create a general field with a name containing an illegal character. #5019
  • We added a context menu to the bib(la)tex-source-editor to copy'n'paste. #5007
  • We added a tool that allows searching for citations in LaTeX files. It scans directories and shows which entries are used, how many times and where.
  • We added a 'LaTeX citations' tab to the entry editor, to search for citations to the active entry in the LaTeX file directory. It can be disabled in the preferences dialog.
  • We added an option in preferences to allow for integers in field "edition" when running database in bibtex mode. #4680
  • We added the ability to use negation in export filter layouts. #5138

Fixed

  • We fixed an issue where JabRef died silently for the user without enough inotify instances #4874
  • We fixed an issue where corresponding groups are sometimes not highlighted when clicking on entries #3112
  • We fixed an issue where custom exports could not be selected in the 'Export (selected) entries' dialog #4013
  • Italic text is now rendered correctly. #3356
  • The entry editor no longer gets corrupted after using the source tab. #3532 #3608 #3616
  • We fixed multiple issues where entries did not show up after import if a search was active. #1513 #3219
  • We fixed an issue where the group tree was not updated correctly after an entry was changed. #3618
  • We fixed an issue where a right-click in the main table selected a wrong entry. #3267
  • We fixed an issue where in rare cases entries where overlayed in the main table. #3281
  • We fixed an issue where selecting a group messed up the focus of the main table and the entry editor. #3367
  • We fixed an issue where composite author names were sorted incorrectly. #2828
  • We fixed an issue where commands followed by - didn't work. #3805
  • We fixed an issue where a non-existing aux file in a group made it impossible to open the library. #4735
  • We fixed an issue where some journal names were wrongly marked as abbreviated. #4115
  • We fixed an issue where the custom file column were sorted incorrectly. #3119
  • We improved the parsing of author names whose infix is abbreviated without a dot. #4864
  • We fixed an issues where the entry losses focus when a field is edited and at the same time used for sorting. #3373
  • We fixed an issue where the menu on Mac OS was not displayed in the usual Mac-specific way. #3146
  • We improved the integrity check for page numbers. #4113 and feature request in the forum
  • We fixed an issue where the order of fields in customized entry types was not saved correctly. #4033
  • We fixed an issue where renaming a group did not change the group name in the interface. #3189
  • We fixed an issue where the groups tree of the last database was still shown even after the database was already closed.
  • We fixed an issue where the "Open file dialog" may disappear behind other windows. #3410
  • We fixed an issue where the number of entries matched was not updated correctly upon adding or removing an entry. #3537
  • We fixed an issue where the default icon of a group was not colored correctly.
  • We fixed an issue where the first field in entry editor was not focused when adding a new entry. #4024
  • We reworked the "Edit file" dialog to make it resizeable and improved the workflow for adding and editing files #2970
  • We fixed an issue where custom name formatters were no longer found correctly. #3531
  • We fixed an issue where the month was not shown in the preview #3239.
  • Rewritten logic to detect a second jabref instance. #4023
  • We fixed an issue where the "Convert to BibTeX-Cleanup" moved the content of the file field to the pdf field #4120
  • We fixed an issue where the preview pane in entry preview in preferences wasn't showing the citation style selected #3849
  • We fixed an issue where the default entry preview style still contained the field review. The field review in the style is now replaced with comment to be consistent with the entry editor #4098
  • We fixed an issue where users were vulnerable to XXE attacks during parsing #4229
  • We fixed an issue where files added via the "Attach file" contextmenu of an entry were not made relative. #4201 and #4241
  • We fixed an issue where author list parser can't generate bibtex for Chinese author. #4169
  • We fixed an issue where the list of XMP Exclusion fields in the preferences was not be saved #4072
  • We fixed an issue where the ArXiv Fetcher did not support HTTP URLs koppor#328
  • We fixed an issue where only one PDF file could be imported #4422
  • We fixed an issue where "Move to group" would always move the first entry in the library and not the selected #4414
  • We fixed an issue where an older dialog appears when downloading full texts from the quality menu. #4489
  • We fixed an issue where right clicking on any entry in any database and selecting "Open folder" results in the NullPointer exception. #4763
  • We fixed an issue where option 'open terminal here' with custom command was passing the wrong argument. #4802
  • We fixed an issue where ranking an entry would generate an IllegalArgumentException. #4754
  • We fixed an issue where special characters where removed from non-label key generation pattern parts #4767
  • We fixed an issue where the RIS import would overwite the article date with the value of the acessed date #4816
  • We fixed an issue where an NullPointer exception was thrown when a referenced entry in an Open/Libre Office document was no longer present in the library. Now an error message with the reference marker of the missing entry is shown. #4932
  • We fixed an issue where a database exception related to a missing timezone was too big. #4827
  • We fixed an issue where the IEEE fetcher returned an error if no keywords were present in the result from the IEEE website #4997
  • We fixed an issue where the command line help text had several errors, and arguments and descriptions have been rewritten to simplify and detail them better. #4932
  • We fixed an issue where the same menu for changing entry type had two different sizes and weights. #4977
  • We fixed an issue where the "Attach file" dialog, in the right-click menu for an entry, started on the working directory instead of the user's main directory. #4995
  • We fixed an issue where the JabRef Icon in the macOS launchpad was not displayed correctly #5003
  • We fixed an issue where the "Search for unlinked local files" would throw an exception when parsing the content of a PDF-file with missing "series" information #5128

Removed

  • The feature to "mark entries" was removed and merged with the groups functionality. For migration, a group is created for every value of the __markedentry field and the entry is added to this group.
  • The number column was removed.
  • We removed the global search feature.
  • We removed the coloring of cells in the main table according to whether the field is optional/required.
  • We removed the feature to find and resolve duplicate BibTeX keys (as this use case is already covered by the integrity check).
  • We removed a few commands from the right-click menu that are not needed often and thus don't need to be placed that prominently:
    • Print entry preview: available through entry preview
    • All commands related to marking: marking is not yet reimplemented
    • Set/clear/append/rename fields: available through Edit menu
    • Manage keywords: available through the Edit menu
    • Copy linked files to folder: available through File menu
    • Add/move/remove from group: removed completely (functionality still available through group interface)
  • We removed the option to change the column widths in the preferences dialog. #4546

Older versions

The changelog of JabRef 4.x is available at the v4.x branch. The changelog of JabRef 3.x is available at the v3.8.2 tag. The changelog of JabRef 2.11 and all previous versions is available as text file in the v2.11.1 tag.