From c1e9edf1aacf300af9d7f2010b53247238b857a0 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Sat, 24 Jul 2021 18:17:32 -0500 Subject: [PATCH] bump versions and add changelogs --- anki-plugin/src/util.py | 4 ++-- ankiweb-description.html | 5 +++-- docs/tiddlers/TiddlyRemember Metadata.json | 4 ++-- docs/tiddlers/TiddlyRemember.tid | 4 ++-- tw-plugin/plugin.info | 2 +- tw-plugin/templates/TiddlyRememberParseable.tid | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/anki-plugin/src/util.py b/anki-plugin/src/util.py index 2769748..e58c772 100644 --- a/anki-plugin/src/util.py +++ b/anki-plugin/src/util.py @@ -9,8 +9,8 @@ Twid = NewType('Twid', str) DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]' -PLUGIN_VERSION = "1.2.2" -COMPATIBLE_TW_VERSIONS = ["", "1.2.2"] +PLUGIN_VERSION = "1.2.3" +COMPATIBLE_TW_VERSIONS = ["", "1.2.2", "1.2.3"] def pluralize(sg: str, n: int, pl: str = None) -> str: diff --git a/ankiweb-description.html b/ankiweb-description.html index a5b8cf5..592e414 100644 --- a/ankiweb-description.html +++ b/ankiweb-description.html @@ -1,6 +1,6 @@ TiddlyRemember is a tool that integrates TiddlyWiki with Anki. You can interleave questions with your notes in TiddlyWiki, then sync them into Anki notes with one click. You can edit and move the questions around your TiddlyWiki, and they will stay connected to the Anki notes. Scheduling information in Anki is preserved when editing notes in TiddlyWiki. -This is TiddlyRemember version 1.2.2, released December 21, 2020. +This is TiddlyRemember version 1.2.3, released July 24, 2021. @@ -11,7 +11,8 @@ Changelog: -