diff --git a/anki-plugin/src/util.py b/anki-plugin/src/util.py
index a5a469c..11eaab2 100644
--- a/anki-plugin/src/util.py
+++ b/anki-plugin/src/util.py
@@ -11,8 +11,8 @@
Twid = NewType('Twid', str)
DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]'
-PLUGIN_VERSION = "1.3.1"
-COMPATIBLE_TW_VERSIONS = ["", "1.2.2", "1.2.3", "1.3.0", "1.3.1"]
+PLUGIN_VERSION = "1.3.2"
+COMPATIBLE_TW_VERSIONS = ["", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2"]
def pluralize(sg: str, n: int, pl: str = None) -> str:
diff --git a/ankiweb-description.html b/ankiweb-description.html
index fce8879..9c1d245 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.1, released November 14, 2021.
+This is TiddlyRemember version 1.3.2, released December 18, 2021.
@@ -11,7 +11,8 @@
Changelog:
-- 1.3.1: Fixed a bug where file wikis could not sync images that were embedded in the wiki.
+
- 1.3.2: Fixed several bugs in error handling which prevented the root cause of an issue from being accurately reported.
+
- 1.3.1: Fixed a bug where file wikis could not sync images that were embedded in the wiki.
- 1.3.0: Many new features, including media syncing, math markup, brace escapes, initial scheduling information, and reading encrypted wikis.
- 1.2.3: Anki 2.1.45 support. Fix the remembercz macro accidentally changing the current tiddler.
- 1.2.2: Miscellaneous bugfixes, including permalinks with spurious / at the end and friendlier error messages.
diff --git a/docs/tiddlers/TiddlyRemember Metadata.json b/docs/tiddlers/TiddlyRemember Metadata.json
index d082b39..54f40c2 100644
--- a/docs/tiddlers/TiddlyRemember Metadata.json
+++ b/docs/tiddlers/TiddlyRemember Metadata.json
@@ -1,5 +1,5 @@
{
- "version": "1.3.1",
+ "version": "1.3.2",
"compatible-tw5": ">= 5.1.21",
"compatible-anki": ">= 2.1.45",
"repository": "https://github.com/sobjornstad/TiddlyRemember",
diff --git a/docs/tiddlers/TiddlyRemember Metadata.json.meta b/docs/tiddlers/TiddlyRemember Metadata.json.meta
index f05f13a..b917140 100644
--- a/docs/tiddlers/TiddlyRemember Metadata.json.meta
+++ b/docs/tiddlers/TiddlyRemember Metadata.json.meta
@@ -1,5 +1,5 @@
created: 20200523155125699
-modified: 20210924234441276
+modified: 20211218170752003
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 414946d..0a9daf0 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]] [[Video Introduction]] Troubleshooting
-modified: 20211114204931358
+modified: 20211218170739751
title: TiddlyRemember
type: text/vnd.tiddlywiki
diff --git a/docs/tiddlywiki.info b/docs/tiddlywiki.info
index 2574b7a..0ff818e 100644
--- a/docs/tiddlywiki.info
+++ b/docs/tiddlywiki.info
@@ -1,6 +1,8 @@
{
"description": "TiddlyRemember",
"plugins": [
+ "tiddlywiki/filesystem",
+ "tiddlywiki/tiddlyweb"
],
"themes": [
"tiddlywiki/vanilla"
diff --git a/tw-plugin/plugin.info b/tw-plugin/plugin.info
index a72e680..b23a9ce 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.3.1",
+ "version": "1.3.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 81f7989..153aa44 100644
--- a/tw-plugin/templates/TiddlyRememberParseable.tid
+++ b/tw-plugin/templates/TiddlyRememberParseable.tid
@@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki
<$set name="tr-rendering" value="yes">
-1.3.1
+1.3.2
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks}}
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags}}