-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: ankitects/anki
base: 25.09
head repository: ankitects/anki
compare: 25.09.2
- 13 commits
- 20 files changed
- 9 contributors
Commits on Sep 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4506ad0 - Browse repository at this point
Copy the full SHA 4506ad0View commit details
Commits on Sep 16, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 90ed4cc - Browse repository at this point
Copy the full SHA 90ed4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61094d3 - Browse repository at this point
Copy the full SHA 61094d3View commit details
Commits on Sep 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b97fb45 - Browse repository at this point
Copy the full SHA b97fb45View commit details -
Updated Dockerfile to use Ninja build system (#4321)
* Updated Dockerfile to support ninja build * Install python using uv * Bumped python version * Add disclaimer (dae)
Configuration menu - View commit details
-
Copy full SHA for 7e8a107 - Browse repository at this point
Copy the full SHA 7e8a107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e41586 - Browse repository at this point
Copy the full SHA 9e41586View commit details -
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]>Configuration menu - View commit details
-
Copy full SHA for c295774 - Browse repository at this point
Copy the full SHA c295774View commit details -
(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]>
Configuration menu - View commit details
-
Copy full SHA for ec6f099 - Browse repository at this point
Copy the full SHA ec6f099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2907265 - Browse repository at this point
Copy the full SHA 2907265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6854d13 - Browse repository at this point
Copy the full SHA 6854d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d9026 - Browse repository at this point
Copy the full SHA 75d9026View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 80cff16 - Browse repository at this point
Copy the full SHA 80cff16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3890e12 - Browse repository at this point
Copy the full SHA 3890e12View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 25.09...25.09.2