bump version, docker-compose update

This commit is contained in:
Nystik
2026-03-30 22:23:42 +02:00
parent 0d7f36ca9b
commit f007bb7cdd
6 changed files with 21 additions and 4 deletions

View File

@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file.
## [0.7.4] - Orm (2026-03-30)
### Added
- guards against running Obsidian sync and headless sync simultaneously
### Changed
- improved status indicator for headless sync
## [0.7.3] - Orm (2026-03-30)
### Added
- status bar indicator for headless sync
## [0.7.2] - Orm (2026-03-29)
### Added

View File

@@ -7,6 +7,7 @@ services:
- OBSIDIAN_VERSION=1.12.4
volumes:
- ./vaults:/vaults
- ./data:/app/data
- obsidian-app:/app/obsidian-app
restart: unless-stopped

View File

@@ -1,6 +1,6 @@
{
"name": "ignis",
"version": "0.7.2",
"version": "0.7.4",
"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.7.2",
"version": "0.7.4",
"minAppVersion": "1.12.4",
"description": "Additional Ignis specific functionality and ignis plugin management.",
"author": "Nystik",

View File

@@ -8,7 +8,7 @@ module.exports = {
id: "headless-sync",
name: "Headless Sync",
description: "Server-side vault sync via obsidian-headless CLI",
version: "0.1.0",
version: "0.3.0",
//TODO: add server plugin manifest
obsidianPlugin: path.join(__dirname, "plugin"),

View File

@@ -1,7 +1,7 @@
{
"id": "ignis-headless-sync",
"name": "Ignis Headless Sync",
"version": "0.2.0",
"version": "0.3.0",
"minAppVersion": "1.12.4",
"description": "Client-side companion for server-side Obsidian Sync",
"author": "Ignis",