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
* upstream/master:
snap: fix for native-messaging-host permissions (#6062)
Refine list of external libraries
Update JDK14 from 34 to Build 36 (2020/2/6) - Release Candidate
Also release a binary in the "master-release" branch (which is to test releases)
Refine CHANGELOG.md (markdown-lint)
Add authors
Add authors of 5fa1dcf
New Crowdin translations (#6059)
Lint README.md
Squashed 'src/main/resources/csl-styles/' changes from 1ab0241..265a3a9
JournalList: Minor corrections (#6043)
Squashed 'src/main/resources/csl-styles/' changes from 566df87..1ab0241
Add use statement for mariadb.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+25-24
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,14 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
13
13
14
14
### Changed
15
15
16
-
- We reintroduced the possibility to extract references from plain text (using GROBID) [#5614](https://github.com/JabRef/jabref/pull/5614)
16
+
- Added browser integration to the snap package for firefox/chromium browsers. [#6062](https://github.com/JabRef/jabref/pull/6062)
17
+
- We reintroduced the possibility to extract references from plain text (using [GROBID](https://grobid.readthedocs.io/en/latest/)). [#5614](https://github.com/JabRef/jabref/pull/5614)
17
18
- We changed the open office panel to show buttons in rows of three instead of going straight down to save space as the button expanded out to take up unnecessary horizontal space. [#5479](https://github.com/JabRef/jabref/issues/5479)
18
19
- We cleaned up the group add/edit dialog. [#5826](https://github.com/JabRef/jabref/pull/5826)
19
20
- We reintroduced the index column. [#5844](https://github.com/JabRef/jabref/pull/5844)
20
21
- Filenames of external files can no longer contain curly braces. [#5926](https://github.com/JabRef/jabref/pull/5926)
21
22
- We made the filters more easily accessible in the integrity check dialog. [#5955](https://github.com/JabRef/jabref/pull/5955)
22
-
- We reimplemented and improved the dialog "Customize entry types" [#4719](https://github.com/JabRef/jabref/issues/4719)
23
+
- We reimplemented and improved the dialog "Customize entry types".[#4719](https://github.com/JabRef/jabref/issues/4719)
23
24
24
25
### Fixed
25
26
@@ -53,7 +54,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
53
54
- Ampersands are no longer escaped by default in the `bib` file. If you want to keep the current behaviour, you can use the new "Escape Ampersands" formatter as a save action. [#5869](https://github.com/JabRef/jabref/issues/5869)
54
55
- The "Merge Entries" entry was removed from the Quality Menu. Users should use the right-click menu instead. [#6021](https://github.com/JabRef/jabref/pull/6021)
55
56
56
-
57
57
## [5.0-beta] – 2019-12-15
58
58
59
59
### Changed
@@ -130,12 +130,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
130
130
- We removed an internal step in the [ISBN-to-BibTeX fetcher](https://docs.jabref.org/import-using-publication-identifiers/isbntobibtex): The [ISBN to BibTeX Converter](https://manas.tungare.name/software/isbn-to-bibtex) by [@manastungare](https://github.com/manastungare) is not used anymore, because it is offline: "people using this tool have not been generating enough sales for Amazon."
131
131
- We removed the option to control the default drag and drop behaviour. You can use the modifier keys (like CtrL or Alt) instead.
132
132
133
-
134
133
## [5.0-alpha] – 2019-08-25
135
134
136
135
### Changed
137
-
- We added eventitle, eventdate and venue fields to @unpublished entry type.
138
-
- We added @software and @dataSet entry type to biblatex.
136
+
137
+
- We added eventitle, eventdate and venue fields to `@unpublished` entry type.
138
+
- We added `@software` and `@dataSet` entry type to biblatex.
139
139
- All fields are now properly sorted alphabetically (in the subgroups of required/optional fields) when the entry is written to the bib file.
140
140
- We fixed an issue where some importers used the field `pubstatus` instead of the standard BibTeX field `pubstate`.
141
141
- We changed the latex command removal for docbook exporter. [#3838](https://github.com/JabRef/jabref/issues/3838)
@@ -154,12 +154,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
154
154
Because of this change, the last-used cleanup operations were reset.
155
155
- 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](https://github.com/JabRef/jabref/issues/4093)
156
156
- The special fields like `Printed` and `Read status` now show gray icons when the row is hovered.
157
-
- We added a button in the tab header which allows you to close the database with one click. https://github.com/JabRef/jabref/issues/494
158
-
- Sorting in the main table now takes information from cross-referenced entries into account. https://github.com/JabRef/jabref/issues/2808
157
+
- We added a button in the tab header which allows you to close the database with one click. [#494](https://github.com/JabRef/jabref/issues/494)
158
+
- Sorting in the main table now takes information from cross-referenced entries into account. [#2808](https://github.com/JabRef/jabref/issues/2808)
159
159
- 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.
160
160
- Change default icon for groups to a circle because a colored version of the old icon was hard to distinguish from its black counterpart.
161
161
- In the main table, the context menu appears now when you press the "context menu" button on the keyboard. [feature request in the forum](http://discourse.jabref.org/t/how-to-enable-keyboard-context-key-windows)
162
-
- We added icons to the group side panel to quickly switch between `union` and `intersection` group view modehttps://github.com/JabRef/jabref/issues/3269.
162
+
- We added icons to the group side panel to quickly switch between `union` and `intersection` group view mode. [#3269](https://github.com/JabRef/jabref/issues/3269).
163
163
- We use `https` for [fetching from most online bibliographic database](https://docs.jabref.org/import-using-online-bibliographic-database).
164
164
- We changed the default keyboard shortcuts for moving between entries when the entry editor is active to ̀<kbd>alt</kbd> + <kbd>up/down</kbd>.
165
165
- Opening a new file now prompts the directory of the currently selected file, instead of the directory of the last opened file.
@@ -171,8 +171,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
171
171
- We removed the redundant new lines of markings and wrapped the summary in the File annotation tab. [#3823](https://github.com/JabRef/jabref/issues/3823)
172
172
- We add auto URL formatting when user paste link to URL field in entry editor. [koppor#254](https://github.com/koppor/jabref/issues/254)
173
173
- We added a minimum height for the entry editor so that it can no longer be hidden by accident. [#4279](https://github.com/JabRef/jabref/issues/4279)
174
-
- We added a new keyboard shortcut so that the entry editor could be closed by <kbd>Ctrl</kbd> + <kbd>E</kbd>. [#4222](https://github.com/JabRef/jabref/issues/4222)
175
-
- We added an option in the preference dialog box, that allows user to pick the dark or light theme option. [#4130](https://github.com/JabRef/jabref/issues/4130)
174
+
- We added a new keyboard shortcut so that the entry editor could be closed by <kbd>Ctrl</kbd> + <kbd>E</kbd>. [#4222](https://github.com/JabRef/jabref/issues/4222)
175
+
- We added an option in the preference dialog box, that allows user to pick the dark or light theme option. [#4130](https://github.com/JabRef/jabref/issues/4130)
176
176
- We updated the Related Articles tab to accept JSON from the new version of the Mr. DLib service
177
177
- We added an option in the preference dialog box that allows user to choose behavior after dragging and dropping files in Entry Editor. [#4356](https://github.com/JabRef/jabref/issues/4356)
178
178
- We added the ability to have an export preference where previously "File"-->"Export"/"Export selected entries" would not save the user's preference[#4495](https://github.com/JabRef/jabref/issues/4495)
@@ -205,38 +205,37 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
205
205
- We added an option in preferences to allow for integers in field "edition" when running database in bibtex mode. [#4680](https://github.com/JabRef/jabref/issues/4680)
206
206
- We added the ability to use negation in export filter layouts. [#5138](https://github.com/JabRef/jabref/pull/5138)
207
207
208
-
209
208
### Fixed
210
209
211
210
- We fixed an issue where JabRef died silently for the user without enough inotify instances [#4874](https://github.com/JabRef/jabref/issues/4847)
212
211
- We fixed an issue where corresponding groups are sometimes not highlighted when clicking on entries [#3112](https://github.com/JabRef/jabref/issues/3112)
213
212
- We fixed an issue where custom exports could not be selected in the 'Export (selected) entries' dialog [#4013](https://github.com/JabRef/jabref/issues/4013)
214
-
- Italic text is now rendered correctly. https://github.com/JabRef/jabref/issues/3356
215
-
- The entry editor no longer gets corrupted after using the source tab. https://github.com/JabRef/jabref/issues/3532https://github.com/JabRef/jabref/issues/3608https://github.com/JabRef/jabref/issues/3616
216
-
- We fixed multiple issues where entries did not show up after import if a search was active. https://github.com/JabRef/jabref/issues/1513https://github.com/JabRef/jabref/issues/3219
217
-
- We fixed an issue where the group tree was not updated correctly after an entry was changed. https://github.com/JabRef/jabref/issues/3618
218
-
- We fixed an issue where a right-click in the main table selected a wrong entry. https://github.com/JabRef/jabref/issues/3267
219
-
- We fixed an issue where in rare cases entries where overlayed in the main table. https://github.com/JabRef/jabref/issues/3281
220
-
- We fixed an issue where selecting a group messed up the focus of the main table and the entry editor. https://github.com/JabRef/jabref/issues/3367
221
-
- We fixed an issue where composite author names were sorted incorrectly. https://github.com/JabRef/jabref/issues/2828
213
+
- Italic text is now rendered correctly. [#3356](https://github.com/JabRef/jabref/issues/3356)
214
+
- The entry editor no longer gets corrupted after using the source tab. [#3532](https://github.com/JabRef/jabref/issues/3532)[#3608](https://github.com/JabRef/jabref/issues/3608)[#3616](https://github.com/JabRef/jabref/issues/3616)
215
+
- We fixed multiple issues where entries did not show up after import if a search was active. [#1513](https://github.com/JabRef/jabref/issues/1513)[#3219](https://github.com/JabRef/jabref/issues/3219))
216
+
- We fixed an issue where the group tree was not updated correctly after an entry was changed. [#3618](https://github.com/JabRef/jabref/issues/3618)
217
+
- We fixed an issue where a right-click in the main table selected a wrong entry. [#3267](https://github.com/JabRef/jabref/issues/3267)
218
+
- We fixed an issue where in rare cases entries where overlayed in the main table. [#3281](https://github.com/JabRef/jabref/issues/3281)
219
+
- We fixed an issue where selecting a group messed up the focus of the main table and the entry editor. [#3367](https://github.com/JabRef/jabref/issues/3367)
220
+
- We fixed an issue where composite author names were sorted incorrectly. [#2828](https://github.com/JabRef/jabref/issues/2828)
222
221
- We fixed an issue where commands followed by `-` didn't work. [#3805](https://github.com/JabRef/jabref/issues/3805)
223
222
- We fixed an issue where a non-existing aux file in a group made it impossible to open the library. [#4735](https://github.com/JabRef/jabref/issues/4735)
224
223
- We fixed an issue where some journal names were wrongly marked as abbreviated. [#4115](https://github.com/JabRef/jabref/issues/4115)
225
-
- We fixed an issue where the custom file column were sorted incorrectly. https://github.com/JabRef/jabref/issues/3119
224
+
- We fixed an issue where the custom file column were sorted incorrectly. [#3119](https://github.com/JabRef/jabref/issues/3119)
226
225
- We improved the parsing of author names whose infix is abbreviated without a dot. [#4864](https://github.com/JabRef/jabref/issues/4864)
227
226
- We fixed an issues where the entry losses focus when a field is edited and at the same time used for sorting. https://github.com/JabRef/jabref/issues/3373
228
227
- We fixed an issue where the menu on Mac OS was not displayed in the usual Mac-specific way. https://github.com/JabRef/jabref/issues/3146
229
228
- We improved the integrity check for page numbers. [#4113](https://github.com/JabRef/jabref/issues/4113) and [feature request in the forum](http://discourse.jabref.org/t/pages-field-allow-use-of-en-dash/1199)
230
229
- We fixed an issue where the order of fields in customized entry types was not saved correctly. [#4033](http://github.com/JabRef/jabref/issues/4033)
231
230
- We fixed an issue where renaming a group did not change the group name in the interface. [#3189](https://github.com/JabRef/jabref/issues/3189)
232
231
- We fixed an issue where the groups tree of the last database was still shown even after the database was already closed.
233
-
- We fixed an issue where the "Open file dialog" may disappear behind other windows. https://github.com/JabRef/jabref/issues/3410
232
+
- We fixed an issue where the "Open file dialog" may disappear behind other windows. [#3410](https://github.com/JabRef/jabref/issues/3410)
234
233
- We fixed an issue where the number of entries matched was not updated correctly upon adding or removing an entry. [#3537](https://github.com/JabRef/jabref/issues/3537)
235
234
- We fixed an issue where the default icon of a group was not colored correctly.
236
235
- We fixed an issue where the first field in entry editor was not focused when adding a new entry. [#4024](https://github.com/JabRef/jabref/issues/4024)
237
-
- We reworked the "Edit file" dialog to make it resizeable and improved the workflow for adding and editing files https://github.com/JabRef/jabref/issues/2970
236
+
- We reworked the "Edit file" dialog to make it resizeable and improved the workflow for adding and editing files [#2970](https://github.com/JabRef/jabref/issues/2970)
238
237
- We fixed an issue where custom name formatters were no longer found correctly. [#3531](https://github.com/JabRef/jabref/issues/3531)
239
-
- We fixed an issue where the month was not shown in the previewhttps://github.com/JabRef/jabref/issues/3239.
238
+
- We fixed an issue where the month was not shown in the preview. [#3239](https://github.com/JabRef/jabref/issues/3239)
240
239
- Rewritten logic to detect a second jabref instance. [#4023](https://github.com/JabRef/jabref/issues/4023)
241
240
- We fixed an issue where the "Convert to BibTeX-Cleanup" moved the content of the `file` field to the `pdf` field [#4120](https://github.com/JabRef/jabref/issues/4120)
242
241
- We fixed an issue where the preview pane in entry preview in preferences wasn't showing the citation style selected [#3849](https://github.com/JabRef/jabref/issues/3849)
@@ -288,3 +287,5 @@ The changelog of JabRef 2.11 and all previous versions is available as [text fil
0 commit comments