Skip to content

Commit cb699a4

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* 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.
2 parents b03c4dd + 21c6e5e commit cb699a4

24 files changed

+683
-88
lines changed

.github/workflows/deployment.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- master-release
78
paths-ignore:
89
- 'docs/**'
910
- 'src/test/**'
@@ -23,17 +24,17 @@ jobs:
2324
include:
2425
- os: ubuntu-latest
2526
displayName: linux
26-
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_linux-x64_bin.tar.gz
27+
jpackageDownload: https://download.java.net/java/GA/jdk14/076bab302c7b4508975440c56f6cc26a/36/GPL/openjdk-14_linux-x64_bin.tar.gz
2728
jdk14Path: /jdk-14
2829
archivePortable: tar -c -C build/distribution JabRef | pigz --rsyncable > build/distribution/JabRef-portable_linux.tar.gz && rm -R build/distribution/JabRef
2930
- os: windows-latest
3031
displayName: windows
31-
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_windows-x64_bin.zip
32+
jpackageDownload: https://download.java.net/java/GA/jdk14/076bab302c7b4508975440c56f6cc26a/36/GPL/openjdk-14_windows-x64_bin.zip
3233
jdk14Path: /jdk-14
3334
archivePortable: 7z a -r build/distribution/JabRef-portable_windows.zip ./build/distribution/JabRef && rm -R build/distribution/JabRef
3435
- os: macOS-latest
3536
displayName: macOS
36-
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_osx-x64_bin.tar.gz
37+
jpackageDownload: https://download.java.net/java/GA/jdk14/076bab302c7b4508975440c56f6cc26a/36/GPL/openjdk-14_osx-x64_bin.tar.gz
3738
jdk14Path: /jdk-14.jdk/Contents/Home
3839
archivePortable: brew install pigz && tar -c -C build/distribution JabRef.app | pigz --rsyncable > build/distribution/JabRef-portable_macos.tar.gz && rm -R build/distribution/JabRef.app
3940

.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,5 @@ Michal Rican <michal.rican@gmail.com>
186186
Param Mittal <parammittal16@gmail.com>
187187
Victor Michelan <venanciuslm@gmail.com>
188188
P4trice <34972281+P4trice@users.noreply.github.com>
189+
Julien Bénard <50318255+Julien29121998@users.noreply.github.com>
190+
Alexsandro Lauber <alexlauber@outlook.com>

AUTHORS

+13
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Daniel Svärd
7777
David Gleich
7878
David Méndez
7979
David Weitzman
80+
Dawid Motyka
8081
Dawid Owoc
8182
Deepak Kumar
8283
Dennis Tschechlov
@@ -112,6 +113,7 @@ ffffatgoose
112113
Florian Beetz
113114
Florian Straßer
114115
Foivos Christoulakis
116+
fpguy
115117
Francois Charette
116118
Frank Steimle
117119
frasca80
@@ -121,6 +123,7 @@ Galileo Sartor
121123
Geoffrey Taerim Kim
122124
Gert Renckens
123125
Gregor Herrmann
126+
guenesaydin
124127
Guillaume Gardey
125128
Hakan Duran
126129
Hannes Restel
@@ -141,6 +144,7 @@ Jeff Miller
141144
Jeffrey Kuhn
142145
Jeffrey Sander
143146
Jens Döcke
147+
joeyzgraggen
144148
Johannes Hupe
145149
Johannes Manner
146150
John David
@@ -153,6 +157,7 @@ josephshin93
153157
Joshua Ramon Enslin
154158
José Jesús Sinohui Fernández
155159
Julian Pfeifer
160+
Julien Bénard
156161
Jure Slak
157162
József Pallagi
158163
Jörg Lenhard
@@ -182,7 +187,9 @@ Li Zhilin
182187
Ling Wang
183188
Linus Dietz
184189
Lorenzo Genta
190+
Lucas Beretti
185191
Luciana de Melo e Abud
192+
Lugduni Desrosiers
186193
Luis Romero
187194
Mairieli Wessel
188195
Malik Atalla
@@ -203,6 +210,7 @@ Mattia Bunel
203210
Mattias Ulbrich
204211
mcmoody
205212
Meltem Demirköprü
213+
MhhhxX
206214
Michael Beckmann
207215
Michael Falkenthal
208216
Michael Lass
@@ -230,10 +238,12 @@ Nico Schlömer
230238
Nicolas Pavillon
231239
Nikita Borovikov
232240
nikmilpv
241+
NikodemKch
233242
Niv Ierushalmi
234243
Nivedha Sunderraj
235244
Nizar N. Batada
236245
noravanq
246+
obsluk00
237247
Olaf Lenz
238248
Oliver Beckmann
239249
Oliver Kopp
@@ -304,6 +314,7 @@ Sven Jäger
304314
systemoperator
305315
Thiago Toledo
306316
Thomas Arildsen
317+
Thomas F. Duellmann
307318
Thomas Ilsche
308319
Thorsten Dahlheimer
309320
Tim Kilian
@@ -313,6 +324,7 @@ Tobias Boceck
313324
Tobias Bouschen
314325
Tobias Denkinger
315326
Tobias Diez
327+
Tomás Morales de Luna
316328
Tony K
317329
Toralf Senger
318330
uid112001
@@ -321,6 +333,7 @@ Ulrik Stervbo
321333
UltimaBGD
322334
Uwe Kuehn
323335
Valentin Pons
336+
Venceslas Roullier
324337
Victor Figueira
325338
Victor Michelan
326339
Vincent W. Yang

