Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File export fails in Edge #237

Closed
tnajdek opened this issue May 25, 2018 · 0 comments
Closed

File export fails in Edge #237

tnajdek opened this issue May 25, 2018 · 0 comments

Comments

@tnajdek
Copy link
Member

tnajdek commented May 25, 2018

https://forums.zotero.org/discussion/72035/zoterobib-microsoft-edge-compatibility

@tnajdek tnajdek closed this as completed in 9e2594b Aug 9, 2021
mick-schroeder added a commit to mick-schroeder/schroeder-cite that referenced this issue Jun 20, 2022
commit 86823d4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat Jun 4 16:56:32 2022 -0400

    Update copyright date on FAQ page

commit c81c9b9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat Jun 4 16:56:08 2022 -0400

    Don't show "Stay in touch!" line on read-only bibliographies

    And add Twitter link to copyright line instead

commit b280a62
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 12 15:35:10 2022 +0200

    Remove usage of legacy $npm_package_config

commit f90d56e
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 12:07:59 2022 +0200

    2.0.9

    * Fix compatiblity with node js

commit f218e43
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 11:55:44 2022 +0200

    Refactor: Fix order of callbacks

commit a101f04
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 11:31:55 2022 +0200

    2.0.8

    * Fix a bug where, in some cases, hydrating from static markup would
      not work correctly
    * Fix an issue where after hydrating from static markup, bibliography
      would flicker shortly after page has been loaded
    * Improve UX when interacting with static bibliography that has been
      hydrated from static markup

commit f94c2d5
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 11:31:02 2022 +0200

    Update dependencies

commit 73e0db0
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 11:30:55 2022 +0200

    Remove unnecessary console log

commit 2ac8988
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 11:26:19 2022 +0200

    Fix copy/download when hydrating from static

    Fixed in scenarios where button is pressed before style and bibliography
    items are fetched and processes client-side.

commit e9578e6
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 9 10:59:41 2022 +0200

    Fix "Edit Bibliography" when hydrating from static

    Fixed in scenarios where button is pressed before style and bibliography
    items are fetched and processes client-side.

commit d112d55
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 7 14:34:21 2022 +0200

    Fix hydrated bibliography "flickers" once loaded

    Previously when viewing read-only, hydrated bibliography, it would
    disappear once style has been fetched and then re-appear once
    bibliography was finally generated client-side with the new style. Using
    placeholder bibliography to match static markup fixes this and also
    makes the code simpler because we no longer need to construct a mocked
    bibliography object.

commit eb3bff5
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 7 02:30:20 2022 +0200

    Fix issues with matching static bibliography page

commit 0d689bf
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 5 19:32:33 2022 +0200

    2.0.7

    * Fix bibliography format on read-only page
    * Fix duplicate div wrapping bibliography items in html output
    * Updated to React 18 which may offer improved performance

commit 1c8b2b0
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 5 19:26:59 2022 +0200

    Update to React 18.x. Update dependencies.

commit efca077
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 5 18:18:05 2022 +0200

    Fix entires double-wrapped with .csl-entry

    Entries produced by citeproc-rs must be wrapped with .csl-entry and
    this logic was unintentionally also applied to bibliography prodcued
    by citeproc-js. This regression was introduced in 2.0.

commit 80fb4fb
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 5 18:13:38 2022 +0200

    Limit csl overrides to write mode

    Zbib will no longer override entry-spacing defined in CSL when
    bibliography is displayed read-only.

commit e3c0f82
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jan 11 13:13:25 2022 +0100

    Update dependencies

    * Tweak citeproc wrapper to work with latest citeproc-rs
    * Ensure isOpen is boolean in MultipleItemsDialog to avoid console error

commit 0fb3ccd
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jan 11 13:12:18 2022 +0100

    Switch .nvmrc build environment to lts/gallium

commit 41bbf8f
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 7 12:45:33 2021 +0100

    2.0.6

    * Fix a bug where "Add Selected" button was enabled with no items
      selected if multiple items dialog has previously been used to add
      items.
    * Bump number of citation styles in FAQ

commit fe99fd4
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 7 12:45:27 2021 +0100

    Update dependencies

commit 5c6870b
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 7 12:34:01 2021 +0100

    Bump number of citation styles in FAQ

