Skip to content

Commit e6b2d61

Browse files
committed
bump version
1 parent ef95430 commit e6b2d61

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.3
2+
current_version = 1.3.4
33

44
[bumpversion:file:tw-plugin/plugin.info]
55

anki-plugin/src/util.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
Twid = NewType('Twid', str)
1212

1313
DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]'
14-
PLUGIN_VERSION = "1.3.3"
15-
COMPATIBLE_TW_VERSIONS = ["", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3"]
14+
PLUGIN_VERSION = "1.3.4"
15+
COMPATIBLE_TW_VERSIONS = [
16+
"", "1.2.2", "1.2.3", "1.3.0", "1.3.1", "1.3.2", "1.3.3", "1.3.4"
17+
]
1618

1719

1820
def pluralize(sg: str, n: int, pl: str = None) -> str:

ankiweb-description.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TiddlyRemember is a tool that integrates <a href="https://tiddlywiki.com" rel="nofollow">TiddlyWiki</a> 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.
22

3-
This is TiddlyRemember version 1.3.3, released January 6, 2021.
3+
This is TiddlyRemember version 1.3.4, released August 19, 2022.
44

55
<ul><li><b>Documentation</b>: <a href="https://sobjornstad.github.io/TiddlyRemember/" rel="nofollow">https://sobjornstad.github.io/TiddlyRemember/</a></li>
66
<li><b>Bug reports and feature requests</b>: <a href="https://github.com/sobjornstad/TiddlyRemember/issues" rel="nofollow">https://github.com/sobjornstad/TiddlyRemember/issues</a>, or email [email protected].</li></ul>
@@ -11,7 +11,8 @@
1111

1212
<b>Changelog:</b>
1313

14-
<ul><li><b>1.3.3</b>: Add support for Qt 6 and Anki 2.1.50 (in beta at the time of this release).</li>
14+
<ul><li><b>1.3.4</b>: Fix several minor bugs. Folder wikis can now use relative paths to media.</li>
15+
<li><b>1.3.3</b>: Add support for Qt 6 and Anki 2.1.50 (in beta at the time of this release).</li>
1516
<li><b>1.3.2</b>: Fixed several bugs in error handling which prevented the root cause of an issue from being accurately reported.</li>
1617
<li><b>1.3.1</b>: Fixed a bug where file wikis could not sync images that were embedded in the wiki.</li>
1718
<li><b>1.3.0</b>: Many new features, including media syncing, math markup, brace escapes, initial scheduling information, and reading encrypted wikis.</li>

docs/tiddlers/TiddlyRemember Metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.3",
2+
"version": "1.3.4",
33
"compatible-tw5": ">= 5.1.21",
44
"compatible-anki": ">= 2.1.45",
55
"repository": "https://github.com/sobjornstad/TiddlyRemember",

docs/tiddlers/TiddlyRemember.tid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
created: 20200523154559237
22
list: [[Installing TiddlyRemember]] [[Configuring TiddlyRemember]] [[Creating notes in TiddlyRemember]] [[Syncing TiddlyRemember with Anki]] [[Video Introduction]] Troubleshooting
3-
modified: 20220106170003666
3+
modified: 20220820004404130
44
title: TiddlyRemember
55
type: text/vnd.tiddlywiki
66

tw-plugin/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "$:/plugins/sobjornstad/TiddlyRemember",
33
"description": "TiddlyRemember: Embed Anki notes in your TiddlyWiki",
44
"author": "Soren Bjornstad",
5-
"version": "1.3.3",
5+
"version": "1.3.4",
66
"core-version": ">=5.1.21",
77
"source": "https://github.com/sobjornstad/TiddlyRemember",
88
"list": "readme license",

tw-plugin/templates/TiddlyRememberParseable.tid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki
88

99
<$set name="tr-rendering" value="yes">
1010

11-
<span id="tr-version">1.3.3</span>
11+
<span id="tr-version">1.3.4</span>
1212

1313
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks}}
1414
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags}}

0 commit comments

Comments
 (0)