diff options
author | wiz <wiz> | 2014-04-17 12:33:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-17 12:33:48 +0000 |
commit | 55513fa7a036d322d761b4335f40807397b591ad (patch) | |
tree | 5789218933d7b13b6d53ce39b287ad39e74cbdfe /misc | |
parent | 12e97552a9df78c1898579c2c8428b95deb7c2b9 (diff) | |
download | pkgsrc-55513fa7a036d322d761b4335f40807397b591ad.tar.gz |
Update to 2.0.25:
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.
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 83071139075..01efa02326f 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2014/02/03 16:44:32 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/04/17 12:33:48 wiz Exp $ -DISTNAME= anki-2.0.22 +DISTNAME= anki-2.0.25 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 7a85d43b2e5..ec8bf5cb2f3 100644 --- a/misc/py-anki2/PLIST +++ b/misc/py-anki2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/11/03 16:07:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/04/17 12:33:48 wiz Exp $ bin/anki man/man1/anki.1 share/anki/LICENSE @@ -335,6 +335,7 @@ share/anki/locale/qt_fr.qm share/anki/locale/qt_gl.qm share/anki/locale/qt_he.qm share/anki/locale/qt_hu.qm +share/anki/locale/qt_it.qm share/anki/locale/qt_ja.qm share/anki/locale/qt_ko.qm share/anki/locale/qt_lt.qm diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index 4c5d937d416..4fae6f9e93e 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2014/02/03 16:44:32 wiz Exp $ +$NetBSD: distinfo,v 1.18 2014/04/17 12:33:48 wiz Exp $ -SHA1 (anki-2.0.22.tgz) = bf966d9b4b4bb1df5a6cbe4c83fb116dd5132771 -RMD160 (anki-2.0.22.tgz) = c0b2a2f8633813e68272eb908d16ff5043f62593 -Size (anki-2.0.22.tgz) = 3208955 bytes +SHA1 (anki-2.0.25.tgz) = 4b7c7c86424cb38f0f5fd190dc16a54f377e8073 +RMD160 (anki-2.0.25.tgz) = a74bc7c4748df9813c6a633fb8a0f45988be1ad5 +Size (anki-2.0.25.tgz) = 3270357 bytes SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861 |