commit d644909
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 7 12:32:34 2021 +0100

    Fix invalid state in multiple items dialog

    In certain scenarios when multiple items dialog is opened again, the
    "Add Selected" button was enabled even if no item was selected.

commit ddba891
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Nov 29 11:08:18 2021 +0100

    2.0.5

    * New version of cietproc-rs to fix issue with line spacing in
      experimental citeproc mode
    * Fix a bug where "Link to this version" would not reset on some updates

commit 566d017
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Nov 29 11:08:03 2021 +0100

    Fix js lint error

commit 2aa12bd
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Nov 29 11:04:47 2021 +0100

    Update dependencies.

    @citeproc-rs/wasm updated to latest canary fixes issue with incorrect
    line spacing.

commit cce8429
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Nov 23 11:15:45 2021 +0100

    Fix Link to this version not reset on some updates

commit 18c1d2a
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Nov 1 13:24:10 2021 +0100

    2.0.4

commit 1660736
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Nov 1 13:24:02 2021 +0100

    Update dependencies

commit 079d1ca
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat Oct 30 16:30:47 2021 +0200

    Update citeproc-rs

commit 39546c0
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat Oct 30 01:36:19 2021 +0200

    Use citeproc-rs syntax for link anchors in wrapper

commit edfd595
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Oct 29 17:00:34 2021 +0200

    Update dependencies

commit 891010f
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Oct 18 12:39:24 2021 +0200

    Round to nearest thousand. Resolve zotero#273

    Citation styles count is now rounded down to the nearest thousand
    instead of hundred.

commit 87532a5
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Oct 15 14:00:15 2021 +0200

    2.0.3

commit cdbb80f
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Oct 15 13:59:30 2021 +0200

    Update dependencies

commit db0dab8
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Sep 21 12:50:14 2021 +0200

    Switch locale messages format to transifex

commit 0441534
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Sep 8 13:29:59 2021 +0200

    2.0.2

commit 5abd891
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Sep 8 13:26:30 2021 +0200

    Update dependencies

commit cac41a8
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Sep 2 10:06:27 2021 +0200

    2.0.1

    Fix configuration for translation server URL being ignored.

commit 2a5d049
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Sep 2 10:03:55 2021 +0200

    Fix translateURL ignored from config

    Regression in 7245dbd.

commit f11e538
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Sep 1 21:03:54 2021 +0200

    2.0.0

    ** Features **

    * Add experimental support for using citeproc-rs as citation processor
      (requires opt-in via ?use_experimental_citeproc=1)
    * Add ability to re-order creators in the editor
    * Add ability to paste multiple creators
    * Add ability to add items by pasting data formatted in
      Zotero-compatible bibliographic file formats
    * Add ability to select multiple items to add when pasting URL to a
      bibliographic file (also works when pasting contents of the file
      directly)
    * Add support for printing bibliographies
    * Add ability to hydrate from static bibliography page
    * Add a warning when adding a duplicate item
    * Allow user to abort ongoing request to translation server in
      supporting browsers
    * Prepare zbib for localisation
    * Add a crash handler with debug info and encouragement to post to
      Zotero Forums

    ** Enhancements **

    * Reduce the app size by ~25% (when comparing number of bytes actually
     sent over the wire when served compressed via http(s))
    * Substantially improve performance when editing an items that is part
      of a large bibliography
    * Improve browser locale detection logic
    * Improve keyboard-based navigation in style installer
    * Improve user experience when app would use smooth scroll, especially
      in scenarios where multiple references were already present.
    * Improve user experience when app is first loaded (no spinner)
    * Improve caching of Zotero metadata (itemTypes, itemTypeFields etc.)
    * Instruct browser to preload fonts to avoid flashing a version of a
      page where invalid font is used
    * Many other performance improvements

    ** Bug fixes **

    * Fix default-locale ignored in dependent styles
    * Fix unable to copy to clipboard with keyboard
    * Fix file export fails in some older browsers
    * Fix a bug when clicking "read more" and then "let's start" would skip
      to the top instead of scrolling.
    * Fix compatibility with some older browsers (Safari 10, last version of
      legacy Edge)
    * Fix a bug where using drop-downs with both mouse and keyboard would
      render two highlighted options

commit 3c9d37d
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Sep 1 20:17:59 2021 +0200

    Fix styling in the MultipleChoiceDialog

