diff --git a/anki-plugin/src/util.py b/anki-plugin/src/util.py
index 0761392..2769748 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.1"
-COMPATIBLE_TW_VERSIONS = ["", "1.2.1"]
+PLUGIN_VERSION = "1.2.2"
+COMPATIBLE_TW_VERSIONS = ["", "1.2.2"]
def pluralize(sg: str, n: int, pl: str = None) -> str:
diff --git a/ankiweb-description.html b/ankiweb-description.html
index 6a3c069..a5b8cf5 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.1.
+This is TiddlyRemember version 1.2.2, released December 21, 2020.
@@ -11,7 +11,8 @@
Changelog:
-- 1.2.1: Fixed a bug where wikis retrieved from URLs would sometimes produce garbled notes. Only the Anki side was updated in this release, so you do not need to update your TiddlyWiki plugin.
+- 1.2.2: Miscellaneous bugfixes, including permalinks with spurious / at the end and friendlier error messages.
+
- 1.2.1: Fixed a bug where wikis retrieved from URLs would sometimes produce garbled notes. Only the Anki side was updated in this release, so you do not need to update your TiddlyWiki plugin.
- 1.2.0: Most HTML formatting is now preserved when importing into Anki. A new "pair" note type, which works similarly to "Basic (and reversed card)", is now available. Several bugs fixed.
- 1.1.1: Fixed a bug introduced in version 1.0.1 where tiddler titles were not URL-decoded when necessary, leading to garbage in the Reference field.
- 1.1.0: Fixed a bug introduced in Anki 2.1.28 where notes would not be deleted during a sync. Add hard reference targets.
diff --git a/docs/tiddlers/TiddlyRemember Metadata.json b/docs/tiddlers/TiddlyRemember Metadata.json
index bce832f..4cb6fc3 100644
--- a/docs/tiddlers/TiddlyRemember Metadata.json
+++ b/docs/tiddlers/TiddlyRemember Metadata.json
@@ -1,5 +1,5 @@
{
- "version": "1.2.1",
+ "version": "1.2.2",
"compatible-tw5": ">= 5.1.21",
"compatible-anki": ">= 2.1.28",
"repository": "https://github.com/sobjornstad/TiddlyRemember",
diff --git a/docs/tiddlers/TiddlyRemember Metadata.json.meta b/docs/tiddlers/TiddlyRemember Metadata.json.meta
index bdc9774..1045bae 100644
--- a/docs/tiddlers/TiddlyRemember Metadata.json.meta
+++ b/docs/tiddlers/TiddlyRemember Metadata.json.meta
@@ -1,5 +1,5 @@
created: 20200523155125699
-modified: 20201011140203655
+modified: 20201221183933534
tags:
title: TiddlyRemember Metadata
type: application/json
\ No newline at end of file
diff --git a/docs/tiddlers/TiddlyRemember.tid b/docs/tiddlers/TiddlyRemember.tid
index 05bec8a..2120f20 100644
--- a/docs/tiddlers/TiddlyRemember.tid
+++ b/docs/tiddlers/TiddlyRemember.tid
@@ -1,6 +1,6 @@
created: 20200523154559237
list: [[Installing TiddlyRemember]] [[Configuring TiddlyRemember]] [[Creating notes in TiddlyRemember]] [[Syncing TiddlyRemember with Anki]]
-modified: 20201011140153684
+modified: 20201221183923301
title: TiddlyRemember
type: text/vnd.tiddlywiki
diff --git a/tw-plugin/plugin.info b/tw-plugin/plugin.info
index 88f207d..01f15b5 100644
--- a/tw-plugin/plugin.info
+++ b/tw-plugin/plugin.info
@@ -2,7 +2,7 @@
"title": "$:/plugins/sobjornstad/TiddlyRemember",
"description": "TiddlyRemember: Embed Anki notes in your TiddlyWiki",
"author": "Soren Bjornstad",
- "version": "1.2.1",
+ "version": "1.2.2",
"core-version": ">=5.1.21",
"source": "https://github.com/sobjornstad/TiddlyRemember",
"list": "readme license",
diff --git a/tw-plugin/templates/TiddlyRememberParseable.tid b/tw-plugin/templates/TiddlyRememberParseable.tid
index af1d8f4..467de44 100644
--- a/tw-plugin/templates/TiddlyRememberParseable.tid
+++ b/tw-plugin/templates/TiddlyRememberParseable.tid
@@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki
\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
-1.2.1
+1.2.2
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks}}
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags}}