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.1
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.2
Choose a head ref
  • 13 commits
  • 22 files changed
  • 6 contributors

Commits on Jul 5, 2025

  1. Statically link MSVC runtime, removing the need to install the redist…

    …ributable (#4166)
    
    * Statically link MSVC runtime, removing the need to install the redistributable.
    
    * CONTRIBUTORS I've already contributed and added my email, but the last commit got mangled.
    Grinkers authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    f927aa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    b16439f View commit details
    Browse the repository at this point in the history
  2. respect env var UV_BINARY with OFFLINE_BUILD being set (#4170)

    * respect env var UV_BINARY with OFFLINE_BUILD being set
    
    * cleanup formatting, fix import
    
    * Fix build error (dae)
    AlexBocken authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    b205008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ca3141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d6b476 View commit details
    Browse the repository at this point in the history
  5. Feat/Replace easy day table with display:grid (#4179)

    * Feat/Replace easy day table with grid
    
    * Add max width
    Luc-Mcgrady authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    d3e1fd1 View commit details
    Browse the repository at this point in the history
  6. Fix/Help modal appears behind simulator modal (#4171)

    * Fix/Help modal appears behind simulator modal
    
    * Correct help modal keys (Doesn't work)
    Luc-Mcgrady authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    8a3b72e View commit details
    Browse the repository at this point in the history
  7. aqt wheel: fix unintended inclusion of qt/aqt/data (#4180)

    The inclusion of files under qt/aqt is handled by qt/pyproject.toml,
    not qt/hatch_build.py, which works with the files under out/qt/_aqt.
    
    Excluding qt/aqt/data and all files ending in .ui in qt/pyproject.toml
    fixes the issue, since the other unwanted files (**/*.scss, **/*.ts, and
    **/tsconfig*) all reside under qt/aqt/data.
    
    Fixes: 04996c7
    gonsoos authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    7fe201d View commit details
    Browse the repository at this point in the history
  8. Show recent versions in launcher

    Did it with Python to avoid bloating the launcher binary with
    network code
    dae committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    2e74101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    436a1d7 View commit details
    Browse the repository at this point in the history
  10. Update translations

    dae committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    0009e79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3bd725b View commit details
    Browse the repository at this point in the history
  12. Bump version to 25.07.2

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