Skip to content

Lockdown v0.16.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 01:37
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.

πŸ”’ Lockdown v0.16.0

πŸ”§ Fixed

  • Address all Obsidian Bot review feedback
  • Remove plugin ID prefix from command IDs (Obsidian handles namespacing)
  • Fix promise handling in callbacks and event handlers
  • Remove async from event handlers that don't use await
  • Convert all UI text to sentence case
  • Replace direct style manipulation with CSS classes for better theming
  • Use Setting.setHeading() instead of createEl for settings heading
  • Add descriptive comment to eslint-disable directive
  • Remove unused error variables

πŸ“¦ Manual Installation

  1. Download lockdown-0.16.0.zip
  2. Extract the zip file
  3. Copy the lockdown folder to your vault's .obsidian/plugins/ directory
  4. Reload Obsidian
  5. Enable the plugin in Settings β†’ Community Plugins

πŸ”§ Alternative Installation

Download lockdown-0.16.0-files.zip and extract the three files directly into .obsidian/plugins/lockdown/


Full Changelog: CHANGELOG.md

What's Changed

  • Comply with Obsidian coding patterns by @Rynaro in #5

Full Changelog: 0.15.17...0.16.0