bump version
This commit is contained in:
parent
d6471fd077
commit
343a509601
5 changed files with 13 additions and 4 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.7.1] - Orm (2026-03-29)
|
||||
|
||||
### Added
|
||||
|
||||
- Server plugin system
|
||||
- obsidian-headless integration via server plugin
|
||||
|
||||
## [0.6.4] - Slifer (2026-03-24)
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ignis",
|
||||
"version": "0.6.4",
|
||||
"version": "0.7.1",
|
||||
"private": true,
|
||||
"description": "An Electron shim and server bridge for running Obsidian in a browser.",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "ignis-bridge",
|
||||
"name": "Ignis Bridge",
|
||||
"version": "0.6.4",
|
||||
"version": "0.7.1",
|
||||
"minAppVersion": "1.12.4",
|
||||
"description": "Additional Ignis specific functionality and ignis plugin management.",
|
||||
"author": "Nystik",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ module.exports = {
|
|||
id: "headless-sync",
|
||||
name: "Headless Sync",
|
||||
description: "Server-side vault sync via obsidian-headless CLI",
|
||||
version: "0.1.0",
|
||||
//TODO: add server plugin manifest
|
||||
|
||||
obsidianPlugin: path.join(__dirname, "plugin"),
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "ignis-headless-sync",
|
||||
"name": "Ignis Headless Sync",
|
||||
"version": "0.6.4",
|
||||
"minAppVersion": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"minAppVersion": "1.12.4",
|
||||
"description": "Client-side companion for server-side Obsidian Sync",
|
||||
"author": "Ignis",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue