From 7e6781012e965c4f2ee1909a78aebfca5119417d Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 5 Jan 2023 15:26:56 +0100 Subject: [PATCH] 0.2.6 --- .github/workflows/desktop.yml | 17 ++++++++--------- desktop/package-lock.json | 4 ++-- desktop/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 8015cabc..8494d269 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -3,7 +3,6 @@ name: Build & Release on: push: tags: - - v* jobs: build: name: Build (${{ matrix.os }} - ${{ matrix.arch }}) @@ -11,14 +10,14 @@ jobs: strategy: matrix: include: - - os: macOS-latest - arch: arm64 - - os: macOS-latest - arch: x64 - - os: windows-latest - arch: x64 - - os: ubuntu-latest - arch: x64 + - os: macOS-latest + arch: arm64 + - os: macOS-latest + arch: x64 + - os: windows-latest + arch: x64 + - os: ubuntu-latest + arch: x64 steps: - uses: actions/checkout@v3 diff --git a/desktop/package-lock.json b/desktop/package-lock.json index d08be3d3..0b0d871f 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "silverbullet", - "version": "0.0.2", + "version": "0.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "silverbullet", - "version": "0.0.2", + "version": "0.2.6", "license": "MIT", "dependencies": { "@electron-forge/publisher-github": "^6.0.4", diff --git a/desktop/package.json b/desktop/package.json index 1e5b7082..5bb49328 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "silverbullet", - "version": "0.0.3", + "version": "0.2.6", "description": "Markdown as a platform", "main": ".webpack/main", "scripts": { diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index d706e82e..6a0e80d3 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -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 * 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).