Skip to content

Releases: TfTHacker/obsidian42-brat

1.0.1

04 Apr 15:54
Compare
Choose a tag to compare

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

0.7.0 Massive Themes Update

05 Apr 12:44
Compare
Choose a tag to compare

Major updates to THEMES support

New

  • BRAT now supports the Obsidian 1.0+ changes to the way Themes are handled (no longer using obsidian.css, rather using theme.css & manifest.json)
  • if a repository has a theme-beta.css file, this will be downloaded instead of the theme.css in the repository. This allows a theme developer to have a theme file for beta testing, while still having a theme.css live for public users not testing a theme. See themes documentation

Update

  • When deleting a theme from within BRAT's settings, the theme is removed from BRAT monitoring, but the theme is not physically deleted from the vault. The user can delete in Settings > Appearance

Removed

  • The ability to "switch themes" is removed as this feature was sherlocked and natively added to Obsidian in the command palette with the "Change Theme" command
  • BRAT had the ability to install any community themes from the official community theme list. However, since Obsidian improved the themes UI, this feature became redudant and so was removed.

0.6.37 Bug fixes & updating core libraries

31 Mar 13:55
15dbcd8
Compare
Choose a tag to compare

Bug fixes & updating core libraries