Skip to content

Releases: TfTHacker/obsidian42-brat

0.5.1 Small fix - no console.log()

02 Nov 09:15
Compare
Choose a tag to compare

0.5.0 Enable/Disable plugins from CP

31 Oct 17:24
Compare
Choose a tag to compare

New

Improved

  • Updates now report the previous version and new version number for plugin updates. Thanks to @SkepticMystic - Issue

0.4.4 Fix for plugin reload after restart

21 Oct 20:15
Compare
Choose a tag to compare

If a plugin was enabled and then updated, it was not being reloaded. This is now fixed

0.4.3

18 Oct 14:31
Compare
Choose a tag to compare

New

  • Command Palette command to open a GitHub repository for a plugin

Fix

  • Plugin now installs and loads the plugin without requiring the user to take additional steps
  • if a plugin is updated by BRAT but not an enabled plugin, BRAT won't automatically enable it.

Changes

  • New logic for how plugin is updated

if repositoryRoot/manifest-beta.json exists
use repositoryRoot/manifest-beta.json for release information, ignore repositoryRoot/manifest.json
copy repositoryRoot/manifest-beta.json to plugin folder, renaming it to manifest.json
else
use repositoryRoot/manifest.json for release information
copy Release/manifest.json to the plugin folder if it exists. If it doesn't exist, use the repositoryRoot/manifest.json

main.js and styles.css copied from the correspondencing release version depending upon the above logic

0.4.2

18 Oct 09:58
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

New

  • Command Palette command to open a GitHub repository for a plugin

0.4.1 New processing workflow for manifest-beta.json

16 Oct 21:36
Compare
Choose a tag to compare

Fix

  • Plugin now installs and loads the plugin without requiring the user to take additional steps

Changes

  • New logic for how plugin is updated

new logic for plugins

if repositoryRoot/manifest-beta.json exists
    use repositoryRoot/manifest-beta.json for release information, ignore repositoryRoot/manifest.json
    copy repositoryRoot/manifest-beta.json to plugin folder, renaming it to manifest.json
else
    use repositoryRoot/manifest.json for release information
    copy Release/manifest.json to the plugin folder if it exists. If it doesn't exist, use the repositoryRoot/manifest.json

main.js and styles.css copied from the correspondencing release version depending upon the above logic

0.4 bug fixes

07 Oct 20:23
Compare
Choose a tag to compare
0.4 bug fixes Pre-release
Pre-release

Added more error handling for improperly configured plugins and not installing them :-)

0.3

06 Oct 15:58
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

New: Add repo button in settings

0.2

06 Oct 09:28
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

New

  • When adding new plugin paths, this plugin is a little smarter in converting them for use
  • Added a Only check for updates to beta plugins, but don't Update
  • Added ability to update just one beta plugin, along with the exsiting ability to check and update all plugins

0.12 Handle new repository paths better

04 Oct 19:54
Compare
Choose a tag to compare
Pre-release

now when adding a repository to BRAT, if it is prefixed with https://github.com/ - that gets stripped. This will make it easier to copy and paste the URL