release: 0.2.0

Includes:
- Design overhaul
- New graph visualization
- Statistics on dashboard
- Supports audio files for ingestion
- Pagination for entities and content
- Improved performance
- Improved support for running as a systemd-service

version bump
This commit is contained in:
Per Stark
2025-09-23 09:05:47 +02:00
parent e1d98b0c35
commit f343005af8
5 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Latest Release](https://img.shields.io/github/v/release/perstarkse/minne?sort=semver)](https://github.com/perstarkse/minne/releases/latest)
![Screenshot](screenshot.png)
![Screenshot](screenshot-dashboard.webp)
![Graph screenshot](screenshot-graph.webp)
## Demo deployment

View File

@@ -1,6 +1,6 @@
[package]
name = "main"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/perstarkse/minne"
license = "AGPL-3.0-or-later"
@@ -34,3 +34,4 @@ path = "src/worker.rs"
[[bin]]
name = "main"
path = "src/main.rs"

BIN
screenshot-dashboard.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 KiB

BIN
screenshot-graph.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 KiB