Skip to content

Commit c2ac9e3

Browse files
committed
docs(changelog): Add index for version history and update v0.16.1 changelog with recent commits
1 parent 2ae57c9 commit c2ac9e3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Eidos is built around several core modules that are iteratively developed. Docum
7979
- [ ] Publish Service: Publish your data to the web.
8080
- [ ] P2p sync based on CRDT: local-first, not local-only. Sync your data across devices.
8181

82-
Check [changelogs](./docs/changelogs.md) for more details.
82+
Check [changelogs](./docs/changelogs/index.md) for more details.
8383

8484
## Contributors
8585

docs/changelogs/0.16.1.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Commits
22

3+
```
34
504c263d feat(ext): Add 'Run' button to extension toolbar for executing scripts and refactor script call handling
45
405f1545 refactor(ext): Update response handling in useExtMsg hook to return text directly from AI model
56
6866e2ba refactor(chat): Improve error handling and configuration retrieval for AI models across chat components
@@ -21,6 +22,7 @@ b016cd3a refactor(core): Standardize BroadcastChannel usage and update core vers
2122
fc27b232 feat(file): Improve file handling and preview with comma encoding and data URI support
2223
278e25be feat(gallery): Add fit content option for gallery view cover images
2324
22532df5 feat(fields): Improve field type detection and display type handling
25+
```
2426

2527
---
2628

File renamed without changes.

0 commit comments

Comments
 (0)