release 0.8.1

This commit is contained in:
Nystik 2026-05-17 15:50:28 +02:00
parent 6a719aca7c
commit 32f21445d4
4 changed files with 14 additions and 4 deletions

View file

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.8.1] - Karm (2026-05-17)
### Added
- "Available version" indicator in Ignis settings now links to the release page on GitHub.
### Fixed
- Update check no longer reports a new version available when only the SemVer build metadata differs.
## [0.8.0] - Karm (2026-05-16) ## [0.8.0] - Karm (2026-05-16)
### Added ### Added

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "ignis", "name": "ignis",
"version": "0.8.0", "version": "0.8.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ignis", "name": "ignis",
"version": "0.8.0", "version": "0.8.1",
"dependencies": { "dependencies": {
"archiver": "^7.0.1", "archiver": "^7.0.1",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "ignis", "name": "ignis",
"version": "0.8.0", "version": "0.8.1",
"private": true, "private": true,
"description": "An Electron shim and server bridge for running Obsidian in a browser.", "description": "An Electron shim and server bridge for running Obsidian in a browser.",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
{ {
"id": "ignis-bridge", "id": "ignis-bridge",
"name": "Ignis Bridge", "name": "Ignis Bridge",
"version": "0.8.0", "version": "0.8.1",
"minAppVersion": "1.12.4", "minAppVersion": "1.12.4",
"description": "Additional Ignis specific functionality and ignis plugin management.", "description": "Additional Ignis specific functionality and ignis plugin management.",
"author": "Nystik", "author": "Nystik",