parent
23d090eed0
commit
7e6781012e
|
@ -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 }})
|
||||||
|
@ -11,14 +10,14 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: macOS-latest
|
- os: macOS-latest
|
||||||
arch: arm64
|
arch: arm64
|
||||||
- os: macOS-latest
|
- os: macOS-latest
|
||||||
arch: x64
|
arch: x64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
arch: x64
|
arch: x64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: x64
|
arch: x64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -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