Releases: TfTHacker/obsidian42-brat
Releases · TfTHacker/obsidian42-brat
1.0.5
1.0.3
1.0.3
1.0.2
1.0.2
1.0.1
1.0.1
Conformance to plugin standards & dependencies updates
0.8.4 0.8.3 bug fix for new auto-enable feature
0.8.3 bug fix for new auto-enable feature
Fix
- New auto-enable for new plugin installs not persisting the enabled state. (Issue: #74)
- chore: update all dependencies.
0.8.2 Auto-enable installed plugins
A new setting controls if a beta plugin is auto-enabled after installation. This means after it is installed, it will be enabled in settings. This reduces the additional step of manually enabling a plugin after installation. This setting is now enabled by default.
0.8.1 New feature: Protocol handler
0.8.0 Few new features & Major code refactoring
- To better conform with Obsidian's naming policies for the settings screen, Obsidian42-BRAT is now just known as BRAT in the Settings Tab.
- In settings, when a plugin or theme is listed, they are now linked to their GitHub repositories. It's a small addition, but it's very nice to quickly jump to a repo for plugins or themes being tested. Addresses FR #67
- Removed the Ribbon icon toggle from settings, as this is now controlled natively by Obsidian since v1.1.0
- Major code refactoring - the goal was to make this strongly typed according to Typescript rules and additionally applied a new protocol to the formatting of the code. The result is extensive changes in all files. While this won't mean a lot to users, it will make the code easier to maintain and understand for others.
- chore: update all dependencies.
0.7.2 Manifest update
Making this plugin compatible with HelpMate