8000 Comparing v3.7.3...v3.7.5 · upbit/pixivpy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: upbit/pixivpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.3
Choose a base ref
...
head repository: upbit/pixivpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.5
Choose a head ref
  • 14 commits
  • 8 files changed
  • 6 contributors

Commits on Sep 21, 2023

  1. chore(deps): bump urllib3 from 2.0.4 to 2.0.5 (#287)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.5.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.4...v2.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b4f5a7f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. add user_bookmarks_novel (#284)

    * add user_bookmarks_novel
    
    * fix comments
    vNKB7 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8975a07 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    0d9bd6f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. chore: Bump version to v3.7.4

    upbit committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    da45c51 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Add novel_comments() and user_bookmarks_novel() methods

    * Update aapi.py
    
    Added novel_comments()
    
    * Update aapi.py
    
    * Update README.md
    
    增加对novel_comments()的描述
    
    * Update demo.py
    
    添加对novel_comments()的测试
    
    * Update aapi.py
    
    增加user_bookmarks_novel方法
    
    * Update demo.py
    
    修复了之前自己代码的缩进问题...
    
    * Update aapi.py
    
    与pixivpy3/aapi.py对齐
    
    * Update aapi.py
    
    向user_bookmark_tags_illust加入user_id参数
    
    * Update demo.py
    
    在示例中新增user_bookmark_tags_illust方法的使用
    
    * Update demo.py
    
    重新格式化自己这部分的代码
    
    * Update demo.py
    
    重新格式化代码
    
    * Update demo.py
    
    代码格式化
    xiyihan0 authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    40defb0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/setup-python from 4 to 5 (#314)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5daed39 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. aapi中search_illust/novel添加search_ai_type参数 (#318)

    * aapi中search_illust/novel添加search_ai_type参数
    
    * Update demo.py
    
    * Update aapi.py
    
    在aapi中增加user_edit_ai_show_settings方法
    
    * Update aapi.py
    xiyihan0 authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    e6e1e91 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. refactor: add basic logger in bapi.py

    * (feat): add basic logger in bapi.py
    * (refactor): catch specific exceptions instead of the general one when
      requesting real addr in bapi.py
    * (refactor) use f-string instead of string concat (since the package
      supports only py 3.7+)
    nautics889 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cc685ec View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1 (#334)

    Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit/action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    02140c2 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump ruff from 0.1.0 to 0.2.1 (#332)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.2.1.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.0...v0.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b532586 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fix novel_text() BUG, add webview_novel()

    Bump version to 3.7.5, and closed issue #337
    upbit committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    61fa19b View commit details
    Browse the repository at this point in the history
  2. Fix lint checks

    upbit authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3790e42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e418a03 View commit details
    Browse the repository at this point in the history
  4. Revert "Upgrade ipython>=8.10.0 to fix security issue #1"

    This reverts commit e418a03.
    upbit committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c3a4cd9 View commit details
    Browse the repository at this point in the history
Loading
0