diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1b6c1b7b4c3..c7a90179ec9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -142,6 +142,17 @@ jobs: run: | get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "${{ steps.gitversion.outputs.AssemblySemVer }}","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}"} get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "portable","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}-portable"} + - name: Repack deb file for Debian (compression) + if: (matrix.os == 'ubuntu-latest') + shell: bash + run: | + cd build/distribution + ar x jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}_amd64.deb + zstd -d < control.tar.zst | xz > control.tar.xz + zstd -d < data.tar.zst | xz > data.tar.xz + ar -m -c -a sdsd jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}_amd64_repackaged.deb debian-binary control.tar.xz data.tar.xz + rm debian-binary control.tar.* data.tar.* + mv -f jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}_amd64_repackaged.deb jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}_amd64.deb - name: Upload to GitHub workflow artifacts store if: (matrix.os != 'macos-latest') || (steps.checksecrets.outputs.secretspresent == 'YES') uses: actions/upload-artifact@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7959c5f3d33..14b67186444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,15 +11,18 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve ### Added + - We added a dropdown menu to let users change the library they want to import into during import.[#6177](https://github.com/JabRef/jabref/issues/6177) - We added the possibility to add/remove a preview style from the selected list using a double click [#9490](https://github.com/JabRef/jabref/issues/9490) - We added the option to define fields as "multine" directly in the custom entry types dialog [#6448](https://github.com/JabRef/jabref/issues/6448) +- We added a dropdown menu to let users change the library they want to import into during import. [#6177](https://github.com/JabRef/jabref/issues/6177) +- We added the possibility to add/remove a preview style from the selected list using a double click. [#9490](https://github.com/JabRef/jabref/issues/9490) ### Changed -- We changed database structure: in MySQL/MariaDB we renamed tables by adding a `JABREF_` prefix, and in PGSQL we moved tables in `jabref` schema. We added `VersionDBStructure` variable in `METADATA` table to indicate current version of structure, this variable is needed for automatic migration [#9312](https://github.com/JabRef/jabref/issues/9312) +- We changed database structure: in MySQL/MariaDB we renamed tables by adding a `JABREF_` prefix, and in PGSQL we moved tables in `jabref` schema. We added `VersionDBStructure` variable in `METADATA` table to indicate current version of structure, this variable is needed for automatic migration. [#9312](https://github.com/JabRef/jabref/issues/9312) - We moved some preferences options to a new tab in the preferences dialog. [#9442](https://github.com/JabRef/jabref/pull/9308) @@ -29,8 +32,9 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve ### Fixed - The tab "deprecated fields" is shown in biblatex-mode only. [#7757](https://github.com/JabRef/jabref/issues/7757) -- We fixed an issue where the last opened libraries were not remembered when a new unsaved libray was open as well [#9190](https://github.com/JabRef/jabref/issues/9190) -- We fixed an issue where no context menu for the group "All entries" was present [forum#3682](https://discourse.jabref.org/t/how-sort-groups-a-z-not-subgroups/3682) +- We fixed an issue where the last opened libraries were not remembered when a new unsaved libray was open as well. [#9190](https://github.com/JabRef/jabref/issues/9190) +- We fixed an issue where no context menu for the group "All entries" was present. [forum#3682](https://discourse.jabref.org/t/how-sort-groups-a-z-not-subgroups/3682) +- We fixed an issue where entering a date in the format "YYYY/MM" in the entry editor date field caused an exception. [#9492](https://github.com/JabRef/jabref/issues/9492) ### Removed diff --git a/buildres/csl/csl-styles/american-journal-of-respiratory-and-critical-care-medicine.csl b/buildres/csl/csl-styles/american-journal-of-respiratory-and-critical-care-medicine.csl index 3e8265735b5..c002e0c25e5 100644 --- a/buildres/csl/csl-styles/american-journal-of-respiratory-and-critical-care-medicine.csl +++ b/buildres/csl/csl-styles/american-journal-of-respiratory-and-critical-care-medicine.csl @@ -2,6 +2,7 @@ diff --git a/buildres/csl/csl-styles/bluebook-law-review.csl b/buildres/csl/csl-styles/bluebook-law-review.csl index 7525b6b182e..0aa30af6bd5 100644 --- a/buildres/csl/csl-styles/bluebook-law-review.csl +++ b/buildres/csl/csl-styles/bluebook-law-review.csl @@ -187,11 +187,16 @@ - + + + + + + diff --git a/buildres/csl/csl-styles/boletin-de-pediatria.csl b/buildres/csl/csl-styles/boletin-de-pediatria.csl index 285d205f298..c54b4e7abe4 100644 --- a/buildres/csl/csl-styles/boletin-de-pediatria.csl +++ b/buildres/csl/csl-styles/boletin-de-pediatria.csl @@ -14,7 +14,7 @@ 0214-2597 Vancouver parentheses style strip periods for use in Boletín de Pediatría - 2017-08-05T15:23:08+00:00 + 2022-11-20T15:23:08+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -257,7 +257,6 @@ - diff --git a/buildres/csl/csl-styles/cambridge-university-press-author-date-cambridge-a.csl b/buildres/csl/csl-styles/cambridge-university-press-author-date-cambridge-a.csl index a0db9d9521a..025f6b793ad 100644 --- a/buildres/csl/csl-styles/cambridge-university-press-author-date-cambridge-a.csl +++ b/buildres/csl/csl-styles/cambridge-university-press-author-date-cambridge-a.csl @@ -17,7 +17,7 @@ CambridgeA style required by Journal of Tropical Ecology as of December 2022. Modified from 'cambridge-university-press-author-date' (which seems now to be CambridgeB) by Eric Marcon - 2022-12-13T12:00:00+00:00 + 2022-12-21T12:00:00+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -228,8 +228,7 @@ - diff --git a/buildres/csl/csl-styles/cambridge-university-press-author-date.csl b/buildres/csl/csl-styles/cambridge-university-press-author-date.csl index ae1df9beb63..1062acee2bf 100644 --- a/buildres/csl/csl-styles/cambridge-university-press-author-date.csl +++ b/buildres/csl/csl-styles/cambridge-university-press-author-date.csl @@ -220,7 +220,7 @@ - diff --git a/buildres/csl/csl-styles/council-of-science-editors-author-date.csl b/buildres/csl/csl-styles/council-of-science-editors-author-date.csl index 212ab9f1b0c..89e65bfd706 100644 --- a/buildres/csl/csl-styles/council-of-science-editors-author-date.csl +++ b/buildres/csl/csl-styles/council-of-science-editors-author-date.csl @@ -57,7 +57,7 @@ - + diff --git a/buildres/csl/csl-styles/early-music-history.csl b/buildres/csl/csl-styles/early-music-history.csl index 8244443043f..0cd8ae2d967 100644 --- a/buildres/csl/csl-styles/early-music-history.csl +++ b/buildres/csl/csl-styles/early-music-history.csl @@ -14,7 +14,7 @@ 0261-1279 1474-0559 - 2021-10-25T13:43:56+00:00 + 2022-12-01T08:32:54+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -71,7 +71,7 @@ - + @@ -130,8 +130,8 @@ - - @@ -164,26 +164,30 @@ - - + + + + - + - - - + + + + + - + @@ -195,7 +199,7 @@ - + @@ -205,7 +209,7 @@ - + diff --git a/buildres/csl/csl-styles/european-review-of-international-studies.csl b/buildres/csl/csl-styles/european-review-of-international-studies.csl new file mode 100644 index 00000000000..adf51e54f6a --- /dev/null +++ b/buildres/csl/csl-styles/european-review-of-international-studies.csl @@ -0,0 +1,873 @@ + + diff --git a/buildres/csl/csl-styles/exploration-of-targeted-anti-tumor-therapy.csl b/buildres/csl/csl-styles/exploration-of-targeted-anti-tumor-therapy.csl new file mode 100644 index 00000000000..6d2504ed4e0 --- /dev/null +++ b/buildres/csl/csl-styles/exploration-of-targeted-anti-tumor-therapy.csl @@ -0,0 +1,328 @@ + + diff --git a/buildres/csl/csl-styles/genetics-and-molecular-biology.csl b/buildres/csl/csl-styles/genetics-and-molecular-biology.csl index f00bcacc0ef..e6572638554 100644 --- a/buildres/csl/csl-styles/genetics-and-molecular-biology.csl +++ b/buildres/csl/csl-styles/genetics-and-molecular-biology.csl @@ -125,7 +125,6 @@ - diff --git a/buildres/csl/csl-styles/historical-materialism.csl b/buildres/csl/csl-styles/historical-materialism.csl index 0d31db251cb..af403eab34a 100644 --- a/buildres/csl/csl-styles/historical-materialism.csl +++ b/buildres/csl/csl-styles/historical-materialism.csl @@ -13,7 +13,7 @@ 1465-4466 1569-206X - 2020-08-10T08:06:15+00:00 + 2022-11-10T15:25:15+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -193,8 +193,16 @@ - - + + + + + + + + + + @@ -227,9 +235,6 @@ - - - @@ -245,7 +250,7 @@ - + @@ -269,8 +274,11 @@ - - + + + + + diff --git a/buildres/csl/csl-styles/intellect-newgen-books.csl b/buildres/csl/csl-styles/intellect-newgen-books.csl new file mode 100644 index 00000000000..fe669c6aedd --- /dev/null +++ b/buildres/csl/csl-styles/intellect-newgen-books.csl @@ -0,0 +1,374 @@ + + diff --git a/buildres/csl/csl-styles/journal-of-law-medicine-ethics.csl b/buildres/csl/csl-styles/journal-of-law-medicine-ethics.csl new file mode 100644 index 00000000000..6eceea979c5 --- /dev/null +++ b/buildres/csl/csl-styles/journal-of-law-medicine-ethics.csl @@ -0,0 +1,231 @@ + + diff --git a/buildres/csl/csl-styles/molecular-oncology.csl b/buildres/csl/csl-styles/molecular-oncology.csl index 600f255fa00..9efebab7363 100644 --- a/buildres/csl/csl-styles/molecular-oncology.csl +++ b/buildres/csl/csl-styles/molecular-oncology.csl @@ -4,8 +4,8 @@ Molecular Oncology http://www.zotero.org/styles/molecular-oncology - - + + Patrick O'Brien @@ -13,373 +13,75 @@ 1574-7891 1878-0261 - 2018-01-07T12:45:18+00:00 + 2022-12-28T20:25:53+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - - ed. & trans. - eds. & trans. - - trans. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - + - + - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + - - - - - - + + - - - + - + - - - - - - - - - - + + - - - - - - + @@ -392,215 +94,64 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - diff --git a/buildres/csl/csl-styles/nys-nydanske-sprogstudier.csl b/buildres/csl/csl-styles/nys-nydanske-sprogstudier.csl new file mode 100644 index 00000000000..7676cd59739 --- /dev/null +++ b/buildres/csl/csl-styles/nys-nydanske-sprogstudier.csl @@ -0,0 +1,431 @@ + + diff --git a/buildres/csl/csl-styles/polygraphia.csl b/buildres/csl/csl-styles/polygraphia.csl new file mode 100644 index 00000000000..2964a76cba7 --- /dev/null +++ b/buildres/csl/csl-styles/polygraphia.csl @@ -0,0 +1,240 @@ + + diff --git a/buildres/csl/csl-styles/pravnik.csl b/buildres/csl/csl-styles/pravnik.csl index 33592b3e994..71b74ee1f50 100644 --- a/buildres/csl/csl-styles/pravnik.csl +++ b/buildres/csl/csl-styles/pravnik.csl @@ -9,13 +9,13 @@ Oldrich Tristan Florian oldrich.florian@gmail.com - http://otristan.com + http://otflorian.com 0231-6625 Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences. - 2021-03-07T10:00:00+00:00 + 2022-11-17T21:44:11+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -153,7 +153,7 @@ - + @@ -175,7 +175,7 @@ - + @@ -232,7 +232,7 @@ - + @@ -357,7 +357,7 @@ - + @@ -487,7 +487,7 @@ - + diff --git a/buildres/csl/csl-styles/san-francisco-estuary-and-watershed-science.csl b/buildres/csl/csl-styles/san-francisco-estuary-and-watershed-science.csl index 94ed1374b38..c27caf10535 100644 --- a/buildres/csl/csl-styles/san-francisco-estuary-and-watershed-science.csl +++ b/buildres/csl/csl-styles/san-francisco-estuary-and-watershed-science.csl @@ -7,18 +7,18 @@ + Patrick O'Brien 1546-2366 - 2021-08-10T14:56:40+00:00 + 2022-12-29T17:07:36+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - edn. available from @@ -35,7 +35,7 @@ - + - - - - - + + - - - + + + - - - + + + + + + + + - + - - - - + + + + + + + + + + + + + + - + @@ -104,7 +117,7 @@ - @@ -128,11 +141,7 @@ - - - - - + @@ -151,7 +160,7 @@ - @@ -179,12 +188,10 @@ - - - - - - + + + + diff --git a/buildres/csl/csl-styles/sciences-po-ecole-doctorale-author-date.csl b/buildres/csl/csl-styles/sciences-po-ecole-doctorale-author-date.csl index 3fe5189cd70..6e408130c09 100644 --- a/buildres/csl/csl-styles/sciences-po-ecole-doctorale-author-date.csl +++ b/buildres/csl/csl-styles/sciences-po-ecole-doctorale-author-date.csl @@ -67,11 +67,16 @@ - - - - - + + + + + + + + + + @@ -136,7 +141,7 @@ - + @@ -158,9 +163,9 @@ - - - + + + @@ -177,7 +182,7 @@ - + @@ -191,7 +196,7 @@ - + @@ -214,7 +219,7 @@ - + @@ -277,6 +282,26 @@ + + + + + + + + + + + + + + + + + + diff --git a/buildres/csl/csl-styles/sciences-po-ecole-doctorale-note-french.csl b/buildres/csl/csl-styles/sciences-po-ecole-doctorale-note-french.csl index 6502c9e7cbb..9be3acd4153 100644 --- a/buildres/csl/csl-styles/sciences-po-ecole-doctorale-note-french.csl +++ b/buildres/csl/csl-styles/sciences-po-ecole-doctorale-note-french.csl @@ -58,11 +58,16 @@ - - - - - + + + + + + + + + + @@ -123,7 +128,7 @@ - + @@ -145,9 +150,9 @@ - - - + + + @@ -164,7 +169,7 @@ - + @@ -178,7 +183,7 @@ - + @@ -192,7 +197,7 @@ - + @@ -272,6 +277,26 @@ + + + + + + + + + + + + + + + + + + @@ -388,6 +413,7 @@ + diff --git a/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-author-date.csl b/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-author-date.csl index 37848b0f575..670546bf083 100644 --- a/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-author-date.csl +++ b/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-author-date.csl @@ -7,13 +7,14 @@ + Patrick O'Brien obrienpat86@gmail.com - 2017-08-03T15:31:00+00:00 + 2022-11-07T14:16:09+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -35,7 +36,7 @@ @@ -59,7 +60,7 @@ - + @@ -517,7 +518,7 @@ - + @@ -597,7 +598,7 @@ - + diff --git a/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-note.csl b/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-note.csl index 935908fd437..c40aa04c46b 100644 --- a/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-note.csl +++ b/buildres/csl/csl-styles/smithsonian-institution-scholarly-press-note.csl @@ -7,13 +7,14 @@ + Patrick O'Brien obrienpat86@gmail.com - 2018-04-24T15:30:08+00:00 + 2022-11-07T14:19:26+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -103,7 +104,7 @@ @@ -232,7 +233,7 @@ - + @@ -265,7 +266,7 @@ - + diff --git a/buildres/csl/csl-styles/theses-de-sorbonne-universite.csl b/buildres/csl/csl-styles/theses-de-sorbonne-universite.csl new file mode 100644 index 00000000000..9088f55a551 --- /dev/null +++ b/buildres/csl/csl-styles/theses-de-sorbonne-universite.csl @@ -0,0 +1,1599 @@ + + diff --git a/buildres/csl/csl-styles/ucl-university-college-harvard.csl b/buildres/csl/csl-styles/ucl-university-college-harvard.csl index 76ba867002b..d5a0ed2a044 100644 --- a/buildres/csl/csl-styles/ucl-university-college-harvard.csl +++ b/buildres/csl/csl-styles/ucl-university-college-harvard.csl @@ -18,7 +18,7 @@ ssha2@ucl.dk - 2021-02-10T05:28:52+00:00 + 2022-09-06T01:29:31+00:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -389,8 +389,8 @@ Adds page number or other locator to citations. - +disambiguate-add-givenname="false" kan ændres til true hvis initialer skal med--> + diff --git a/buildres/csl/csl-styles/vox-sanguinis.csl b/buildres/csl/csl-styles/vox-sanguinis.csl index fe9537e4767..abc25511659 100644 --- a/buildres/csl/csl-styles/vox-sanguinis.csl +++ b/buildres/csl/csl-styles/vox-sanguinis.csl @@ -1,9 +1,9 @@ -