0.2.6
This commit is contained in:
parent
23d090eed0
commit
7e6781012e
1
.github/workflows/desktop.yml
vendored
1
.github/workflows/desktop.yml
vendored
@ -3,7 +3,6 @@ name: Build & Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build (${{ matrix.os }} - ${{ matrix.arch }})
|
name: Build (${{ matrix.os }} - ${{ matrix.arch }})
|
||||||
|
4
desktop/package-lock.json
generated
4
desktop/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "silverbullet",
|
"name": "silverbullet",
|
||||||
"version": "0.0.2",
|
"version": "0.2.6",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "silverbullet",
|
"name": "silverbullet",
|
||||||
"version": "0.0.2",
|
"version": "0.2.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron-forge/publisher-github": "^6.0.4",
|
"@electron-forge/publisher-github": "^6.0.4",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "silverbullet",
|
"name": "silverbullet",
|
||||||
"version": "0.0.3",
|
"version": "0.2.6",
|
||||||
"description": "Markdown as a platform",
|
"description": "Markdown as a platform",
|
||||||
"main": ".webpack/main",
|
"main": ".webpack/main",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -3,6 +3,13 @@ release.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.2.6
|
||||||
|
|
||||||
|
* Various bug fixes
|
||||||
|
* First version of experimental [Electron-based desktop app](https://github.com/silverbulletmd/silverbullet/releases) for Mac, Windows and Linux.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 0.2.5
|
## 0.2.5
|
||||||
* Changed styling for [[Frontmatter]], fenced code blocks, and directives to avoid vertical jumping when moving the cursor around.
|
* Changed styling for [[Frontmatter]], fenced code blocks, and directives to avoid vertical jumping when moving the cursor around.
|
||||||
* Clicking the URL (inside of an image `![](url)` or link `[text](link)`) no longer navigates there, you need to click on the anchor text to navigate there now (this avoids a lot of weird behavior).
|
* Clicking the URL (inside of an image `![](url)` or link `[text](link)`) no longer navigates there, you need to click on the anchor text to navigate there now (this avoids a lot of weird behavior).
|
||||||
|
Loading…
Reference in New Issue
Block a user