Skip to content

Releases: skipadu/obsidian-ghost-fade-focus

3.0.0

24 Sep 18:54
Compare
Choose a tag to compare

Description

Updated to work with the CodeMirror 6.
Tested to work with Obsidian v0.15.9.

2.1.0

09 Oct 10:44
Compare
Choose a tag to compare

Description

Opacity levels

User can now change the opacity levels from the plugin settings. Default levels are shown, if wanted to go back.

Settings

Settings page got small improvement along the opacity settings added.

2.0.0

29 Sep 17:26
Compare
Choose a tag to compare

Features

  • Plugin now has a setting that it remembered even between Obsidian restart. Shortcut key & command palette will change this same value. So if you have turned focus fade off, it will stay off until you turn it back on. (Hopefully solves the #3 )
  • After enabling the plugin, it should now add the focus right away without the need of having cursor activity.

Breaking change

When plugin is activated, it will by default start in disabled state, opposite to previous versions.

1.0.2

05 Sep 18:00
Compare
Choose a tag to compare

This minor update should not make any visual changes to end user.

Improvements

  • Improving structure by removing unnecessary code and renaming functions.

Other

  • State interface and types moved to another file.

1.0.1

03 Sep 16:46
Compare
Choose a tag to compare

Fixes

  • Remove CSS-classes on unload
  • Unhook the cursorActivity event from Codemirror on unload

Improvements

  • Cleaning up to get rid of duplicate code
  • Improve documentation

1.0.0

14 Jul 18:43
Compare
Choose a tag to compare

🎉 First release

Hope you like the plugin!