Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Updates since 0.2.0:
- Add compatibility with Obsidian 13 and live preview mode.
- Fix issue where metronome sound stops if the metronome is scrolled
  down the page.
- Fix issue where animation could become desynchronized from the sound
  when scrolling the metronome off the page and back on.
- Use Obsidian's native tooltips.
- Properly clean up components when being unloaded.
  • Loading branch information
curtgrimes committed Dec 22, 2021
1 parent 2f275a5 commit 076a693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-metronome-plugin",
"name": "Metronome",
"version": "0.2.0",
"minAppVersion": "0.12.19",
"version": "0.3.0",
"minAppVersion": "0.13.14",
"description": "Add interactive metronomes to your notes.",
"author": "Curt Grimes",
"authorUrl": "https://curtgrimes.com",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "0.12.19",
"0.2.0": "0.12.19"
"0.2.0": "0.12.19",
"0.3.0": "0.13.14"
}

0 comments on commit 076a693

Please sign in to comment.