Mark Codex as co-author

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Kur0mi 2026-06-13 21:28:17 +02:00
parent 0d41505e60
commit 66914f37e3
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.1.1
- Mark Codex as a co-author.
## 0.1.0
- Initial community release.

View file

@ -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

View file

@ -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
}