summaryrefslogtreecommitdiff
path: root/misc/py-anki2
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26fix some whitespace, mostly introduced in the previousmaya1-2/+2
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2018-06-22py-anki2: drop maintainershipwiz1-2/+2
2018-06-17py-anki2: update to 2.0.52.wiz2-7/+7
Changes in 2.0.52 Released 2018-05-31. Fixed a bug that could cause cards in relearning to be scheduled incorrectly when they’re imported into a different collection. Changes in 2.0.51 Released 2018-03-26. Windows-only release that works around a toolkit bug that was causing ping spikes every ten seconds for some Windows users. If upgrading from a previous version, please uninstall the previous version prior to installing 2.0.51. Uninstalling will not delete your user data.
2018-03-11py-anki2: update to 2.0.50.wiz2-7/+7
Changes in 2.0.50 Released 2018-03-08. Fixed a bug on macOS High Sierra that could cause media files to be detected as changed when they hadn’t been. Burying now defaults to off. The default review limit is now 200 cards/day. Changes in 2.0.49 Released 2018-02-05. The standard Mac build is now 64 bit, which should prevent warnings in future macOS updates. If you’re on an older machine that is 32 bit only, you’ll need to switch to the alternate build. Changes in 2.0.48 Changes in 2.0.48 Released 2017-10-11. Built with an updated Python version, which fixes some issues add-ons were having accessing secure sites. Due to regressions with the Linux build, this version is only available for Windows and Mac. Update 2017-11-28: The alternate Mac version also had problems with the new Python, and has been rolled back.
2017-09-04Updated py-anki2 to 2.0.47.wiz2-7/+7
Fixes an issue that could allow a specially crafted .apkg file to write files outside the media folder during import. AnkiWeb shared decks were not affected, but upgrading is strongly recommended if you import .apkg files from third party sources. A big thanks to David Bailey for discovering this issue.
2017-08-14Updated py-anki2 to 2.0.46.wiz2-7/+7
Changes in 2.0.46 Released 2017-08-02. Fix an issue where mplayer would not work for some Linux users. Fix an issue with the edit screen that may have lead to crashes later on.
2017-04-05Updated py-anki2 to 2.0.45.wiz2-8/+7
A Linux-only release that fixes recording in the compiled packages.
2017-02-27Updated py-anki2 to 2.0.44.wiz2-7/+7
Changes in 2.0.44 Released 2017-02-25. A release for Windows. Fixes issues people were having running Anki when their Windows login name contained non-Latin characters. Changes in 2.0.43 Released 2017-02-22. A release for Windows and Linux machines that moves Anki’s files out of the Documents folder like we did for the Mac in 2.0.37. This should work around issues with OneDrive setting files in the Documents folder to read only, and puts the files in a more standard location on Linux. The manual has been updated to reflect the new locations: https://apps.ankiweb.net/docs/manual.html#file-locations
2017-02-17Updated py-anki2 to 2.0.42.wiz2-7/+7
Changes in 2.0.42 Released 2017-02-10. A Linux-only release which fixes interface translations not working in the compiled package.
2017-02-07Updated py-anki2 to 2.0.41.wiz2-8/+8
Changes in 2.0.41 Released 2017-01-29. Shave a second or two off sync times in certain circumstances. Fix for errors on latest sqlite on Linux (thanks to dequis) OS X alternate version rebuilt on 2017-01-30 to fix an issue with playing sounds.
2017-01-16Updated py-anki2 to 2.0.40.wiz2-7/+7
Changes in 2.0.40 Released 2016-01-13. A Mac-only release that fixes an error on startup when the Documents folder is on a different drive. For people upgrading from 2.0.36 or earlier, please note that Anki will move your Anki data out of Documents/Anki and into Library/Application Support/Anki2, to prevent problems people were having with the new macOS. If you have enabled desktop and documents syncing in the iCloud preferences, we recommend taking a backup of your Documents/Anki folder prior to upgrading. Changes in 2.0.39 A Linux-only release that fixes some issues with the makefile.
2017-01-01Updated py-anki2 to 2.0.38.wiz3-10/+14
Changes in 2.0.38 Fix the Mac builds not including 2.0.37 updates Fix make install on the Linux build Fix the menus not being translated Changes in 2.0.37 The Mac version now stores user data in Library/Application Support/Anki2 instead of Documents/Anki, as the new macOS Desktop & Documents in iCloud feature can cause data corruption. Anki will put a link to the folder in your documents folder to make it easy to access. If you’re making manual backups, please make sure you update your backup scripts to copy files from the new location. The Linux version is now available as a compiled version, with most of the required libraries built in. This is a bigger download, but will ensure you are able to run Anki even if your distribution has the wrong library version. Fix adding clozes in a filtered deck (thanks to Michael) Preserve identical fields when switching note type (thanks to Glutanimate) Fix an issue that could allow cards to be imported even if the note type had changed Tweaks for add-on writers, and some tooltips (thanks to Dmitry)
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-04-13Update py-anki2 to 2.0.36.wiz2-7/+7
Changes in 2.0.36 Fix a problem starting the app on Vista. If you don’t have trouble starting 2.0.35, there is no need to upgrade.
2016-04-08Update py-anki2 to 2.0.35.wiz2-7/+7
Changes in 2.0.35 The interface language can now be changed from the preferences screen. Fix shortcut keys not working in Spanish translation. Changes in 2.0.34 The interface will now scale depending on your DPI size on Windows. This will make images and text more blocky if your DPI is up very high, but the buttons and text will be more readable. The alternate installer retains the old behaviour. Exports of .apkg files now support media folders with >2GB / 64k files. Importing and exporting of collection.apkg has been sped up, and we no longer compress media files in the .apkg, as most media files do not benefit from compression. Importing and exporting now show progress. Don’t convert newlines into <br> tags in text export. Limit tags in custom study screen to the tags that are available (thanks to bogdanteleaga). Don’t include media files starting with _ in deck export unless they’re referenced on template (thanks to Tim). Fix crashes caused by other clients allowing huge daily card limits. Fix an issue with overriding decks, thanks to Dave. Ctrl/Cmd+E shortcut to add note in browser thanks to Glutanimate. Don’t restore previous folder when importing if the folder no longer exists (some users reported hangs). If an invalid deck override has been set, ignore it (thanks to Tim). Fix a bug in showing an error when an add-on download failed. Keyboard shortcuts for suspend card (thanks Glutanimate) and reposition in browser.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-3/+2
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-21Update py-anki2 to 2.0.33:wiz3-8/+9
Changes in 2.0.33 Fixed a bug in importing that could lead to corrupted notes if the note type of the source and destination decks didn't match Fix Anki completely breaking on recent Linux installs with pysqlite > 2.6 Fix down arrow being displayed as a box in the deck list on English Windows 10 installs Fix Anki not finding LaTeX on OS X 10.11 Fix field searches in multi line fields (thanks to Avi) Show mark star even when card is scrolled down during review Allow LaTeX commands like \includegraphics (thanks to Arne) Fixed a bug triggered by adding or removing a saved search (thanks to Houssam) Fixed a crash dialog showing up in some Linux installs when Anki is closed with the preferences window open (thanks to Christian) Updated translations, thanks to the contributors.
2015-09-17Add missing dependency. Bump PKGREVISION.wiz1-1/+3
From Shaun Smiley in PR 50250.
2015-04-02Update to 2.0.32:wiz3-7/+8
Changes in 2.0.32 Fixed a syncing bug that could lead to lost reviews and sanity check errors when deleting a filtered deck before syncing. Make default note type titles consistent (thanks to Soren). Load saved searches in alphabetical order (thanks to Houssam). Fix some fields not being renamed in template when renaming field (thanks to Dave). Fixed an error message that could occur in add-ons (thanks to Thomas) . Add a few more media types in the file selector (thanks to Jonathan). Report an error if an add-on download is corrupt. Fix sync error being shown twice. Updated translations, thanks to the translators.
2015-03-26No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.jperkin1-3/+3
2014-10-20Update to 2.0.31. Split off not always needed dependencieswiz3-9/+26
(lame, mplayer, portaudio) into options and default them to off. Changes in 2.0.31 Fix a problem where large regular syncs sometimes timed out. Changes in 2.0.30 If youâre using the alternate build on an older Mac, this upgrade is necessary to keep syncing. Disable embedded fonts on OSX to prevent crashes. The Browse screen on OSX now deletes cards when you press Fn+Del, not Del. Fix a syncing bug triggered by importing apkgs with custom deck options. Fix saved searches not being synced (thanks to Houssam). Fix "check database" not saving changes after fixing an AnkiDroid problem.
2014-10-01Update to 2.0.29:wiz3-7/+8
Changes in 2.0.29 Fix "app is damaged" message on OSX Yosemite A new "added" graph that shows how many new cards have been added to the collection. When exporting notes as text, say the number of notes that were exported, not the number of cards. Allow tags to be separated with an ideographic space character (eg. Japanese full width space) Allow closing the edit current dialog with Ctrl-Enter. Show more info when syncing media, so you can see it’s progressing and get an idea of how long is left. All the web components in Anki default to accepting focus and allowing copying now, which should fix issues with some screens not allowing copy to the clipboard, such as the card info screen. Fix a bug where <br> tags were being inserted in place of newlines when importing with html enabled. Fix a bug when trying to recover from a corrupt profile. Fix addons being downloaded with double newlines on Windows. If an existing anki instance is hung, start a new instance when user clicks on anki icon. A few translation fixes thanks to Derbeth. Disable a better error message when some ssl errors occur. Make the tab width in the template editor reasonable. Strip any formatting when pasting into the template editor, as rich text has no meaning there. If the computer has no desktop folder, place collection packages in the user’s home directory. Fix a bug that was allowing nesting other decks under filtered decks. Fix a bug that was causing templates to get out of sync with field names on Don’t jump around in the browser’s card list when deleting cards. On Linux systems that don’t have a documents folder defined, default to ~/Documents/Anki (in English) for the profile folder. We no longer encode and decode %20 and so on when fields are edited. This should fix the bug where users were having text with percent signs in it being turned into other characters. Tags that differ only in case are no longer allowed, as tags were sometimes case-sensitive and sometimes not. The case that you use the first time you enter will be used for all future cards added with that tag. If you want to change the capitalization of that tag, you can temporarily remove the tag from all cards and then add it again with the new case. Ignore >100MB files when syncing instead of having the server throw an error.
2014-07-22Update to 2.0.28:wiz3-8/+11
Changes in 2.0.28 Fix media syncing state not being properly reset when deauthorizing. Changes in 2.0.27 Media syncing has been rewritten to be more reliable: It no longer locks the account, so multiple clients can sync media at the same time (but please do not attempt this with the mobile clients yet, as they have not yet been updated). This is also paving the way towards background syncing of media in the future. The initial sync on a new device can now avoid both sending and receiving files that already exist on both ends. A large number of deleted files could cause timeouts in the past; this is no longer the case. When resuming from a connection error, less data needs to be sent than before. When deauthorizing sync, the media syncing state is reset. On Linux, the Anki folder is now Documents/Anki, which matches the other platforms. Anki will use a previous Anki folder if it exists, so please rename it manually if you wish to use the new location. Searches in the Browse screen can now be saved into the sidebar, and the tab key order has been improved (thanks to Houssam). These changes conflict with previous versions of the Advanced Browser add-on, so please ensure you download the latest version if you use this add-on. Fixed a bug where a filtered deck with or in it could mistakenly include suspended or buried cards. Fixed crashes in the alternate Mac build. The Preview window now has a "replay audio" button, with the shortcut R like in the review screen. The post-import log now lists the number of notes that were unchanged by a text import. "Unchanged" includes notes that were present in your collection as well as the imported file but were not updated in your collection, whether because the update option was off or they were not changed. The options menu next to each deck in the deck list now has an "export" button, which opens the export dialog with that deck already selected. Donât display the "added duplicate" message multiple times when a note is already duplicated in the collection but only one new duplicate was added. Fix a bug where Anki was inserting <br>s into the text of imported cards if using quoted multi-line notes, with HTML disabled. Provide more helpful errors when importing corrupt collection packages or .anki2 files. Anki now remembers the previous position and size of various dialogs it didnât previously. The "suspended" label in the card types graph has been changed to "Suspended+Buried" since that category also counts buried cards. Anki now makes sure the Get Addons dialog opens at an appropriate size when the system font size is unusual. Check that saving a statistics image was successful before displaying a success message, and give a warning if Anki doesnât have permission to write to the desktop. Give a less confusing error when Anki canât create a profile folder. Donât throw an error when attempting to delete unused media that has already been removed. Fix for exporting to csv with quotes in a field (thanks to Rubyu) Tweaks to latex handling which will allow add-ons to switch to pdftex (thanks to Joel) Round cards/minute stat instead of truncating it (thanks to Markus) Fix errors when importing Mnemosyneâs latest db format. Support pasting of m4a urls. Add a fix for an AnkiDroid bug to the Check DB function (thanks to Houssam) Fix tooltip colour for inverted colour schemes. (Thanks to Pat) Donât trigger help when enter pressed in preferences screen. Fix a bug on Windows where the main window was left open when a corrupt collection was detected. Fix error when Anki is running for multiple users on a multi-user machine. Donât try to authenticate username and password if user cancels login dialog. Allow changing case of profile name on Windows. Update all duplicates when importing in update mode. Remove initial search text when ctrl-clicking a left panel item. Fix rounding of cards/minute in stats; use 1 decimal place. Fix error when exporting w/ non-latin text in profile name. Prevent profiles from getting out of sync when rename fails. Update note type on apkg import when only templates have changed Search terms in the browser and filtered decks can now be separated by a full width space (thanks to Paul) Catch some rare startup errors on Windows and show them in a dialog box instead of exiting silently. A special thanks to Soren, who contributed many of the bugfixes in this release.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-3/+3
until proven otherwise.
2014-04-28Update to 2.0.26:wiz2-6/+6
Fix more crashes on Macs. Fix pasting from office applications on Macs. Fix recorded audio playing back at wrong speed on Mac computers that couldnât record at CD quality. Fix cloze markers appearing on cards when multiple cloze fields were listed in the template on a single line. Fixes to source code tests, thanks to ispedals and julienbaley. Add some hooks for add-on authors, thanks to sagittarian.
2014-04-17Update to 2.0.25:wiz3-7/+8
Changes in 2.0.25 Fix copy right click menu not appearing when reviewing. Possible fix for shortcut issues with some add-ons when reviewing. Fix from Julien to fail more gracefully when templates need updating. Fix Qt4.7 Windows build failing to start. Workaround a crash on Macs that was happening when a progress bar was shown. Roll back to a previous mplayer version on OSX to fix some audio playing too fast. Fix Anki failing to recognize clozes when user had defined multiple cloze fields on a single line in their template. Changes in 2.0.24 A required upgrade to continue syncing, as the encryption certificate has been updated. More info is available at https://anki.tenderapp.com/discussions/announcements/60-anki-and-heartbleed An alternative build is now provided which uses an older version of the toolkit. This addresses the Thai slowdown issue on Windows, and continues support for OSX 10.5 & 10.6 on Mac, as the primary build now requires 10.7 or later. For people using add-ons that used multiple colons such as {{ring:my_tag:file.mp3}}, you should update your template to {{ring (my_tag):file.mp3}}. For add-on authors, this change is an improvement by Julien that allows multiple filters to be chained together. If you get an error message about pyqtconfig, please contact the author of the failing add-on and ask them to update the add-on to use qtmajor/qtminor instead, as pyqtconfig was obsoleted a while ago. The deck list in the browser sidebar is now collapsible. This and a few other changes thanks to Houssam. Include buried cards in the suspended count of the graphs. Fix crashes and corruption in column headers on qt5.2 (only relevant for Linux users at the moment) Fix for warnings in console on bleeding edge Linux distros, thanks to ospalh. Remove leech tag on undo if it was added during review. Allow copy context menu for things like card preview. Tweaks to supermemo importer thanks to Bryan. Remove marked and leech tags when exporting without scheduling. More friendly error when ssl fails. Fix 1000 cap in overview screen. Catch another invalid temp folder message. Disallow \r and \n in filenames, and ./.. in profile names. Changes in 2.0.23 Due to a build error, this version was skipped.
2014-02-03Update to 2.0.22:wiz2-6/+6
Fix a regression in the type-answer feature where multiple clozes were not presented in order. Some tweaks to the SuperMemo importer, thanks to jmaatta.
2014-01-27Update to 2.0.21. Mark as not ready for python-3.x.wiz2-6/+8
Changes in 2.0.21 Now that AnkiDroid has been updated, buried cards will now only be automatically unburied when a new day rolls over, and not when you sync or restart Anki. If you sync from this version to AnkiWeb and then to the mobile clients, they should also switch over to this new behaviour. New users will now need to confirm their choice of interface language before proceeding. Increase filtered deck max size to 99999 Fix drag&drop of Google images from Safari Ignore filtered cards when determining min/max in reposition dialog When a corrupt collection is found, rename it so the profile can be loaded again and restored from backup. Fix a regression in displaying startup errors and quitting from the profile manager Display a better error message when a sync times out Fix an error caused by an add-on that changes browser columns Fix a bug where the forward & optional reverse note type was invalid when added in languages other than English. If the same word has been cloze-deleted multiple times in a cloze, only require it to be typed once in the type in the answer feature.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-12-31Update to 2.0.20:wiz3-13/+14
Changes in 2.0.20 Fixed a bug where "check media" could incorrectly report media as unused when the media filenames were encoding incorrectly. Changes in 2.0.19 When resizing columns in the browser, move the others. Fix a bug in the "reschedule as new" feature that could lead to cards ending up in an inconsistent state in some circumstances. Fix card layout screen jumping to original tab when flipping. Fix an error in syncing when time passed between connections. Fix a bug in "check media". When rescheduling in the browser, automatically remove from a filtered deck instead of ignoring filtered cards. Same with buried/suspended. If a non-media URL is pasted in, paste it verbatim instead of ignoring it. Change import default for new users to ignore duplicates, instead of updating them. Fix a bug in the pasting of certain image links. Fix a error that could occur on Windows when switching profiles or syncing. Add a more description error message to certain network issues. Fix an issue with media resyncing on Macs. Fix the message that displays when the clock is incorrect. Add an option to the preferences to disable compression of backups for slow computers. Fix an install error on FreeBSD.
2013-11-18Update to 2.0.18:wiz2-6/+6
Update to 2.0.18: Fix a bug that could cause invalid scheduling when a card was manually buried while in a filtered deck. For now, burying in a filtered deck will mean that the card returns to the home deck. Fix an issue where Anki was failing to start if prefs.db was corrupt. Don’t create a .log file when exporting files. Rotate log files when they hit 10MB. Warn user when they have filenames with an invalid encoding. Fix a long error being shown when syncing without a net connection on some Linux computers. Update "check database" to catch an issue with note types. Fix issues on some Linux systems that had simplejson installed. Fix some issues that were masking actual connection errors. Catch more temp folder issues. Possible fix for OSX crash when editing.
2013-11-13Update to 2.0.17:wiz2-6/+6
* Fix a delay when showing the next card on some computers. * Make sure suspended & buried cards are reset when exporting without scheduling information.
2013-11-03Update to 2.0.16. Add slovak translation.wiz3-7/+8
2013-10-27Update to 2.0.15:wiz3-7/+8
Add an option to disable burying of reviews. Added a "bury card" option to the review screen, and changed the shortcut to bury a note to "=". Added a new is:buried search, and is:suspend no longer shows buried cards. Added a new cid:<card id> search to search for a particular card by its ID, and IDs are now shown in the Card Info screen. Don't mark cards as modified when automatically burying, which could potentially cause issues. Increase sync timeout When Anki detects the clock is wrong, it now shows how far it is off. Fix an issue working around a broken trash folder on Windows. Fix problems double clicking on files to import when path contains non-latin text, thanks to wlhuang. Display a more informative error when the user's temp folder permissions are wrong. When double-clicking on a backup file to restore, skip the sync on startup. Log some scheduling operations to make it easier to debug issues.
2013-10-20Update to 2.0.14:wiz2-6/+6
Fix a bug that was causing proxy authentication errors to be reported when the issue was something else. A full upload now removes the deletion log, which can save a lot of space if you've added many notes and deleted them again. Better feedback when a sync is aborted due to concurrent access from another device. Stop errors from appearing when the tags column is enabled in the browser and the user has non-latin text in tags. Fix an issue that was causing note types to be renamed when they shouldn't be.
2013-10-06Update to 2.0.13:wiz3-7/+11
Changes in 2.0.13 Sibling handling has been reworked, which should better ensure that cards from the same note donât appear together: When you answer a card, Anki will automatically bury any siblings that are in the new queue or review queue. Cards in the (re)learning queue can not be buried, but reviewing those cards will cause any new & review cards to be buried. Cards are no longer unburied when returing to the deck list, but can be unburied with a button on the study overview screen. To avoid problems during the upgrade period, cards are currently unburied when you sync or close your collection. When all clients have been updated, this behaviour will change so that cards are only automatically unburied when a day has passed. You will still be able to manually unbury them if you wish. This new behaviour ensures that siblings are spaced even in filtered decks. Burying of new cards can be disabled in the options if you want to introduce related cards in the same session. If disabled, Anki will try to spread out the siblings like it does in 2.0.12, though like 2.0.12 spacing is not guaranteed and may fail when you edit cards or perform operations that require a queue rebuild. When importing an .apkg file, existing notes will be updated if they are newer in the .apkg file, and the note types are compatible. Cards are not touched, so existing progress will be retained. This means content authors can now easily distribute not only new content, but updates to existing content as well. Filtered decks have a new "relative overdueness" sort option that will sort cards by how overdue they are compared to their interval, in the same manner Anki did a few years ago. You can now show tags as a browser column. Fix an issue with importing when a filtered deck was selected in the main window. Donât treat modified q/a templates as an incompatible note type. Anki now enforces a standard encoding of media files with non-latin text, which should fix some issues moving media between Mac and non-Mac computers, and will ensure you donât end up with multiple files in your media folder that look like they have the same filename but actually have a different encoding. The unused media menu option has been renamed back to "Check Media", and it is now capable of renaming fields and media filenames to ensure theyâre consistent. Fix an issue where dragging files from the desktop on Linux was pasting a URL instead of embedding the file Fixed a bug where Anki failed to start on Linux distributions with an older Python version. Anki now allows you to import .apkgs which have been renamed to .zip, as unfortunately some browsers "helpfully" rename the files when downloading them. The "Find Duplicates" function in the browser now ignores HTML when comparing duplicates, and provides an option to tag the duplicates. Fix an error in showing an error when downloading addons Fix < and > in a field causing text to disappear when typing in the answer . The "study deck" and deck/note type selection windows now remember their size and position. Fix an issue showing clozes when the userâs mistyped the cloze characters. Tolerate Windows trash errors . Fix an error when upgrading some Anki 1 decks. Separate users on the same machine can now run Anki concurrently. Anki should no longer have issues starting upon Linux after a previous instance didnât terminate properly. Fix some issues with suspending, burying & rescheduling learning cards that could cause a later "download the fix assertion addon" message. After syncing once, the sync username should become visible in the preferences dialog. When adding a new column in the browser, scroll it into view. When adding or importing note types, ensure they have a unique name. Speed improvements to some text operations, thanks to hssm.
2013-07-28Update to 2.0.12:wiz3-7/+8
If you use LaTeX for mathematical equations on your cards, and study with AnkiMobile or AnkiDroid, please revert to 2.0.8 (available on the Anki website) until the mobile clients receive an update. o Changed the way pastes and drag&drops are handled. This should hopefully fix various issues people were having with Google Images, and will now automatically add any images in a chunk of selected text to your collection if you have HTML stripping turned off. o Fixed errors caused by importing notes with a changed schema o Revert a change made in 2.0.9 where Anki would switch the active review deck when a different deck was selected in the add screen. This caused issues where the note type would change invisibly and some people objected to the new behaviour. o Work around a crash when closing Anki on Windows caused by a toolkit bug. o Make sure we always show 3 buttons for cards in initial learning in a filtered deck. o Improve the checking for and stripping of filename characters that can't be stored on some filesystems. o Fixed an error when pasting media with non-latin characters in the URL. o Don’t throw an error if user adds cloze reference to a non-cloze note type. o Fix error shown when importing csv file with blank first line. o Fix year and all time review graph. o If the user’s recycle bin is broken, just delete the file instead. o Don’t send old backups to the recycle bin. o Fix duplicates not being detected when pasting text. o Fix a bug where the clipboard was being clobbered after the first paste. o When pasting images between fields, don’t try to download them. o Allow includegraphics in LaTeX o You can now view stats on filtered decks. o Warn when prefs.db is corrupt, and catch another corruption case o Allow searches for decks with + in their name. o Work around linux crash on paste of invalid image. o Fix an issue where duplicates were not being detected on paste o Ensure starting ease can't be set below 130%. o Make sure we include px in stats (thanks to steveaw) o Fix error shown when importing from command line (thanks to Hans) o Fix incorrect instructions to "maintenance" menu (thanks to Soren) o Unused media now shows "no missing media" message in a tooltip (thanks to Julien)
2013-06-14Update to 2.0.11:wiz3-7/+12
Changes in 2.0.11 If you’re upgrading from 2.0.8, please also see the 2.0.9 & 2.0.10 changes below. * 2.0.9 introduced a change that produced cleaner HTML output when editing fields, but unfortunately this revealed a bug in the GUI toolkit which could cause Anki to crash when editing those fields. So the 2.0.9 change has been reverted, and Anki will output divs instead of br tags again. This update will not change the format of cards that were created in 2.0.9 or 2.0.10 and thus they may still cause crashes when editing, but any cards added after upgrading should not trigger the toolkit bug. * Fix problems syncing when Anki’s running on a mapped network drive * Fix problems reporting correct error message when sync fails Changes in 2.0.10 * Fix pasting of images * Fix error when syncing media on an unmapped network drive * Fix issues with non-latin text in images in card layout and preview windows * Fix unicode error on export * Default to allowing HTML on import * Fix error when opening card layout * Force y axis minimum of 0 in reps graph * Fix duplicate searching in Add window * Improve type answer comparison of accented characters * Make sure we show field when nothing typed in * Allow apostrophe when renaming deck * Mnemosyne importer tweaks * Other minor fixes Changes in 2.0.9 * Improvements to the type answer feature: no more "the correct answer was" text, clearer indications of typed vs correct answer, customizable colours (.typeBad/.typeGood/.typeMissed), monospace by default so input+correct lines up (code#typeans), an example comparison in the Cards dialog, and automatic moving of the answer comparison underneath the Q/A line. Example attached. * The browser now has a preview button that makes it easier to quickly browse previews of cards. * The /limit to tags/ and /study a random selection of cards/ options in the custom study dialog have been merged together into a single new option that allows you to study new cards, due cards or all cards (cram), optionally limiting to particular tags as well. * If Anki detects that the media is out of sync, it will now automatically recover on the next sync. Furthermore, it no longer needs to send files that already exist on each side, so when this change is incorporated into the mobile clients you’ll be able to copy media over to them to avoid a long initial media sync. * When media is deleted via a sync or unused media, it’s now placed in the OS’s trash folder instead of deleted completely. Likewise for rotated backups and profile deletions. * When notes are deleted, their content is logged in a file called deleted.txt in your profile folder. * The filter area when selecting decks or note types now matches on consecutive characters, and uses spaces to separate search terms. So if you had a deck called "German::Verbs", you can search for it with "man verb", but not "grman" * You can now choose a font size > 20px for the card list. It’s not possible to resize the line height for each individual card, so choosing a large font size in one note type will make the line height large for all cards. * Anki should output BRs instead of DIV tags when you hit enter in the editor now, which should make editing the resulting text on mobile clients easier. Note this will only apply to content you add after upgrading. * Card types are removed with an X on the tab instead of an item in More. * Check Database, Unused Media and Empty Cards are now in the Tools menu, instead of a submenu. * Full Sync is now in the preferences, not in the menu. * Syncing now checks to see if the database is consistent prior to syncing, and if it finds any errors, it recommends a database check rather than a full sync. * If a database check finds any errors, it automatically forces a full sync. * When closing the collection, check for corruption. This makes closing Anki and switching profiles a bit slower, but ensures that corruption is detected early so that backups are useful. * If user has Add window open and syncs, ask if they want to keep the content and cancel sync if so. * After uploading a collection, notify user they need to download on other devices. * More verbose sync conflict message. * Shift clicking on a sidebar item in the browser will now OR it with the current search. * Prioritize HTML over images, so pasting from Microsoft apps pastes text again. * Timeboxing now pops up dialog instead of a tooltip, with options to continue or finish. * Don’t import notes multiple times when the note type has been modified * Add mature correct/today stat to graphs. * You can now hold down the shift key while starting Anki to disable add-on loading and automatic syncing (except if you’re on an old Linux distro). * Make sure to update card order when changing, adding or deleting option groups. * Make sure to shuffle after importing txt or apkg files if your deck options say to shuffle. * When exporting to an .apkg with scheduling off (or when sharing a deck on AnkiWeb), new cards now have their current order preserved. * Anki will now warn when you try to add a cloze deletion note without any deletions. * Anki will allow you to cloze delete when a normal note type is selected, with a popup warning instead of an error. * Anki should now run on an unmapped network drive on Windows and display images correctly. * Ctrl+Shift+T (Command+Shift+T on a Mac) now jumps to the Tags entry field. * When pasting from field to field, strip <span> tags that were being inserted by WebKit. * When importing from a text file, include a list of all updated or duplicated notes in the import log. * Fix unused media spuriously reporting unused media with leading underscores. * Fix cloze+latex issue where multiple answer images were generated. * Fix cloze+latex issue where unused media deleted used images and created others. * Fix error when trying to reschedule with min>max * Add scrollbar to About dialog. * Don’t allow images to be dragged (and deleted) from the review window. * Better warning when importing invalid .apkg file * When saving a note, strip quotes from the tags and sort tags in alphabetical order. * Fix an issue with images failing to show up when they had an apostrophe in them. * Fix issues with pasting links to sounds/images where the filenames had non-latin characters or punctuation characters. * Fix issues with pasting invalid links. * Deck descriptions are now always displayed verbatim, and not truncated. * Fix issues with syncing media on a vfat drive. * When inserting a media file that already exists in the media folder, checksum all alternative filenames (thanks to Julien Baley) * Fix a bug where the number of buttons would decrease from 3 to 2 on the second answer of new cards in a filtered deck. * Make it clearer when changing deck options will affect multiple decks. * Fix an issue where invalid filenames were generated when pasting a link to a remote filename with non-latin characters. * Fix an issue where rescheduling of relearning cards into new cards would cause a later "download the fix assertion addon" message. * Allow pasting of a few more audio formats. * Fix main window appearing on top after pasting on Windows. * The /show duplicates/ feature when adding now correctly shows all duplicates in the browser, regardless of their embedded formatting. * Allow canceling of note type selection. * When clicking Add, make sure to reshow Add window if it’d been minimized. * Make desktop folder if it was missing when saving stats to image. * More checks for the Check Database routine. * Fixed a bug where some Windows users were unable to start Anki. * Allow overwriting existing files in export (thanks to Chris Burel) * Fix an error when user comments out type answer field (thanks to Ospalh) * Fixed an issue where a field: search that didn’t match would prevent the search from matching anything. * Handle cloned note types in mnemosyne importer. * Don’t save note if no changes have been made. * Fix an issue with unused media and different file name representations (thanks to Ospalh) * When changing deck in Add window, switch review deck too. * Don’t play audio twice when changing templates * When hitting /s/ on a deck with no due cards, display a tooltip. * Handle non-breaking spaces in furigana markup. * Fix bug where some text was being swallowed in error messages. * Fix a bug where leading whitespace was being cut off in text imports. * Fix inverted sub/superscript shortcuts * Make sure sort field is updated when field is deleted * Allow HTML in Mnemosyne import * Fix downloading of add-ons when running from USB disk * Fix field outline (thanks to Frostschutz) * Workaround a Qt bug that was preventing clicks on the sidebar in the browser (thanks to Frostshutz) * Pauker importer (thanks to Frostshutz) * Added --version option (thanks to Hut) * Fixed an error upgrading very old Anki 1 decks. * Use "question" and "answer" for browser labels, instead of "front" and "back". * When using /change deck/, select the current deck by default. * When searching in the browser, use double quotes rather than single quotes. * Don’t allow invalid characters in filenames when exporting. * Allow enter to close the change note type dialog. * Fixed a bug where rescheduling learning cards as reviews could cause the cards to be in an invalid state. * If Anki config can’t be loaded, start with new prefs.db * Fixed a bug where Anki would close without saving when it was closed while another window was focused. * Catch another firewall error. * Various other minor fixes. * Add shortcut key for history button * Work around an issue when backspacing over all text that was formatted. * Fix a bug that was causing formatting to be lost when copying between fields. * Fix line disappearing in card layout. * Resize deck options dialog when it’s opened. * Ensure cards have correct due number to make sibling spacing work when importing. * Show profile name in title bar * Make sure we focus first field when adding next note when JP support add-on installed. * Fix a bug where hitting enter in the tags completion list could select the wrong tag. * When studying a filtered card, clicking Add will default to that deck. * Add a hideable warning to the bottom of the deck list when there are over 25 decks. * Fix issues where images with extra properties weren’t being found in unused media. * Don’t copy the implicit max-width property on images when pasting between fields. * Fix a non-rounded number issue in stats * Use correct extension when exporting notes/cards as text. * Fix alignment issues in top and bottom toolbars * Work around a startup problem on misconfigured Windows systems * Ignore sticky fields when checking if blank when add window closed * Allow multiple spaces in type answer * Work around broken images when pasting/attaching on Linux * Fix error when sending non-Latin text to trash on Linux * Fix a timer bug (thanks to Frostschutz) * Fix unicode error on export * Fix enter key in add/remove tags dialog * Only show browser close menu item on mac * Change the way we deal with non-latin chars in filenames on Windows * Include full info on sync error * Fix modification check in note merge * The /full sync/ option should force a sync even if no other changes were made * Various fixes to the Mnemosyne importer * Fix find duplicates feature when fieldname case differs
2013-02-11Update to 2.0.8: bugfixes and localization updates.wiz2-6/+6
2013-02-03Update to 2.0.7: bugfixes and translation updates.wiz2-6/+6
2013-01-25Update to 2.0.6: Minor bugfixes and localization updates.wiz3-7/+8
2013-01-21Update to 2.0.5. No list of changes found.wiz4-237/+211
2013-01-01Fix path to bashjoerg1-2/+7
2012-12-25Use latest distfile with same name.wiz2-5/+8
Changes are minor code changes and lots of translation updates. Checksum mismatch noted by joerg.
2012-12-17Import py27-anki2-2.0.3 as misc/py-anki2.wiz5-0/+561
Anki is a program which makes remembering things easy. Because it is a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn. Anyone who needs to remember things in their daily life can benefit from Anki. Since it is content-agnostic and supports images, audio, videos and scientific markup (via LaTeX), the possibilities are endless. This package contains the major version 2 of the program.