From e6b2d61f38f1afdd88fe5b329407ee84246d2407 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Fri, 19 Aug 2022 19:48:51 -0500 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- anki-plugin/src/util.py | 6 ++++-- ankiweb-description.html | 5 +++-- docs/tiddlers/TiddlyRemember Metadata.json | 2 +- docs/tiddlers/TiddlyRemember.tid | 2 +- tw-plugin/plugin.info | 2 +- tw-plugin/templates/TiddlyRememberParseable.tid | 2 +- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88579f4..6418a71 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 [bumpversion:file:tw-plugin/plugin.info] diff --git a/anki-plugin/src/util.py b/anki-plugin/src/util.py index 8f5363e..53470a2 100644 --- a/anki-plugin/src/util.py +++ b/anki-plugin/src/util.py @@ -11,8 +11,10 @@ Twid = NewType('Twid', str) DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]' -PLUGIN_VERSION = "1.3.3" -COMPATIBLE_TW_VERSIONS = ["", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3"] +PLUGIN_VERSION = "1.3.4" +COMPATIBLE_TW_VERSIONS = [ + "", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3", "1.3.4" +] def pluralize(sg: str, n: int, pl: str = None) -> str: diff --git a/ankiweb-description.html b/ankiweb-description.html index 88be329..43c0a30 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.3.3, released January 6, 2021. +This is TiddlyRemember version 1.3.4, released August 19, 2022. @@ -11,7 +11,8 @@ Changelog: -