Thanks to visit codestin.com
Credit goes to github.com

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: ankitects/anki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25.07.3
Choose a base ref
...
head repository: ankitects/anki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25.07.4
Choose a head ref
  • 12 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 22, 2025

  1. Prioritise prefix matches in tag autocomplete results (#4212)

    * prioritise prefix matches in tag autocomplete results
    
    * update/add tests
    
    * fix lint
    
    was fine locally though?
    iamllama authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    35a889e View commit details
    Browse the repository at this point in the history
  2. Add last_review_time to _to_backend_card (#4218)

    Presumably, without this change, add-ons would delete the value of last_review_time from the card when they modify the card.
    user1823 authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    47c1094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f3d03f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Work around Conda breaking launcher

    Closes #4216
    dae committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    229337d View commit details
    Browse the repository at this point in the history
  2. Start requiring two channels for recording

    Closes #4225
    dae committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    19f9afb View commit details
    Browse the repository at this point in the history
  3. Bump form-data from 4.0.1 to 4.0.4 (#4219)

    Bumps [form-data](https://github.com/form-data/form-data) from 4.0.1 to 4.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
    - [Commits](form-data/form-data@v4.0.1...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    ef69f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee71af View commit details
    Browse the repository at this point in the history
  5. Provide better output when downloading versions fails

    - include stdout/stderr when utf8_output() fails
    - don't swallow the error returned by handle_Version_install_or_update
    - skip codesigning when NODMG set
    
    Closes #4224
    dae committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    00bc035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c74a97a View commit details
    Browse the repository at this point in the history
  7. Pass --managed-python when fetching versions

    Tentatively closes #4227
    dae committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    416e7af View commit details
    Browse the repository at this point in the history
  8. Update translations

    dae committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    d6e49f8 View commit details
    Browse the repository at this point in the history
  9. Bump version to 25.07.4

    dae committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    e511d63 View commit details
    Browse the repository at this point in the history
Loading