diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6418a71..68d17b6 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.3.4
+current_version = 1.3.5
[bumpversion:file:tw-plugin/plugin.info]
diff --git a/anki-plugin/src/settings.py b/anki-plugin/src/settings.py
index 29a7f59..0fff669 100644
--- a/anki-plugin/src/settings.py
+++ b/anki-plugin/src/settings.py
@@ -202,9 +202,9 @@ def browse_for_wiki(self):
caption="Browse for wiki",
filter="HTML files (*.html);;All files (*)")
if self.form.type_.currentText().lower() == 'folder':
- mode = QFileDialog.Directory
+ mode = QFileDialog.FileMode.Directory
else:
- mode = QFileDialog.ExistingFile
+ mode = QFileDialog.FileMode.ExistingFile
dlg.setFileMode(mode)
retval = dlg.exec()
diff --git a/anki-plugin/src/util.py b/anki-plugin/src/util.py
index 53470a2..2044a1d 100644
--- a/anki-plugin/src/util.py
+++ b/anki-plugin/src/util.py
@@ -11,7 +11,7 @@
Twid = NewType('Twid', str)
DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]'
-PLUGIN_VERSION = "1.3.4"
+PLUGIN_VERSION = "1.3.5"
COMPATIBLE_TW_VERSIONS = [
"", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3", "1.3.4"
]
diff --git a/ankiweb-description.html b/ankiweb-description.html
index 43c0a30..b71a99d 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.4, released August 19, 2022.
+This is TiddlyRemember version 1.3.5, released December 6, 2023.
@@ -11,6 +11,7 @@
Changelog:
+- 1.3.5: Fix the “Browse” button in the settings not working in Qt 6 versions of Anki.
- 1.3.4: Fix several minor bugs. Folder wikis can now use relative paths to media.
- 1.3.3: Add support for Qt 6 and Anki 2.1.50 (in beta at the time of this release).
- 1.3.2: Fixed several bugs in error handling which prevented the root cause of an issue from being accurately reported.
diff --git a/docs/tiddlers/TiddlyRemember Metadata.json b/docs/tiddlers/TiddlyRemember Metadata.json
index 2abdc7e..4e4bd38 100644
--- a/docs/tiddlers/TiddlyRemember Metadata.json
+++ b/docs/tiddlers/TiddlyRemember Metadata.json
@@ -1,5 +1,5 @@
{
- "version": "1.3.4",
+ "version": "1.3.5",
"compatible-tw5": ">= 5.1.21",
"compatible-anki": ">= 2.1.45",
"repository": "https://github.com/sobjornstad/TiddlyRemember",
diff --git a/docs/tiddlers/TiddlyRemember.tid b/docs/tiddlers/TiddlyRemember.tid
index f5f8b5b..2d002f1 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: 20220820004404130
+modified: 20231207042052071
title: TiddlyRemember
type: text/vnd.tiddlywiki
diff --git a/tw-plugin/plugin.info b/tw-plugin/plugin.info
index c08dc52..64b7202 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.4",
+ "version": "1.3.5",
"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 df5d014..7f58978 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.4
+1.3.5
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks}}
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags}}