mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-24 09:48:32 +02:00
release: 0.1.4
now supports sending of images as content remember version bump fix: typo in readme updated windows build machine in gh actions
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3128,7 +3128,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api-router",
|
"api-router",
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Demo deployment
|
||||||
|
|
||||||
|
To test *Minne* out, enter [this](https://minne-demo.stark.pub) read-only demo deployment to view and test functionality out.
|
||||||
|
|
||||||
## The "Why" Behind Minne
|
## The "Why" Behind Minne
|
||||||
|
|
||||||
For a while I've been fascinated by Zettelkasten-style PKM systems. While tools like Logseq and Obsidian are excellent, I found the manual linking process to be a hindrance for me. I also wanted a centralized storage and easy access across devices.
|
For a while I've been fascinated by Zettelkasten-style PKM systems. While tools like Logseq and Obsidian are excellent, I found the manual linking process to be a hindrance for me. I also wanted a centralized storage and easy access across devices.
|
||||||
|
|||||||
@@ -17,3 +17,4 @@ allow-dirty = ["ci"]
|
|||||||
[dist.github-custom-runners]
|
[dist.github-custom-runners]
|
||||||
x86_64-unknown-linux-gnu = "ubuntu-22.04"
|
x86_64-unknown-linux-gnu = "ubuntu-22.04"
|
||||||
x86_64-unknown-linux-musl = "ubuntu-22.04"
|
x86_64-unknown-linux-musl = "ubuntu-22.04"
|
||||||
|
x86_64-pc-windows-msvc = "windows-latest"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/perstarkse/minne"
|
repository = "https://github.com/perstarkse/minne"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|||||||
Reference in New Issue
Block a user