Skip to content

Releases: TfTHacker/obsidian42-brat

1.0.3

15 Sep 09:26
Compare
Choose a tag to compare

1.0.2

31 Aug 08:22
Compare
Choose a tag to compare
1.0.2

1.0.1

04 Apr 15:54
Compare
Choose a tag to compare
1.0.1

Conformance to plugin standards & dependencies updates

09 Feb 05:42
Compare
Choose a tag to compare
0.8.4

0.8.3 bug fix for new auto-enable feature

0.8.3 bug fix for new auto-enable feature

06 Jan 13:12
Compare
Choose a tag to compare

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

20 Dec 06:45
4f0f8e1
Compare
Choose a tag to compare

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

10 Dec 12:42
0a83ecd
Compare
Choose a tag to compare

0.8.0 Few new features & Major code refactoring

04 Dec 13:26
Compare
Choose a tag to compare
  • 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

25 Nov 21:44
Compare
Choose a tag to compare

Making this plugin compatible with HelpMate

0.7.1

04 Nov 06:00
Compare
Choose a tag to compare

New

  • Can now force a reinstall of a beta plugin. This might be useful when a local file gets corrupted, and you want to replace it with the current file in the release. (Addresses FR #62)

Fixes

  • If the URL ends with .git, the Add New Plugin form will strip the .git extension. This makes it easier to use the GitHub copy code button URL with BRAT (fix for #55)

Updates

  • updated to the newest esbuild and also all project dependencies