confluence-cli 1.3.0 → 1.3.2
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 +15 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.3.2](https://github.com/pchuri/confluence-cli/compare/v1.3.1...v1.3.2) (2025-06-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* resolve merge conflict in CHANGELOG.md ([8565c1a](https://github.com/pchuri/confluence-cli/commit/8565c1a90243663f206285e5af3616541ee1a1d0))
|
|
7
|
+
|
|
8
|
+
## [1.3.1](https://github.com/pchuri/confluence-cli/compare/v1.3.0...v1.3.1) (2025-06-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* clean up duplicate CHANGELOG entries ([0163deb](https://github.com/pchuri/confluence-cli/commit/0163deb7f007e1d64ce4693eb8e86280d27eb6cc))
|
|
14
|
+
|
|
1
15
|
# [1.3.0](https://github.com/pchuri/confluence-cli/compare/v1.2.0...v1.3.0) (2025-06-27)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -26,27 +40,15 @@
|
|
|
26
40
|
|
|
27
41
|
### Features
|
|
28
42
|
|
|
29
|
-
*
|
|
30
|
-
|
|
31
|
-
# [1.2.0](https://github.com/pchuri/confluence-cli/compare/v1.1.0...v1.2.0) (2025-06-27)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Features
|
|
35
|
-
|
|
36
|
-
* **page management**: add page creation and update capabilities ([NEW])
|
|
43
|
+
* **page management**: add page creation and update capabilities ([#2](https://github.com/pchuri/confluence-cli/issues/2)) ([b814ddf](https://github.com/pchuri/confluence-cli/commit/b814ddfd056aeac83cc7eb5d8d6db47ba9c70cdf))
|
|
37
44
|
- `confluence create` - Create new pages with support for Markdown, HTML, and Storage formats
|
|
38
45
|
- `confluence update` - Update existing page content and titles
|
|
39
46
|
- `confluence edit` - Export page content for editing workflow
|
|
40
47
|
- Support for reading content from files or inline
|
|
41
48
|
- Markdown to Confluence Storage format conversion
|
|
42
49
|
* **content formats**: support multiple input formats
|
|
43
|
-
<<<<<<< HEAD
|
|
44
50
|
- Markdown format with automatic conversion using `markdown` macro
|
|
45
51
|
- HTML format with direct Storage format integration
|
|
46
|
-
=======
|
|
47
|
-
- Markdown format with automatic conversion
|
|
48
|
-
- HTML format with Storage format wrapping
|
|
49
|
-
>>>>>>> origin/main
|
|
50
52
|
- Native Confluence Storage format
|
|
51
53
|
* **examples**: add sample files and demo scripts for new features
|
|
52
54
|
|