mirror of
https://github.com/miro0o/miniWorldMap.git
synced 2026-07-22 07:46:00 +00:00
Mark Codex as co-author
Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
parent
0d41505e60
commit
66914f37e3
3 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.1
|
||||
|
||||
- Mark Codex as a co-author.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- Initial community release.
|
||||
|
|
|
|||
|
|
@ -38,6 +38,11 @@ Then reload Obsidian and enable the plugin.
|
|||
|
||||
Mini World Map runs locally in Obsidian. It does not use network services or telemetry.
|
||||
|
||||
## Authors
|
||||
|
||||
- Miro0o
|
||||
- Codex
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "mini-world-map",
|
||||
"name": "Mini World Map",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Visualize an Obsidian vault as a hierarchy-first world map with internal links layered on top.",
|
||||
"author": "Miro0o",
|
||||
"author": "Miro0o and Codex",
|
||||
"authorUrl": "https://github.com/Miro0o",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue