Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Sep 16, 2024
1 parent 34220d9 commit 74584ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ For in-development code from the main branch:
For the latest "release" code, mostly also still in development for now:

```yaml
- ghr:justyns/silverbullet-ai/0.3.2
- ghr:justyns/silverbullet-ai/0.4.0
```

You can also use the `Plugs: Add` command and enter the above url to install.
Expand Down
7 changes: 5 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ For the full changelog, please refer to the individual release notes on https://

This page is a brief overview of each version.

## Unreleased
- Nothing yet.

---
## 0.4.0 (Unreleased)
## 0.4.0 (2024-09-16)
- Use a separate queue for indexing embeddings and summaries, to prevent blocking the main SB indexing thread
- Refactor to use JSR for most Silverbullet imports, and lots of related changes
- Reduced bundle size
Expand All @@ -29,7 +32,7 @@ This page is a brief overview of each version.
- AICore Library: Add `aiSplitTodo` slash command and [[^Library/AICore/AIPrompt/AI Split Task]] templated prompt to split a task into smaller subtasks.
- AICore Library: Add template prompts for rewriting text, mostly as a demo for the `replace-smart` insertAt option.
- Remove need for duplicate `description` frontmatter field for templated prompts.
- Revamp docs website to use mkdocs (and mkdocs-material) in addition to silverbullet-pub to handle the silverbullet-specific things like templates/queries.
- Revamp [docs website](https://ai.silverbullet.md) to use mkdocs (and mkdocs-material) in addition to silverbullet-pub to handle the silverbullet-specific things like templates/queries.

---
## 0.3.2
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For in-development code from the main branch:
For the latest [release](https://github.com/justyns/silverbullet-ai/releases) version:
```yaml
- ghr:justyns/silverbullet-ai/0.3.2
- ghr:justyns/silverbullet-ai/0.4.0
```
You can also use the `Plugs: Add` command and enter the above url to install.
Expand Down

0 comments on commit 74584ca

Please sign in to comment.