release 0.8.1

This commit is contained in:
Nystik
2026-05-17 15:50:28 +02:00
parent 6a719aca7c
commit ee9ade72b3
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.
## [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)
### Added

4
package-lock.json generated
View File

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

View File

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

View File

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