commit f82d800
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Sep 1 20:17:35 2021 +0200

    Fix a collision in dev server URL handling

commit 831b152
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Sep 1 19:54:17 2021 +0200

    Lint scss

commit b1ed8df
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 31 18:57:50 2021 +0200

    2.0.0-rc.0

commit e2803f6
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 31 12:40:43 2021 +0200

    Refactor. Simplify build & dependnecies.

commit 30b09e4
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 31 11:08:52 2021 +0200

    Fix some messages skipped for production build zotero#82

commit 689db42
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 31 10:42:39 2021 +0200

    Fix doubled "copied" feedback in copy dialog zotero#82

commit 33ce005
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 30 16:52:14 2021 +0200

    2.0.0-beta.7

commit e37c7c8
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 30 16:51:40 2021 +0200

    Update dependencies

commit 80d8a01
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 30 16:32:53 2021 +0200

    Update footer date zotero#254

commit 2a1a498
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 30 16:30:05 2021 +0200

    Preload fonts to avoid FOUT. zotero#164

commit e85ee0d
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 30 15:27:26 2021 +0200

    Fix double highlight in dropdown menu zotero#123

commit f27bb76
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 30 15:10:28 2021 +0200

    Update pre-rendered content in hydrate.hbs

commit d550f21
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Aug 27 23:54:51 2021 +0200

    Fix "empty" className renders in read-only mode

commit 54f0562
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Aug 27 13:50:33 2021 +0200

    Fix hydrateItemsCount is string instead of number

commit 12577c6
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Aug 27 13:39:52 2021 +0200

    Support for bibliography printing. Resolve #6

commit 8119f7d
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Aug 27 10:56:40 2021 +0200

    Convert few more strings to FormattedMessage zotero#82

commit fe848c1
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 26 22:34:42 2021 +0200

    Style MultipleItemsDialog

commit 616ee40
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 26 22:15:46 2021 +0200

    Enable selecting many in MultipleItemsDialog zotero#253

commit 5c87168
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 26 22:11:12 2021 +0200

    Fix ids in output of makeBibliography.

commit 7245dbd
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 26 14:54:30 2021 +0200

    Improve experience of the initial page load

    Avoid showing a spinner when there is no local library and no remote
    id specified.

commit 0e90361
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 26 14:50:50 2021 +0200

    Add dev-only option to disable hydration

    To avid using hydrate.hbs template when URL contains a remote id, start
    dev server with NO_HYDRATE=1

commit 08160cf
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Aug 25 17:58:05 2021 +0200

    2.0.0-beta.6

commit 09a7eb1
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Aug 25 17:57:46 2021 +0200

    Lint. Fix missing callback dependency.

commit 2d11fed
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Aug 25 17:46:14 2021 +0200

    Update dependencies

commit da722c2
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Aug 25 17:30:51 2021 +0200

    Configure locale for IntlProvider

commit 476fbd8
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 23 01:21:30 2021 +0200

    Move UI strings to separate file zotero#82

commit 9296503
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 24 23:20:06 2021 +0200

    Refactor Zbib component. Absorb UserTypeDetector.

commit 8401e5f
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 23 01:18:43 2021 +0200

    Refactor ItemBox component

commit 276fbae
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat Aug 21 10:18:07 2021 +0200

    Refactor DeleteAllButton component

commit 882c886
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Aug 20 22:57:01 2021 +0200

    Prepare for localization support zotero#82

    * Add react-intl
    * Automate message extraction & compilation into AST
    * In devel, defaultMessage from the source code is used. In production
      that is removed and instead AST-compiled messages are used (which in
      future can be easilly used for localisation)

commit 79e8b5b
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 17 17:32:58 2021 +0200

    Fix missing title on hydrated page

commit 640456b
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Aug 17 17:07:18 2021 +0200

    2.0.0-beta.5

commit 46b992c
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 16 14:55:57 2021 +0200

    Fix defaultLocale ignored in dependent styles zotero#272

commit 4b809d2
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 16 14:29:31 2021 +0200

    Fix no matches if uppercase chars in filter

    Regression in 2.0 branch.

commit 30513ad
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 16 11:29:25 2021 +0200

    Fix uninstalling citation style not persisted

    Regression in 2.0 branch.

commit 7f58e0e
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 16 11:09:31 2021 +0200

    Fix some translations not working after 7a0fa63

