97 Commits

Author SHA1 Message Date
Manuel Rüger
e7e61ba234 Bump version to 9.0.2 2023-03-30 15:02:05 +02:00
Manuel Rüger
98e15ed7ff Bump version to 9.0.1 2023-03-29 15:57:13 +02:00
Manuel Rüger
fef66925d1 Bump version to 9.0 2023-03-29 11:01:07 +02:00
Manuel Rüger
3dd6d0ab99 Bump version to 8.10 2023-03-27 20:16:21 +02:00
Manuel Rüger
d00d94afa3 Bump to version 8.9 2023-03-21 11:09:47 +01:00
Manuel Rüger
9840c01e8a Include space parameter as well 2023-03-20 22:54:11 +01:00
Manuel Rüger
21cf51efd7 Clean up logic a bit 2023-03-20 19:56:02 +01:00
Manuel Rüger
20d3d1f05c fix: Support relative links with titleFromH1 2023-03-20 19:43:01 +01:00
Bernd Ahlers
9e656ece15
Add Content-Appearance header
Allows switching between the "full-width" and "fixed" page layouts.

The "fixed" layout renders the page in a narrow column. (Confluence
default)

If not configured, it defaults to "full-width".
2023-03-06 10:09:28 +01:00
Manuel Rüger
c0bc7dcd35 Bump version to 8.8 2023-02-21 14:56:37 +01:00
Manuel Rüger
d09ee6ea22 Bump version to 8.7 2023-01-27 11:38:15 +01:00
Egor Kovetskiy
ab5407091b bump version
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2023-01-04 08:59:03 +00:00
Egor Kovetskiy
5920dbf67a bump version
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2023-01-03 17:58:28 +00:00
Manuel Rüger
3e558ac2e3
Replace deprecated io/ioutils (#230) 2023-01-03 17:54:04 +00:00
Manuel Rüger
55b58bd59b
Allow Title via h1 without any other metadata (#229) 2023-01-03 17:52:48 +00:00
Egor Kovetskiy
ef71aa1792 bump version
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2022-10-19 20:44:04 +06:00
Stephan Hradek
4c812741ac
Feature/h1 title (#196)
* h1_title config

* introduce h1_title in config

* add h1_drop config setting

* allsow allow h1_drop in config
2022-06-06 12:38:23 +06:00
Egor Kovetskiy
5428cc6833 bump to 8.1 2022-04-22 15:26:25 +06:00
cc-chris
a6ac341799
fix for nil metadata (issue #161) (#162) 2022-04-22 15:18:59 +06:00
Joel Andritsch
7b359b19f7
bugfix: Add delay between create and update calls (#174)
This helps mitigate a 409 conflict response from Confluence when
creating a new page and then updating it right away. This may not be the
cleanest solution, but it seems to do the trick.

Resolves #139
2022-04-22 15:17:48 +06:00
Egor Kovetskiy
c57d8e63e7 bump to 8.0 2022-02-02 16:03:06 +06:00
Dreampuf
9a4f9ff32d
Add subdirectories related templates (#158) 2022-02-02 16:02:01 +06:00
Pommier Vincent
c8709eecd1
feat: Add support of confluence server. (#154) 2022-02-02 16:01:26 +06:00
Egor Kovetskiy
b15f1f8e70 bump to 7.0 2022-01-18 12:10:46 +06:00
klysunkin
9a7146c7d7
Fix for subdirectories related attachments (issue #31) (#151) 2022-01-18 12:07:36 +06:00
klysunkin
8d58ff26a3
Space from config and title from h1 (#153)
* Add option to define Space.
Add option to use H1 heading to define page title.

* Update readme
2022-01-18 12:05:26 +06:00
Egor Kovetskiy
9cde833a18 fix updating attachments when confluence returns a short response object 2021-12-09 11:46:57 +06:00
Egor Kovetskiy
f1e861c2fa bump to 6.6 2021-12-09 11:14:34 +06:00
Mateus Miranda
ac8133a8b9
Change log level when files are not found (#138)
* Change log level when files are not found

* Adding new flag CI
2021-12-02 14:38:47 +06:00
Egor Kovetskiy
07926611cf bump to 6.5 2021-11-08 20:16:13 +06:00
Egor Kovetskiy
1bd022b065 replace \r\n with \n, fix #42 2021-11-08 20:15:59 +06:00
Egor Kovetskiy
4626544585 bump to 6.4, 6.3 was mistakenly released without patching files 2021-10-25 15:55:28 +06:00
Egor Kovetskiy
4e47ae14a7 bump to 6.2 2021-08-23 13:20:37 +06:00
Egor Kovetskiy
b1eea83d49 add config parameter 2021-08-23 13:20:18 +06:00
Egor Kovetskiy
a5221cbedd bump to 6.1 2021-08-23 12:51:03 +06:00
Egor Kovetskiy
11e7e82671 do not skip tls cert verification by default 2021-08-11 10:16:37 +03:00
Egor Kovetskiy
ccee37ce22 bump to 5.9 2021-07-14 12:46:10 +03:00
Egor Kovetskiy
6d0aa09969 bump to 5.8 2021-06-30 13:15:09 +03:00
Michael Beemer
75717374a8 feat(sidebar): Add sidebar support 2021-06-17 14:56:27 -04:00
Egor Kovetskiy
76cc033af3 bump to 5.7 2021-04-21 09:41:20 +03:00
Egor Kovetskiy
5fd862c450 use docopt struct instead of map since we already have a struct 2021-04-05 08:17:26 +03:00
Egor Kovetskiy
e72577327c
Merge pull request #85 from wbh1/add/fileglobbing
Add support for fileglobs
2021-04-05 07:50:08 +03:00
wbhegedus
403efe3acc add support for fileglobs 2021-04-02 13:19:22 -04:00
David Laing
07aa3700eb Add Type metadata header to enable support for Confluence Blog Posts 2021-03-31 17:49:01 +01:00
Egor Kovetskiy
12510a1208 bump to 5.5 2021-03-29 09:28:16 +03:00
Egor Kovetskiy
7cd0ebd782 bump to 5.4 2021-03-17 09:24:58 +03:00
Egor Kovetskiy
400b85de11 option to turn off color output, close #69 2021-03-17 09:24:26 +03:00
Egor Kovetskiy
398cc7375e 5.2.1 2021-02-25 08:07:15 +03:00
Egor Kovetskiy
c51629a9b8 bump to 5.2, add note about password in stdin 2021-02-09 06:58:31 +03:00
Egor Kovetskiy
a3064a64af bump to 5.1 2021-02-04 12:18:59 +03:00