diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 227e607c..23f18af7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,8 @@ CHANGELOG ========= +Old CHANGELOG, see CHANGELOG.md + 0.4.9 ===== diff --git a/README.rst b/README.rst index 45668f34..d432e73e 100644 --- a/README.rst +++ b/README.rst @@ -191,7 +191,7 @@ Requirements - PyQtWebengine >= 5.13.2 - gstreamer (on Linux) for media player support - git -- quamash_ +- asyncqt_ - aiohttp_ - aioipfs_ @@ -221,6 +221,7 @@ from the ipfs-logo_ project's repository is included, unchanged. .. _aiohttp: https://pypi.python.org/pypi/aiohttp .. _aioipfs: https://gitlab.com/cipres/aioipfs .. _aiomonitor: https://github.com/aio-libs/aiomonitor +.. _asyncqt: https://github.com/gmarull/asyncqt .. _quamash: https://github.com/harvimt/quamash .. _go-ipfs: https://github.com/ipfs/go-ipfs .. _dist.ipfs.io: https://dist.ipfs.io diff --git a/packaging/macos/jpeg/libjpeg.dylib b/packaging/macos/jpeg/libjpeg.dylib deleted file mode 100644 index 5a73cded..00000000 --- a/packaging/macos/jpeg/libjpeg.dylib +++ /dev/null @@ -1 +0,0 @@ -libjpeg.9.dylib \ No newline at end of file diff --git a/packaging/macos/jpeg/libjpeg.dylib b/packaging/macos/jpeg/libjpeg.dylib new file mode 120000 index 00000000..5a73cded --- /dev/null +++ b/packaging/macos/jpeg/libjpeg.dylib @@ -0,0 +1 @@ +libjpeg.9.dylib \ No newline at end of file diff --git a/packaging/macos/zbar/libzbar.dylib b/packaging/macos/zbar/libzbar.dylib deleted file mode 100644 index 6c25833a..00000000 --- a/packaging/macos/zbar/libzbar.dylib +++ /dev/null @@ -1 +0,0 @@ -libzbar.0.dylib \ No newline at end of file diff --git a/packaging/macos/zbar/libzbar.dylib b/packaging/macos/zbar/libzbar.dylib new file mode 120000 index 00000000..6c25833a --- /dev/null +++ b/packaging/macos/zbar/libzbar.dylib @@ -0,0 +1 @@ +libzbar.0.dylib \ No newline at end of file