commit 7a0fa63
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 12 23:41:15 2021 +0200

    Attempt to import pasted data. Close zotero#260

    When multiple lines of text are pasted into an identifier input, zbib
    will automatically attempt to import pasted data using /import endpoint.

commit e870460
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Aug 11 19:07:33 2021 +0200

    2.0.0-beta.4

commit b5cef50
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Aug 11 19:07:04 2021 +0200

    Allow user to abort ongoing fetch. Close zotero#243

    In browsers supporting AbortController, "Cite" button becomes "Cancel"
    and enables user to abort ongoing translation. Non-supporting browsers
    are not affected.

    Also merged IdInput component into CiteTools.

commit dab1004
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 9 18:39:40 2021 +0200

    Update dependencies

commit 9e2594b
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 9 17:06:11 2021 +0200

    Fix file export fails in Edge. Fix zotero#237

commit 9af8e79
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Aug 9 16:43:15 2021 +0200

    Don't check ISSN when considering duplicates

commit dc464f2
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat Aug 7 12:15:50 2021 +0200

    Fix unable to copy to clipboard with keyboard zotero#251

commit 73da30a
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Aug 5 17:27:36 2021 +0200

    Warn when adding a duplicate item. Resolve zotero#269

    Item is considered a potential duplicate when any of the following
    properties is identical on both items: ISBN, DOI, ISSN, url, title.

commit 0559da1
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 30 14:35:08 2021 +0200

    2.0.0-beta.3

commit ad9ebef
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 30 14:31:38 2021 +0200

    Add tools to work on hydration pathway of the app

commit 07e7976
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 29 16:24:25 2021 +0200

    Further improve locale matching

    Zbib will pick correct language in cases where browser reports locale
    with an unknown region, previously such locale was discarded, now it
    will correctly use locale matching that language. Also added preference
    for canonical locale where none is specified (e.g. `pt-PT` for `pt`).