CHANGELOG.md

+25-24
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
1313

1414
### Changed
1515

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)
1718
- 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)
1819
- We cleaned up the group add/edit dialog. [#5826](https://github.com/JabRef/jabref/pull/5826)
1920
- We reintroduced the index column. [#5844](https://github.com/JabRef/jabref/pull/5844)
2021
- Filenames of external files can no longer contain curly braces. [#5926](https://github.com/JabRef/jabref/pull/5926)
2122
- 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)
2324

2425
### Fixed
2526

@@ -53,7 +54,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
5354
- 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)
5455
- 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)
5556

56-
5757
## [5.0-beta] – 2019-12-15
5858

5959
### Changed
@@ -130,12 +130,12 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
130130
- 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."
131131
- We removed the option to control the default drag and drop behaviour. You can use the modifier keys (like CtrL or Alt) instead.
132132

133-
134133
## [5.0-alpha] – 2019-08-25
135134

136135
### 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.
139139
- All fields are now properly sorted alphabetically (in the subgroups of required/optional fields) when the entry is written to the bib file.
140140
- We fixed an issue where some importers used the field `pubstatus` instead of the standard BibTeX field `pubstate`.
141141
- 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 `#
154154
Because of this change, the last-used cleanup operations were reset.
155155
- 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)
156156
- 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)
159159
- 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.
160160
- Change default icon for groups to a circle because a colored version of the old icon was hard to distinguish from its black counterpart.
161161
- 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 mode https://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).
163163
- We use `https` for [fetching from most online bibliographic database](https://docs.jabref.org/import-using-online-bibliographic-database).
164164
- We changed the default keyboard shortcuts for moving between entries when the entry editor is active to ̀<kbd>alt</kbd> + <kbd>up/down</kbd>.
165165
- 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 `#
171171
- 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)
172172
- We add auto URL formatting when user paste link to URL field in entry editor. [koppor#254](https://github.com/koppor/jabref/issues/254)
173173
- 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)
176176
- We updated the Related Articles tab to accept JSON from the new version of the Mr. DLib service
177177
- 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)
178178
- 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 `#
205205
- 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)
206206
- We added the ability to use negation in export filter layouts. [#5138](https://github.com/JabRef/jabref/pull/5138)
207207

208-
209208
### Fixed
210209

211210
- We fixed an issue where JabRef died silently for the user without enough inotify instances [#4874](https://github.com/JabRef/jabref/issues/4847)
212211
- We fixed an issue where corresponding groups are sometimes not highlighted when clicking on entries [#3112](https://github.com/JabRef/jabref/issues/3112)
213212
- 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/3532 https://github.com/JabRef/jabref/issues/3608 https://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/1513 https://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)
222221
- We fixed an issue where commands followed by `-` didn't work. [#3805](https://github.com/JabRef/jabref/issues/3805)
223222
- 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)
224223
- 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)
226225
- We improved the parsing of author names whose infix is abbreviated without a dot. [#4864](https://github.com/JabRef/jabref/issues/4864)
227226
- 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
228227
- 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
229228
- 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)
230229
- 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)
231230
- 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)
232231
- 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)
234233
- 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)
235234
- We fixed an issue where the default icon of a group was not colored correctly.
236235
- 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)
238237
- 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 preview https://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)
240239
- Rewritten logic to detect a second jabref instance. [#4023](https://github.com/JabRef/jabref/issues/4023)
241240
- 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)
242241
- 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
288287
[Unreleased]: https://github.com/JabRef/jabref/compare/v5.0-beta...HEAD
289288
[5.0-beta]: https://github.com/JabRef/jabref/compare/v5.0-alpha...v5.0-beta
290289
[5.0-alpha]: https://github.com/JabRef/jabref/compare/v4.3...v5.0-alpha
290+
291+
<!-- markdownlint-disable-file MD024 MD033 -->

0 commit comments

Comments
 (0)