From 9042ce69d49511f44be9cf8e7dec3cafa4945691 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 1 Oct 2014 11:41:11 +0000 Subject: Update to 2.0.29: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
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. --- misc/py-anki2/Makefile | 4 ++-- misc/py-anki2/PLIST | 3 ++- 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 bcae353d6f9..c906563020b 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2014/07/22 09:45:38 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/10/01 11:41:11 wiz Exp $ -DISTNAME= anki-2.0.28 +DISTNAME= anki-2.0.29 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 da998f42f8e..29109de1f9f 100644 --- a/misc/py-anki2/PLIST +++ b/misc/py-anki2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2014/07/22 09:45:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2014/10/01 11:41:11 wiz Exp $ bin/anki man/man1/anki.1 share/anki/LICENSE @@ -294,6 +294,7 @@ share/anki/locale/az/LC_MESSAGES/anki.mo share/anki/locale/bg/LC_MESSAGES/anki.mo share/anki/locale/bn/LC_MESSAGES/anki.mo share/anki/locale/ca/LC_MESSAGES/anki.mo +share/anki/locale/ca@valencia/LC_MESSAGES/anki.mo share/anki/locale/cs/LC_MESSAGES/anki.mo share/anki/locale/da/LC_MESSAGES/anki.mo share/anki/locale/de/LC_MESSAGES/anki.mo diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index 4b831fb8113..09e728b97a4 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2014/07/22 09:45:38 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/10/01 11:41:11 wiz Exp $ -SHA1 (anki-2.0.28.tgz) = 8cfc70265d5c595b3b707e5d361f668bfc0abb57 -RMD160 (anki-2.0.28.tgz) = 9c4c881c989182bc82e8209e1c2789b093243f0f -Size (anki-2.0.28.tgz) = 3314001 bytes +SHA1 (anki-2.0.29.tgz) = 347b5954c423129aa97675d1bd3ff1e9f87b81f6 +RMD160 (anki-2.0.29.tgz) = 470975b9babfd0441321a736710444b2fb303140 +Size (anki-2.0.29.tgz) = 3324323 bytes SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861 -- cgit v1.2.3