Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cainmagi/FFmpeg-Encoder-Decoder-for-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0-pypi
Choose a base ref
...
head repository: cainmagi/FFmpeg-Encoder-Decoder-for-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pypi
Choose a head ref
  • 11 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 12, 2022

  1. 3.2.0

    1. Change the behavior of downloading the dependencies, now the files are pulled from Github.
    2. Pack the dependency checking tool into the package.
    3. Provide a detailed dependency list.
    4. Drop the support of python 3.5. Support python 3.10.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    be56a94 View commit details
    Browse the repository at this point in the history
  2. 3.2.0

    Drop the 3.5, and use 3.10 in the workflow.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4bf8d4e View commit details
    Browse the repository at this point in the history
  3. 3.2.0

    1. Add a small trick for fixing the requirement issue.
    2. Fix some bugs in the init scripts.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    15b34a3 View commit details
    Browse the repository at this point in the history
  4. 3.2.0

    Fix a version issue of the setup tool.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    440bd17 View commit details
    Browse the repository at this point in the history
  5. 3.2.0

    Fix the import issue of webtools.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ad77213 View commit details
    Browse the repository at this point in the history
  6. 3.2.0

    Add the version keyword in the module list.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9c841d5 View commit details
    Browse the repository at this point in the history
  7. 3.2.0

    Fix a version number issue in the workflow.
    cainmagi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    175192e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. 3.2.1

    1. Fix an issue caused by the missing dependency `libcrypto.so.1.1`. This fixture is only required by the Linux version.
    2. Format the PyPI release script.
    cainmagi committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d7ea4c8 View commit details
    Browse the repository at this point in the history
  2. 3.2.2

    Fix a typo in the version string.
    cainmagi committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9a6462b View commit details
    Browse the repository at this point in the history
  3. 3.2.3

    Fix a severe bug that causes the dependencies to be downloaded repeatedly.
    cainmagi committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ad03aa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. 3.2.4

    1. Fix a bug when `tqdm<4.40.0` is installed. Previously, this problem should not trigger if `tqdm>4.40.0` is installed, or `tqdm` is not installed.
    2. Fix the same bug (mentioned by item 1) in the `setup.py` script.
    3. Add change logs.
    cainmagi committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    488220e View commit details
    Browse the repository at this point in the history
Loading