mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-11 07:12:50 +02:00
release: 0.2.5
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## Version 0.2.5 (2025-10-24)
|
||||||
- Added manual knowledge entity creation flows using a modal, with the option for suggested relationships
|
- Added manual knowledge entity creation flows using a modal, with the option for suggested relationships
|
||||||
- Scratchpad feature, with the feature to convert scratchpads to content.
|
- Scratchpad feature, with the feature to convert scratchpads to content.
|
||||||
- Added knowledge entity search results to the global search
|
- Added knowledge entity search results to the global search
|
||||||
|
|||||||
Generated
+1
-1
@@ -3296,7 +3296,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"api-router",
|
"api-router",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "main"
|
name = "main"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
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