Skip to content

Commit

Permalink
bump versions and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sobjornstad committed Jul 24, 2021
1 parent 417db8c commit c1e9edf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions anki-plugin/src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
Twid = NewType('Twid', str)

DEFAULT_FILTER = '[type[text/vnd.tiddlywiki]] [type[]] +[!is[system]]'
PLUGIN_VERSION = "1.2.2"
COMPATIBLE_TW_VERSIONS = ["", "1.2.2"]
PLUGIN_VERSION = "1.2.3"
COMPATIBLE_TW_VERSIONS = ["", "1.2.2", "1.2.3"]


def pluralize(sg: str, n: int, pl: str = None) -> str:
Expand Down
5 changes: 3 additions & 2 deletions ankiweb-description.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.

This is TiddlyRemember version 1.2.2, released December 21, 2020.
This is TiddlyRemember version 1.2.3, released July 24, 2021.

<ul><li><b>Documentation</b>: <a href="https://sobjornstad.github.io/TiddlyRemember/" rel="nofollow">https://sobjornstad.github.io/TiddlyRemember/</a></li>
<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>
Expand All @@ -11,7 +11,8 @@

<b>Changelog:</b>

<ul><li><b>1.2.2</b>: Miscellaneous bugfixes, including permalinks with spurious / at the end and friendlier error messages.
<ul><li><b>1.2.3</b>: Anki 2.1.45 support. Fix the <i>remembercz</i> macro accidentally changing the current tiddler.
<li><b>1.2.2</b>: Miscellaneous bugfixes, including permalinks with spurious / at the end and friendlier error messages.
<li><b>1.2.1</b>: 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.</li>
<li><b>1.2.0</b>: 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.</li>
<li><b>1.1.1</b>: 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.</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/tiddlers/TiddlyRemember Metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.2",
"version": "1.2.3",
"compatible-tw5": ">= 5.1.21",
"compatible-anki": ">= 2.1.28",
"repository": "https://github.com/sobjornstad/TiddlyRemember",
"anki-addon-url": "https://ankiweb.net/shared/info/60456529"
}
}
4 changes: 2 additions & 2 deletions docs/tiddlers/TiddlyRemember.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20200523154559237
list: [[Installing TiddlyRemember]] [[Configuring TiddlyRemember]] [[Creating notes in TiddlyRemember]] [[Syncing TiddlyRemember with Anki]]
modified: 20201221183923301
modified: 20210724181438000
title: TiddlyRemember
type: text/vnd.tiddlywiki

Expand Down Expand Up @@ -42,4 +42,4 @@ Ready to get started?
state:"$:/temp/TrTabState"
class:"tc-vertical"
template:"$:/sib/TabCurrentTemplate"
>>
>>
2 changes: 1 addition & 1 deletion tw-plugin/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "$:/plugins/sobjornstad/TiddlyRemember",
"description": "TiddlyRemember: Embed Anki notes in your TiddlyWiki",
"author": "Soren Bjornstad",
"version": "1.2.2",
"version": "1.2.3",
"core-version": ">=5.1.21",
"source": "https://github.com/sobjornstad/TiddlyRemember",
"list": "readme license",
Expand Down
2 changes: 1 addition & 1 deletion tw-plugin/templates/TiddlyRememberParseable.tid
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki

\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]

<span id="tr-version">1.2.2</span>
<span id="tr-version">1.2.3</span>

{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiDecks}}
{{||$:/plugins/sobjornstad/TiddlyRemember/templates/AnkiTags}}
Expand Down

0 comments on commit c1e9edf

Please sign in to comment.