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.09
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.09.2
Choose a head ref
  • 13 commits
  • 20 files changed
  • 9 contributors

Commits on Sep 14, 2025

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

Commits on Sep 16, 2025

  1. Disable NPM package scripts, and assert lockfile unchanged

    With all the recent supply chain attacks, this seems prudent. There are
    three in our current package list. esbuild's is just a performance
    optimization (evanw/esbuild#4085), and
    dprint's gets done when we invoke .bin/dprint anyway. svelte-preprocess
    simply prints something to the screen.
    dae committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    90ed4cc View commit details
    Browse the repository at this point in the history
  2. Update translations

    dae committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    61094d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Bump vite from 6.3.5 to 6.3.6 (#4328)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.3.6
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    b97fb45 View commit details
    Browse the repository at this point in the history
  2. Updated Dockerfile to use Ninja build system (#4321)

    * Updated Dockerfile to support ninja build
    
    * Install python using uv
    
    * Bumped python version
    
    * Add disclaimer (dae)
    e-hamrin authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    7e8a107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e41586 View commit details
    Browse the repository at this point in the history
  4. Make timebox message translatable with flexible variable order (#4338)

    * Make timebox message translatable with flexible variable order
    
    Currently, the timebox dialog message is built from two separate strings,
    each containing one variable:
    "{ $count } cards studied in" + "{ $count } minutes."
    
    As a result, translators cannot freely reorder the variables in their translations.
    
    This change introduces a single string with both variables, allowing translators
    to adjust the order for more natural expressions in their languages.
    
    * Preserve old string for now
    
    * Ensure message doesn't display over two lines
    
    ---------
    
    Co-authored-by: Damien Elmes <[email protected]>
    snowtimeglass and dae authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    c295774 View commit details
    Browse the repository at this point in the history
  5. (UI polish) Improved margins in Card Browser's "Previewer" (#4337)

    * Improved margins in Card Browser's "Preview" pane
    
    * Alternate approach that looks good on Mac too
    
    ---------
    
    Co-authored-by: Damien Elmes <[email protected]>
    Co-authored-by: Damien Elmes <[email protected]>
    3 people authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ec6f099 View commit details
    Browse the repository at this point in the history
  6. Update translations

    dae committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    2907265 View commit details
    Browse the repository at this point in the history
  7. Bump version

    dae committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6854d13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75d9026 View commit details
    Browse the repository at this point in the history
  9. fix: persist colour picker's custom palette in profile (#4326)

    * add SaveCustomColours rpc method
    
    * restore custom colour palette on editor init
    
    * save custom colour palette on colour picker open and input
    
    there doesn't seem to be an event fired when the picker is
    cancelled/closed, so it's still possible for work to be lost
    
    * save colours on `change` instead of `input`
    
    `input` is supposed to be fired on every adjustment to the picker
    whereas `change` is only fired when the picker is accepted, but qt
    seems to treat both as the latter, so this is currently a no-op
    
    * Store colors in the collection
    
    One minor tweak to the logic while I was there: an invalid color no
    longer invalidates all the rest.
    
    ---------
    
    Co-authored-by: Damien Elmes <[email protected]>
    iamllama and dae authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    80cff16 View commit details
    Browse the repository at this point in the history
  10. Bump version

    .1 release skipped due to missing bugfix
    dae committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    3890e12 View commit details
    Browse the repository at this point in the history
Loading