@hanna84/mcp-writing 1.4.8 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/LICENSE +661 -0
- package/README.md +61 -26
- package/importer.js +299 -0
- package/index.js +84 -0
- package/package.json +4 -3
- package/scripts/import.js +45 -272
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v1.5.1](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v1.5.0...v1.5.1)
|
|
9
|
+
|
|
10
|
+
- chore: switch license from MIT to AGPL v3 [`#43`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/43)
|
|
12
|
+
|
|
13
|
+
#### [v1.5.0](https://github.com/hannasdev/mcp-writing.git
|
|
14
|
+
/compare/v1.4.8...v1.5.0)
|
|
15
|
+
|
|
16
|
+
> 19 April 2026
|
|
17
|
+
|
|
18
|
+
- feat: add MCP tool for first-time Scrivener import [`#42`](https://github.com/hannasdev/mcp-writing.git
|
|
19
|
+
/pull/42)
|
|
20
|
+
- Release 1.5.0 [`53e0a4d`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/53e0a4d78a0382d11cc252c8c7ec4bd16b1144af)
|
|
22
|
+
|
|
7
23
|
#### [v1.4.8](https://github.com/hannasdev/mcp-writing.git
|
|
8
24
|
/compare/v1.4.7...v1.4.8)
|
|
9
25
|
|
|
26
|
+
> 19 April 2026
|
|
27
|
+
|
|
10
28
|
- docs: move release automation out of README [`#41`](https://github.com/hannasdev/mcp-writing.git
|
|
11
29
|
/pull/41)
|
|
30
|
+
- Release 1.4.8 [`cebc920`](https://github.com/hannasdev/mcp-writing.git
|
|
31
|
+
/commit/cebc920da6b2ce86a8758d17a9a089d06b5b3615)
|
|
12
32
|
|
|
13
33
|
#### [v1.4.7](https://github.com/hannasdev/mcp-writing.git
|
|
14
34
|
/compare/v1.4.6...v1.4.7)
|