parent
a0f7230776
commit
43ae677fb2
|
@ -1 +1 @@
|
|||
export const version = "0.7.5";
|
||||
export const version = "0.7.6";
|
||||
|
|
|
@ -6,6 +6,12 @@ release.
|
|||
## Edge
|
||||
_These features are not yet properly released, you need to use [the edge builds](https://community.silverbullet.md/t/living-on-the-edge-builds/27) to try them._
|
||||
|
||||
* Nothing new since 0.7.6 yet!
|
||||
|
||||
---
|
||||
|
||||
## 0.7.6
|
||||
* We now have [[Space Style]] in addition to [[Space Script]], enabling CSS tweaks to SilverBullet itself from any page.
|
||||
* Added [[Functions#contains(str, substr)]] function
|
||||
* Properly report errors when calling non-existing [[Functions]] in queries
|
||||
* It’s now possible to call [[Space Script#Custom functions]] in `indexPage` in [[SETTINGS]]
|
||||
|
@ -15,6 +21,10 @@ _These features are not yet properly released, you need to use [the edge builds]
|
|||
* (Hopefully) fixed [weird rendering bugs](https://github.com/silverbulletmd/silverbullet/issues/745) for markdown in templates
|
||||
* New {[Editor: Undo]} and {[Editor: Redo]} commands (so you can customize their keybindings or add them as actionButtons in [[SETTINGS]]).
|
||||
* Various bugfixes around frontmatter in [[Snippets]].
|
||||
* More attempts at fixing unnecessary “Page has changed elsewhere, reloading” reloads.
|
||||
* Various other bug fixes
|
||||
|
||||
---
|
||||
|
||||
## 0.7.5
|
||||
* [[Plugs/Share]] using the {[Share: Page Or Selection]} command (bound to Ctrl-s/Cmd-s by default): allowing you to quickly share the current page (or selection) to the clipboard as:
|
||||
|
|
Loading…
Reference in New Issue