Go to file
Damien Elmes c74cbf6108 fix media server port allocation
the old code was allowing the main thread to read .port before it had
been updated, and was binding to sockets that were already in use on
Windows. instead, we use a system-assigned free port and block the main
thread until it's been allocated
2017-08-08 14:56:34 +10:00
anki bump version 2017-08-07 18:39:29 +10:00
aqt fix media server port allocation 2017-08-08 14:56:34 +10:00
designer fix conflicting add tags/jump to tags shortcuts 2017-08-04 17:39:40 +10:00
tests fix latex tests 2017-08-01 14:25:49 +10:00
tools fix make install for source 2017-01-17 11:25:55 +10:00
web hack around clozes breaking mathjax 2017-08-06 14:48:30 +10:00
.gitignore fix i18n on linux install 2012-12-21 18:04:26 +09:00
.travis.yml Update Python versions for Travis CI builds 2017-02-26 22:03:12 +02:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop update anki.desktop (thanks to julian) 2017-01-24 18:29:31 +10:00
anki.png merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xml merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xpm merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
LICENSE elaborate on bsd license 2016-05-06 09:51:30 +10:00
LICENSE.logo update links in license.logo 2017-01-24 18:15:28 +10:00
Makefile fix make install for source 2017-01-17 11:25:55 +10:00
README.addons update addon docs 2017-07-05 12:41:05 +10:00
README.contributing fixing typo 2017-01-30 08:30:20 +01:00
README.development fix qt version in readme.development 2017-07-22 10:54:55 +10:00
README.md Update README.md broken link 2017-03-09 15:13:30 -06:00
requirements.txt Make hooks.wrap preserve signatures, fixes hooking some pyqt5 callbacks 2017-07-16 23:25:34 -03:00
runanki explicit python3 in runanki, remove /usr/share ref 2016-06-28 15:47:09 +10:00

Anki

This is the development branch of Anki.

For stable builds, please see https://apps.ankiweb.net.

For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing

If you're a developer, you can learn more about building Anki in README.development.

Build Status