Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 094017A20E for ; Fri, 8 Apr 2016 21:20:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7488585EF0; Fri, 8 Apr 2016 21:20:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0060685EDB for ; Fri, 8 Apr 2016 21:20:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Qj_RR5ZParWM for ; Fri, 8 Apr 2016 21:20:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F42984CF0 for ; Fri, 8 Apr 2016 21:20:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59AECFBBA; Fri, 8 Apr 2016 21:20:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 8 Apr 2016 21:20:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/py-anki2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160408212030.59AECFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Apr 8 21:20:30 UTC 2016 Modified Files: pkgsrc/misc/py-anki2: Makefile distinfo Log Message: Update py-anki2 to 2.0.35. 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
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. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/py-anki2/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/py-anki2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.