From b4303865d0ea6c101f3c6a993be3ee91e456fe80 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Wed, 9 Oct 2024 08:21:33 -0500 Subject: [PATCH] fix compatible versions metadata Resolves #82. --- .bumpversion.cfg | 2 +- anki-plugin/src/util.py | 4 ++-- 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, 10 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 68d17b6..18998ff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 1.3.6 [bumpversion:file:tw-plugin/plugin.info] diff --git a/anki-plugin/src/util.py b/anki-plugin/src/util.py index 2044a1d..550dc4d 100644 --- a/anki-plugin/src/util.py +++ b/anki-plugin/src/util.py @@ -11,9 +11,9 @@ Twid = NewType('Twid', str) DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]' -PLUGIN_VERSION = "1.3.5" +PLUGIN_VERSION = "1.3.6" COMPATIBLE_TW_VERSIONS = [ - "", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3", "1.3.4" + "", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3", "1.3.4", "1.3.5", "1.3.6" ] diff --git a/ankiweb-description.html b/ankiweb-description.html index b71a99d..0608bd4 100644 --- a/ankiweb-description.html +++ b/ankiweb-description.html @@ -1,16 +1,17 @@ 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.5, released December 6, 2023. +This is TiddlyRemember version 1.3.6, released October 10, 2024. This add-on does not do anything useful without also installing the TiddlyWiki plugin to your wiki. Please see the documentation linked above for details on complete installation. -Please do not post reviews reporting issues or asking for help, as I have no way to respond to them. +Please do not post reviews reporting issues or asking for help – I won't see them soon enough to help you. Instead, use the issues link or email address above. Changelog: +