109 Commits

Author SHA1 Message Date
Manuel Rüger
51accf008f Bump version to 9.2.1 2023-04-26 12:15:14 +02:00
Manuel Rüger
abd0c8bad6 Bump version to 9.2.0 2023-04-26 08:03:04 +02:00
Dreampuf
d9d560eda0 Add support for mermaid via library
Implementation is largely based on: https://github.com/kovetskiy/mark/pull/167

Co-Authored-By: Manuel Rueger <manuel@rueg.eu>
2023-04-25 23:59:17 +02:00
Manuel Rüger
4c3d417725 Ignore error if default config file does not exist 2023-04-25 22:47:40 +02:00
Manuel Rüger
2f44bcb6be Make config backwards-compatible 2023-04-20 14:34:55 +02:00
Manuel Rüger
262853f6c0 Simplify config handling
* Switch to urfave/cli/v2
* Add more environment variables
2023-04-20 14:34:55 +02:00
Manuel Rüger
d1f69bc704 Bump version to 9.1.4 2023-04-03 14:26:09 +02:00
Manuel Rüger
1c1f82a55e Bump version to 9.1.3 2023-04-03 14:06:23 +02:00
Manuel Rüger
c6d01eb3de Bump version to 9.1.2 2023-04-03 13:56:49 +02:00
Manuel Rüger
20afbc534a Bump version to 9.1.1 2023-04-03 13:42:38 +02:00
Manuel Rüger
657d4f5c61 Bump version to 9.1.0 2023-04-03 13:32:51 +02:00
Manuel Rüger
943a356508 Bump version to 9.0.3 2023-03-31 11:40:29 +02:00
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