Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjandhar12 committed Dec 17, 2023
1 parent 4bcfa21 commit 3513b56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-anki-sync",
"version": "5.5.5",
"version": "6.0.0",
"title": "Logseq Anki Sync",
"description": "An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.",
"main": "dist/index.html",
Expand Down
8 changes: 5 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ function main(baseInfo: LSPluginBaseInfo) {
) {
showModelWithButtons(
`<span class="flex items-center"><i class="px-1">${ANKI_ICON}</i>Welcome to Logseq Anki Sync ${baseInfo.version}!</span>
<br/><small class="px-2">Update is installed successfully.</small>
<br /><br /><small class="px-2">Based on the results of the feature vote, the selective sync functionality has been incorporated! 🎉</small>
<br/><br/>`,
<br/><small class="px-2">Update is installed successfully. </small>
<br /><br /><small class="px-2">In this version, image occlusion has been revamped. Support for rtl, furigana, kanji, kana has also been added! 🎉</small>
<br/><br/><div class="flex flex-row align-items"><div title="Warning" class="pr-4 admonition-icon flex flex-col justify-center"><svg viewBox="0 0 576 512" fill="var(--ls-warning-color)" class="h-8 w-8 warning"><path d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"></path></svg></div><div class="ml-4">
<small>This plugin is now incompatible with Logseq versions earlier than 0.10.0. Sadly this had to be done as supporting older versions was consuming significant development time.</small></div></div></div></div>
`,
[
{
name: "Read Release notes",
Expand Down

0 comments on commit 3513b56

Please sign in to comment.