diff --git a/version.ts b/version.ts index 3aff2e8b..6034731e 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.3.11"; +export const version = "0.4.0"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index a24a81dd..651c8241 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,14 +3,17 @@ release. --- -## Next -This release brings a new default [[Client Modes|client mode]] to SilverBullet: online mode, which does not sync content to the client but keeps it all at the server. More information: [[Client Modes]]. +## 0.4.0 +The big change in this release is that SilverBullet now supports two [[Client Modes|client modes]]: _online_ mode and _sync_ mode. Read more about them here: [[Client Modes]]. Other notable changes: * Massive reshuffling of built-in [[πŸ”Œ Plugs]], splitting the old β€œcore” plug into [[πŸ”Œ Editor]], [[πŸ”Œ Template]] and [[πŸ”Œ Index]]. +* Directives in [[Live Preview]] now always take up a single line height. * [[πŸ”Œ Tasks]] now support custom states (not just `[x]` and `[ ]`), for example: * [IN PROGRESS] An in progress task -* Removed [[Cloud Links]] support in favor of [[Federation]] + * [BLOCKED] A task that’s blocked + [[πŸ”Œ Tasks|Read more]] +* Removed [[Cloud Links]] support in favor of [[Federation]]. If you still have legacy cloud links, simply replace the 🌩️ with a `!` and things should work as before. ---