Skip to content

Commit

Permalink
1.0.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TfT Hacker committed Oct 31, 2024
1 parent 3094892 commit b92e950
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# 1.0.4

### New
- The internal command names have been renamed. Any plugins using these internal command names will need to be updated.

### Updates
- Transition to Biome from EsLint and Prettier.
- Updating plugint to newest Obsidian recommendations https://docs.obsidian.md/oo24/plugin
- The internal command names have been renamed. Any plugins using these internal command names will need to be updated.
- Transition to Biome from EsLint and Prettier.
- The output log file format for when debugging is enabled in BRAT has changed. It now appends to the log file, not prepends.

# 1.0.3
Expand Down
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"id": "obsidian42-brat",
"name": "BRAT",
"version": "1.0.3",
"minAppVersion": "1.4.16",
"version": "1.0.4",
"minAppVersion": "1.7.2",
"description": "Easily install a beta version of a plugin for testing.",
"author": "TfTHacker",
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
"helpUrl": "https://tfthacker.com/BRAT",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://bit.ly/o42-kofi",
"Visit my site": "https://tfthacker.com"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian42-brat",
"version": "1.0.3",
"version": "1.0.4",
"description": "Obsidian42 - Beta Reviewer's Autoupdate Tool.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.0.0": "1.4.16",
"1.0.1": "1.4.16",
"1.0.2": "1.4.16",
"1.0.3": "1.4.16"
}
"1.0.3": "1.4.16",
"1.0.4": "1.7.2"
}

0 comments on commit b92e950

Please sign in to comment.