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.
|
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)
|
## [0.6.4] - Slifer (2026-03-24)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ignis",
|
"name": "ignis",
|
||||||
"version": "0.6.4",
|
"version": "0.7.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": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "ignis-bridge",
|
"id": "ignis-bridge",
|
||||||
"name": "Ignis Bridge",
|
"name": "Ignis Bridge",
|
||||||
"version": "0.6.4",
|
"version": "0.7.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",
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ module.exports = {
|
||||||
id: "headless-sync",
|
id: "headless-sync",
|
||||||
name: "Headless Sync",
|
name: "Headless Sync",
|
||||||
description: "Server-side vault sync via obsidian-headless CLI",
|
description: "Server-side vault sync via obsidian-headless CLI",
|
||||||
|
version: "0.1.0",
|
||||||
|
//TODO: add server plugin manifest
|
||||||
|
|
||||||
obsidianPlugin: path.join(__dirname, "plugin"),
|
obsidianPlugin: path.join(__dirname, "plugin"),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"id": "ignis-headless-sync",
|
"id": "ignis-headless-sync",
|
||||||
"name": "Ignis Headless Sync",
|
"name": "Ignis Headless Sync",
|
||||||
"version": "0.6.4",
|
"version": "0.1.0",
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.12.4",
|
||||||
"description": "Client-side companion for server-side Obsidian Sync",
|
"description": "Client-side companion for server-side Obsidian Sync",
|
||||||
"author": "Ignis",
|
"author": "Ignis",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue