diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-27 23:19:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-27 23:19:01 +0000 |
commit | 04297a6475459ab3b274566718735175b30cb5ce (patch) | |
tree | 4f76497928d58b4fe0af4edae263ff11defd68d8 /misc | |
parent | f267cd617bd23546303c18ea50bb23a5ebfea8f8 (diff) | |
download | pkgsrc-04297a6475459ab3b274566718735175b30cb5ce.tar.gz |
Update to 2.0.15:
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anki2/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anki2/PLIST | 3 | ||||
-rw-r--r-- | misc/py-anki2/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 4dd88e3567a..8bdc028cba9 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/10/20 21:56:33 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/10/27 23:19:01 wiz Exp $ -DISTNAME= anki-2.0.14 +DISTNAME= anki-2.0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} CATEGORIES= misc x11 MASTER_SITES= http://ankisrs.net/download/mirror/ diff --git a/misc/py-anki2/PLIST b/misc/py-anki2/PLIST index f00d5dd7cfc..ee887474343 100644 --- a/misc/py-anki2/PLIST +++ b/misc/py-anki2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/10/06 16:30:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/10/27 23:19:01 wiz Exp $ bin/anki man/man1/anki.1 share/anki/LICENSE @@ -357,6 +357,7 @@ share/anki/locale/tlh/LC_MESSAGES/anki.mo share/anki/locale/tr/LC_MESSAGES/anki.mo share/anki/locale/uk/LC_MESSAGES/anki.mo share/anki/locale/vi/LC_MESSAGES/anki.mo +share/anki/locale/wo/LC_MESSAGES/anki.mo share/anki/locale/zh_CN/LC_MESSAGES/anki.mo share/anki/locale/zh_HK/LC_MESSAGES/anki.mo share/anki/locale/zh_TW/LC_MESSAGES/anki.mo diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index 48cbec9377c..9cdd83cdf57 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2013/10/20 21:56:33 wiz Exp $ +$NetBSD: distinfo,v 1.11 2013/10/27 23:19:01 wiz Exp $ -SHA1 (anki-2.0.14.tgz) = 9954a20a2eb180718e113bbbc90e0227f081533d -RMD160 (anki-2.0.14.tgz) = 964786da6c4f391d563e01405dfe4b699d29c781 -Size (anki-2.0.14.tgz) = 3148810 bytes +SHA1 (anki-2.0.15.tgz) = 801f054f722765785188d61ea316880d2579db93 +RMD160 (anki-2.0.15.tgz) = bce3db2591d1e28a99478a9e204681735fe65b66 +Size (anki-2.0.15.tgz) = 3155764 bytes SHA1 (patch-Makefile) = aec4f2bc649f6173d4a5c87b559e825a2462748e |