Skip to content

Releases: kotaindah55/animated-cursor

1.3.4

21 Jul 11:33

Choose a tag to compare

Improvement

Backward compatibility support up to Obsidian 1.6.7. Solve #3.

Thanks to @shuxueshuxue for the notice and the test.

1.3.3

02 Jul 23:05

Choose a tag to compare

Improvement

  • Improve codebase and remove some redundants.
  • Backward compatibility support up to ECMAScript 2018.

1.3.2

07 Jun 21:23

Choose a tag to compare

Bug fix

Cursor disappears when pointering a table down.

1.3.1

03 Jun 06:57

Choose a tag to compare

Bug fix

Reduce jittering effect while the cursor is moving continuously.

1.3.0

19 May 13:15

Choose a tag to compare

Dependecy

Use monkey-around to patch the cursor.

Bug fix

In some cases, patch attempt is still running even after the cursor has already been patched.

1.2.0

18 May 21:11

Choose a tag to compare

Bug fix

Buggy appearance and animation when dealing with table.

1.1.0

18 May 14:45

Choose a tag to compare

Adjustment

Use more effective and precise method to patch the cursor.

Bug fixes

Cursor won't be patched until opening the Markdown. This resulted in cursor disappear when opening Canvas at the first time.

1.0.5

15 Apr 22:55

Choose a tag to compare

Improvement

Simplify CSS selectors for the cursor and its layer.

Bug Fix

Fix setting won't be saved after making change.

1.0.4

15 Apr 21:32

Choose a tag to compare

Minor Change

Remove redundant codes.

1.0.3

11 Apr 14:00

Choose a tag to compare

New Feature

Add an option to have more smoothly animation the cursor move, but it will appear blurry.

Bug Fix

[#1]: The options don't appear immediately in Style Settings' configuration after installation.