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:
Per Stark
2025-07-01 14:26:42 +02:00
parent ec16f2100c
commit b8272d519d
4 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3128,7 +3128,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "main"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"anyhow",
"api-router",

View File

@@ -8,6 +8,10 @@
![Screenshot](screenshot.png)
## 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
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.

View File

@@ -17,3 +17,4 @@ allow-dirty = ["ci"]
[dist.github-custom-runners]
x86_64-unknown-linux-gnu = "ubuntu-22.04"
x86_64-unknown-linux-musl = "ubuntu-22.04"
x86_64-pc-windows-msvc = "windows-latest"

View File

@@ -1,6 +1,6 @@
[package]
name = "main"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
repository = "https://github.com/perstarkse/minne"
license = "AGPL-3.0-or-later"