Go to file
2020-12-23 10:06:35 +10:00
.buildkite build wheels in Linux CI 2020-12-21 19:31:15 +10:00
cargo update Rust deps 2020-12-23 10:06:35 +10:00
docs mention deleting ts/node_modules in the docs 2020-12-22 09:29:30 +10:00
ftl add video driver enum; allow setting angle+software on mac in prefs 2020-12-22 13:01:06 +10:00
pip update waitress to handle broken hostnames 2020-12-21 14:42:00 +10:00
platforms minor doc updates 2020-12-11 22:37:12 +10:00
pylib tag the wheels as manual so test ... doesn't build them 2020-12-21 19:28:47 +10:00
qt further decrease default q/a fade time 2020-12-22 13:02:07 +10:00
rslib fix sync indicator turning blue after startup sync 2020-12-22 10:46:50 +10:00
scripts disable worker when building wheels 2020-12-12 10:27:18 +10:00
ts fix path to anki lib in ts/ when editing 2020-12-16 14:15:49 +10:00
.bazelignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
.bazelrc document worker and disable it by default 2020-12-11 21:04:06 +10:00
.bazelversion initial Bazel conversion 2020-11-01 14:26:58 +10:00
.gitattributes enforce eol normalization in gitattributes 2020-11-01 15:24:25 +10:00
.gitignore tidy up .gitignore 2020-12-10 20:26:41 +10:00
bazel.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel simplify wheel building 2020-12-10 20:27:21 +10:00
Cargo.lock update Rust deps 2020-12-23 10:06:35 +10:00
Cargo.toml update to cargo-raze 0.8.0 release 2020-12-18 11:56:56 +10:00
CONTRIBUTORS Add rye761 to contributers list 2020-12-19 20:15:12 -06:00
defs.bzl bump version 2020-12-16 20:29:45 +10:00
late_deps.bzl move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
LICENSE move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
python.bzl remove explicit python3.9 reference due to pylint 2020-12-02 11:23:01 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
repos.bzl update translations 2020-12-22 13:30:39 +10:00
run enable Python warnings when running 2020-12-16 14:59:04 +10:00
run.bat enable Python warnings when running 2020-12-16 14:59:04 +10:00
WORKSPACE packages.bzl -> repos.bzl; update rules_rust 2020-11-05 14:22:45 +10:00

Anki

Build status

This repo contains the source code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/

For more information on building, please see Development.