File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.12.3 (2025-04-17)
5+
6+ ### Bug Fixes
7+
8+ - Add extra logic for permalink generation with mixed Latin unicode and Chinese characters
9+ ([ ` 73ea91f ` ] ( https://github.com/basicmachines-co/basic-memory/commit/73ea91fe0d1f7ab89b99a1b691d59fe608b7fcbb ) )
10+
11+ Signed-off-by: phernandez < paul@basicmachines.co >
12+
13+ - Modify recent_activity args to be strings instead of enums
14+ ([ ` 3c1cc34 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/3c1cc346df519e703fae6412d43a92c7232c6226 ) )
15+
16+ Signed-off-by: phernandez < paul@basicmachines.co >
17+
18+
419## v0.12.2 (2025-04-08)
520
621### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " basic-memory"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44description = " Local-first knowledge management combining Zettelkasten with knowledge graphs"
55readme = " README.md"
66requires-python = " >=3.12.1"
Original file line number Diff line number Diff line change 11"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22
3- __version__ = "0.12.2 "
3+ __version__ = "0.12.3 "
You can’t perform that action at this time.
0 commit comments