commit 6672605
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 29 11:55:25 2021 +0200

    Improve locale detection

    Zbib will now normalize browser-reported languages and attempt to find a
    matching a supported locale. This fixes an issue where citeproc-rs would
    use a fallback locale if lang didn't match exactly (e.g. Chrome reports
    "pl" but locale name is "pl-PL"). Also Zbib will now attempt to match
    all browser-reported languages in order of preference (previously if
    first lang didn't match locale, fallback would be used).

commit 32f34bc
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 27 19:11:19 2021 +0200

    Fix crash when attempting to edit from static page

commit 9c298f6
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 27 19:10:08 2021 +0200

    Include info about which locale failed to load

commit 90d8b9b
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jul 21 18:42:31 2021 +0200

    Add experimental support for hydrating from static

    * Also tweaked citeproc-wrapper so that CSL/Driver can be optionally
      provided to the constructor.

commit 828ce9a
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jul 21 19:05:27 2021 +0200

    Fix callback dependency order

commit f71c793
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jul 21 18:06:27 2021 +0200

    Update dependencies

commit dbb86b8
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jul 19 17:09:30 2021 +0200

    Tweak CSSTransition import to reduce bundle size

commit 059744b
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 16 18:56:48 2021 +0200

    Refactor: Group citation style functions together

commit a2ef26f
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 16 12:10:06 2021 +0200

    Remove unused dependencies

commit 0cb28a0
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 16 11:42:40 2021 +0200

    Remove all uses of 'react-key-handler'

commit 7f84ba9
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 15 19:05:53 2021 +0200

    Remove all uses of react-router-dom

    The very little routing that zbib requires can be done without
    bringing in an additional library and it actually simplifies codebase
    and slightly reduces bundle size.

commit b98ba76
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 13 19:39:51 2021 +0200

    2.0.0-beta.2

commit 0858a99
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 13 19:37:26 2021 +0200

    Tweak & optimise build. Update dependencies.

    Update zotero-translation-client to 4.1.0 to ensure compatiblity with
    older browsers. Switch babel helpers strategy to "runtime" which
    produces smaller bundle.

commit 9250ef1
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 13 18:55:05 2021 +0200

    Fix not working in Safari 10

commit 8fd0fd5
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 13 18:54:08 2021 +0200

    Mitigate syntax errors in older browsers

commit 4cff3aa
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jul 13 18:41:50 2021 +0200

    Print message on console when dev server is ready

commit ef9d34a
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 2 10:55:03 2021 +0200

    2.0.0-beta.1

commit 94021a0
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jul 2 10:48:38 2021 +0200

    Update citeproc-rs. Adapt wrapper to new syntax.

commit 3fc72dd
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 20:29:10 2021 +0200

    Update package-lock.json

commit c31ce6b
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 17:17:39 2021 +0200

    2.0.0-beta.0

commit a7dcd1b
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 16:58:59 2021 +0200

    Add CrashHandler

commit ade997a
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 16:39:59 2021 +0200

    Update scss syntax for division

    "Slash as Division" is deprecated and won't be supported in the future:
    https://sass-lang.com/documentation/breaking-changes/slash-div

commit 196d75d
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 16:34:29 2021 +0200

    Lint scss

commit 884a1db
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 16:27:22 2021 +0200

    Fix rare error on console when closing dropdown

commit 837f86d
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 16:19:04 2021 +0200

    Fix creators input styling on mobile

commit 73033e3
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 12:14:10 2021 +0200

    Lint JS

commit 1501206
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 11:53:19 2021 +0200

    Fix OnAddMany triggering save twice

commit 5638f4d
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 11:49:05 2021 +0200

    Use a copy of an item for editor props

commit 5b5bb30
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jul 1 10:04:14 2021 +0200

    Simplify keyboard navigation in style installer

commit 0ae2bd0
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 30 23:33:04 2021 +0200

    Remove old tests & unused dependencies.

    Also tweaked code to work with zotero-translation-client > 4.0

commit b20e7a5
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 30 19:17:35 2021 +0200

    Fix a bug where meta is lost upon bib update

commit 38f5d25
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 30 16:25:04 2021 +0200

    Debounce editor changes

    Should improve perceived snappiness of the app when quickly editing an
    item that is a part of larger bibliography.

commit 23f736d
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:58:09 2021 +0200

    Optimisation: pick props to avoid extra re-renders

commit 8c7a7b2
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:56:42 2021 +0200

    Optimise and Refactor MultipleChoiceDialog

commit 3e58fa5
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:54:51 2021 +0200

    Optimise ExportTools component

commit 7df255b
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:54:29 2021 +0200

    Refactor About component

commit be9ff20
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:54:03 2021 +0200

    Fix regression in parent style fetching logic

commit be2b91d
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:37:06 2021 +0200

    Fix rare case where item would not translate

    If MultipleChoiceDialog was triggered from /import, it would fail to
    translate item selected in the dialog.

commit 3336a6d
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:32:47 2021 +0200

    Fix couple of cases where editor wouldn't open

    Recent regression

commit e6d8177
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 12:29:06 2021 +0200

    Fix typo

commit 2720938
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 10:34:53 2021 +0200

    Optimisation: Avoid extra rendering of BibItems

    Previously whenever style was changed, all <BibliographyItem>s would
    render twice.

commit 32c8dd2
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 10:12:53 2021 +0200

    Remove wasteful re-renders of BibliographySection

commit 3fd59f4
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 29 00:28:42 2021 +0200

    Optimisation: avoid some waseful re-renders

    This change moves data related to messages and bibliography into state,
    thus shifting some logic to reducers making callback memoisation more
    effective. This allows to skip re-rendering of bibliography items in
    response to some user actions improving overall performance.

commit 2036f83
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 28 21:07:38 2021 +0200

    Reorganize code in Container component.

commit 8953b85
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 28 21:01:36 2021 +0200

    Fix typo

commit 06fab54
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 28 20:54:06 2021 +0200

    Refactor & optimise BibliographySection component

commit 1937e1d
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 28 20:52:39 2021 +0200

    Include why-did-you-render in dev builds

commit 29c36f2
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 28 20:04:55 2021 +0200

    Update dependencies.

    Also removed couple of packages no longer used.

commit cadfecc
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jun 25 21:55:06 2021 +0200

    Refactor & optimise StyleInstaller component

commit 04e8cca
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jun 25 17:36:41 2021 +0200

    Refactor & optimise ExportDialog component

commit 1a0c113
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jun 25 17:36:08 2021 +0200

    Fix another visual regression of an icon button

commit 243ad82
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jun 25 17:35:36 2021 +0200

    Remove @debug in scss

commit 2d6cde5
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Jun 25 00:09:44 2021 +0200

    Refactor & optimise Editor component

    Removed usage of legacy `componentWillReceiveProps`.

commit a3ad4a7
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jun 24 11:18:58 2021 +0200

    citeproc-rs conversion: Fix deleting item reviewed

commit eff48d2
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jun 24 10:52:44 2021 +0200

    Make first citation message hide welcome message

commit 23a9d73
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jun 24 10:48:43 2021 +0200

    Fix recent visual regression of icon buttons

commit acfa258
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 23 15:05:41 2021 +0200

    Migrate style-selector to custom select input

commit b29443c
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 23 10:45:55 2021 +0200

    Fix more visual regressions with select inputs

commit 207cb6f
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 23 10:44:16 2021 +0200

    Add missing sass mixins

commit 28c11f0
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 23 10:43:42 2021 +0200

    Update sass to 1.35

commit 67f2a11
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 22 15:43:00 2021 +0200

    Fix recent regression in editables & select inputs

commit 84a453a
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 22 11:17:13 2021 +0200

    Fix styling regression in bib title input

commit d9f6621
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 21 20:10:45 2021 +0200

    Fix "omit author" not working. Refactor dialog.

    This commit fixes a regression where "Omit author" no longer works after
    citeproc-rs conversion. Also the entire "Copy Citation" dialog has been
    reworked.

commit fdf1146
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 21 20:06:31 2021 +0200

    Remove couple of methods replaced with Citewrapper

commit a2de2fb
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 21 20:06:12 2021 +0200

    Port newer UI & form components from web-library

commit 929e127
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue May 4 17:00:15 2021 -0400

    Text updates

commit bedaa73
Author: Tom Najdek <tom@doppnet.com>
Date:   Sun Jun 13 00:56:13 2021 +0200

    Refactor Modal component

commit 168c88c
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Jun 10 12:02:38 2021 +0200

    Update package.lock

commit d0da1c6
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 8 15:23:07 2021 +0200

    Remove redundant callback dependency

    No longer required because of fixes in 0333240b

commit 10acd09
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 8 15:15:41 2021 +0200

    citeproc-rs conversion: Feedback when translating

    Show "new item..." placeholder as it was the case prior to conversion

commit 2a8d7db
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 8 12:49:58 2021 +0200

    citeproc-rs conversion: format items in dialog

commit c3e3d6a
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Jun 7 12:59:14 2021 +0200

    Add 24h cache for metadata requests

    This replaces zotero-api-client plugin used previously (before
    citeproc-rs conversion).

commit 5562906
Author: Tom Najdek <tom@doppnet.com>
Date:   Sun Jun 6 12:46:43 2021 +0200

    citeproc-rs conversion: Prefilled identifier (?q=)

commit 884996e
Author: Tom Najdek <tom@doppnet.com>
Date:   Sun Jun 6 11:59:30 2021 +0200

    Improve experience when switching between styles

commit 89ad971
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat Jun 5 19:56:54 2021 +0200

    Simplify state with useReducer() in container

commit 019dc40
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jun 2 01:29:40 2021 +0200

    citeproc-rs conversion: support uppercase_subtitles

    Only supported in CiteprocJS. Also tweaked logic parsing style xml for
    properties and added missing localStorage updates when overriding
    local bibliography.

commit 2d52bd5
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 1 19:26:25 2021 +0200

    Tweak build process

    * Ensure search-worker is not babelified
    * Minify production code with terser
    * Exclude cross-fetch polyfill from the bundle
    * Configure citeproc-rs wasm as external to avoid build warning
    * Tweak which polyfills to pick (browserlist)
    * Report bundle filesize.
    * If DEBUG=true report size of every included dependency

commit 55a8723
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 1 19:14:45 2021 +0200

    citeproc-rs conversion: Last few minor TODOs

    Mostly bogus, left-over comments.

commit 48610bf
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 1 12:49:58 2021 +0200

    Accept engine-switching param in read-only mode

commit 20597da
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 1 12:49:22 2021 +0200

    Don't display local title when loading remote bib

commit 5e57393
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jun 1 12:48:17 2021 +0200

    citeproc-rs conversion: Fix formatting in r/w mode

commit 040a1d0
Author: Tom Najdek <tom@doppnet.com>
Date:   Sun May 30 01:49:22 2021 +0200

    Minor code cleanup

commit 3f89adc
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 29 00:37:09 2021 +0200

    citeproc-rs conversion: Fix rtf file header/footer

    CiteprocJS includes the header & footer in 'rtf' format of the
    bibliography, citeproc-rs does not. This commit extends bibliography
    meta conversion to accomodate for this difference.

commit 3905cc7
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 29 00:22:02 2021 +0200

    citeproc-rs conversion: Fix "delete all" behaviour

commit 0446713
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 29 00:03:58 2021 +0200

    switchable citeproc: Add performance measurments

commit 6b02255
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 29 00:02:55 2021 +0200

    citeproc-rs conversion: Fix cluster removal

commit 3864a3c
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 28 23:59:11 2021 +0200

    citeproc-rs conversion: add citeproc-rs to deps

commit 0055ab3
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 28 13:56:44 2021 +0200

    switchable citeproc: wrap urls,use param to switch

commit 53f09ba
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 28 13:08:19 2021 +0200

    switchable citeproc: fix copy & export

commit ffea3f8
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 27 19:59:10 2021 +0200

    Initial implementation with switchable citeproc

commit 546e6e8
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 20:00:53 2021 +0200

    Tweak loading logic so a single spinner is used

commit 0bb52f2
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 18:36:24 2021 +0200

    citeproc-rs conversion: Fix copy to clipboard

commit a15d61e
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 17:50:28 2021 +0200

    citeproc-rs conversion: Bibliography functions

commit ee3fab1
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 11:17:56 2021 +0200

    citeproc-rs conversion: Reimplement hide welcome

commit a7021ef
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 11:09:27 2021 +0200

    citeproc-rs conversion: Fix fallback rendering

commit 01b90b4
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 11:09:13 2021 +0200

    citeproc-rs conversion: Update on visibilitychange

commit 689cec9
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 26 02:08:14 2021 +0200

    citeproc-rs conversion: apa-like style confirm

commit a26b3c1
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue May 25 17:30:19 2021 +0200

    citeproc-rs conversion: Make help link work again

commit 4823f95
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue May 25 17:24:24 2021 +0200

    citeproc-rs conversion: fix invalid keys

commit d0b5ee2
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue May 25 17:04:55 2021 +0200

    citeproc-rs conversion: Export tools

commit 151a884
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 24 19:43:52 2021 +0200

    citeproc-rs conversion: /import endpoint

commit ffd03bf
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 24 19:38:16 2021 +0200

    Update React to 17.x

commit fb5abf4
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 24 18:48:24 2021 +0200

    citeproc-rs conversion: Multiple choice dialog

commit 2e2e5d5
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 24 10:16:57 2021 +0200

    citeproc-rs conversion: multiple items

commit 9df7586
Author: Tom Najdek <tom@doppnet.com>
Date:   Sun May 23 01:10:09 2021 +0200

    Fix props validation

commit af54296
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 22 20:58:26 2021 +0200

    citeproc-rs conversion: permalink tools

commit 68ac5fc
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 22 01:33:34 2021 +0200

    citeproc-rs conversion: error messages

commit 9053eed
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 22 01:27:53 2021 +0200

    Improve scrolling behaviour.

    Also fixes a scenario where clicking "read more" and then immediately
    "let's start" would skip to the top instead of scrolling.

commit 1984c07
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 22 01:08:03 2021 +0200

    citeproc-rs conversion: messages, title, del all

commit 503f1de
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 21 23:40:34 2021 +0200

    Fix undo messages stacking

commit d111ea6
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 21 22:51:51 2021 +0200

    citeproc-rs conversion: item review

commit e9875cb
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 21 22:50:29 2021 +0200

    citeproc-rs conversion: multiple citeproc instances

commit 4cb9641
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 20 23:02:58 2021 +0200

    Refactor messages

commit b029a92
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 20 19:01:40 2021 +0200

    citeproc-rs conversion: undo item deletion

commit 1cbe97b
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 19 13:40:04 2021 +0200

    citeproc-rs conversion: edit item, manual create

commit 30d1940
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 19 12:33:39 2021 +0200

    citeproc-rs conversion: preserve citation styles

commit 189c361
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon May 17 19:31:43 2021 +0200

    citeproc-rs conversion: adding/removing items

commit ca3ef53
Author: Tom Najdek <tom@doppnet.com>
Date:   Sun May 16 18:28:46 2021 +0200

    citeproc-rs conversion: fallback rendering

commit f2026fe
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 15 13:15:03 2021 +0200

    Reimplement style installation

commit 8a6ed60
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 15 01:09:20 2021 +0200

    citeproc-rs conversion: copy citation

commit 9343c75
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat May 15 01:08:30 2021 +0200

    Eslint: Reduce severity of missing prop types

commit 492bb1e
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri May 14 20:12:39 2021 +0200

    citeproc-rs conversion: citationStyleXml in state

    This allows for certain parallelization optimisations and makes the code
    easier to read.

commit b95d569
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 13 13:39:00 2021 +0200

    citeproc-rs conversion: support overriding local bib

commit 75a7f03
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu May 13 12:26:17 2021 +0200

    citeproc-rs conversion: keyhandlers, remove dead code

commit 45a873b
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed May 12 17:51:07 2021 +0200

    citeproc-rs conversion: remote ids, read-only bib

commit eda139d
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Apr 28 13:51:50 2021 +0200

    citeproc-rs conversion: locale

commit 032bbf5
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Apr 27 16:07:21 2021 +0200

    citeproc-rs conversion: basic functionality

commit 0857048
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Apr 26 18:10:04 2021 +0200

    Add react-hooks/recommended eslint rules

commit 49db55c
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Apr 21 19:18:11 2021 +0200

    citeproc-rs conversion: basic bib rendering

commit e75af57
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Mar 15 15:23:14 2021 +0100

    citeproc-rs conversion: switch to rollup, add citeproc-rs

commit c6ee3d5
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Mar 23 11:45:27 2021 +0100

    1.1.10

commit 9b47b2d
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Mar 23 11:41:16 2021 +0100

    Fix cases where zbib goes into an infinite loop

    Switched to a fork of citeproc-js where a temporary workaround for
    Juris-M/citeproc-js#179 is applied

commit 383730e
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Mar 23 11:41:03 2021 +0100

    Update package lock

commit 9c95f00
Author: Tom Najdek <tom@doppnet.com>
Date:   Mon Mar 15 21:50:04 2021 +0100

    Fix compatiblity issues. Fix imports in utils.js

commit bea1e4c
Author: Tom Najdek <tom@doppnet.com>
Date:   Thu Mar 11 18:41:01 2021 +0100

    Decouple from web-library. Tweak imports. zotero#263

commit 8ff54f9
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Feb 10 12:50:50 2021 +0100

    Actually remove node-sass from deps

commit dc9ceef
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Feb 10 12:48:40 2021 +0100

    Update build process

    * Switch from node-sass to sass (+ cssnano)
    * Switch from uglify to terser
    * Review dependencies

commit 17573d0
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue Feb 9 14:44:30 2021 -0500

    Update package-lock.json for Node 15

commit bb9e5f7
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Feb 9 15:50:42 2021 +0100

    Tweak scripts to take config from env.

    We no longer use config property in package.json because of npm RFC21.
    Also updated .nvmrc to use the latest node LTS.

commit bf8c243
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Feb 9 13:53:34 2021 +0100

    Update dependencies

commit 753efce
Author: Tom Najdek <tom@doppnet.com>
Date:   Wed Jan 6 13:43:16 2021 +0100

    1.1.9

commit 9e7748f
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Jan 5 13:51:20 2021 +0100

    Fix crashing on unexpected 300 from translator

commit 72f85f3
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 29 13:13:26 2020 +0100

    1.1.8

commit 9e783eb
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 29 13:13:12 2020 +0100

    Update dependencies

commit 06c8546
Author: Tom Najdek <tom@doppnet.com>
Date:   Tue Dec 29 12:58:34 2020 +0100

    Fix "More" not working  in MultipleChoiceDialog

commit c101b6b
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Dec 11 12:47:19 2020 +0100

    1.1.7

commit a3e8334
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Dec 11 12:46:44 2020 +0100

    Update citeproc to 1.4.52

commit 9cd63d6
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Dec 11 12:38:41 2020 +0100

    Update dependencies

commit 3d714c0
Author: Tom Najdek <tom@doppnet.com>
Date:   Fri Dec 11 12:34:33 2020 +0100

    Fix a regression in build process after c0fe8a4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant