cc-chris
a6ac341799
fix for nil metadata (issue #161 ) ( #162 )
2022-04-22 15:18:59 +06:00
guoweis-outreach
9ae3e658d2
fix the README ( #172 )
...
this change allows the `box` macro to have http link inside
2022-04-22 15:17: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
Joel Andritsch
5ad1a4abe5
bugfix: Force pages to default width. ( #175 )
...
This change is to compensate for an API bug in Confluence where newly
create pages end up getting a random width of either "fixed" or "full".
Fixes #173
2022-04-22 15:16:46 +06:00
Philipp
f95835469c
fix: remove double collapse for codeboxes ( #179 )
...
This fixes a bug where if you used the code macro the renderer would create
an additional expand macro if the collapse option was set. This led to
the code section being collapsiable twice.
Co-authored-by: Philipp Reinke <philipp.reinke@scandio.de>
2022-04-22 15:16:04 +06:00
Egor Kovetskiy
2f34e93973
do not build for windows: it is broken
8.0
2022-02-02 16:06:19 +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
Dreampuf
2251e8ad8a
Add footnotes support ( #156 )
2022-02-02 16:01:38 +06:00
Pommier Vincent
c8709eecd1
feat: Add support of confluence server. ( #154 )
2022-02-02 16:01:26 +06:00
Egor Kovetskiy
49eb97b434
add open_collective to FUNDING
2022-01-18 12:16:26 +06:00
Egor Kovetskiy
b15f1f8e70
bump to 7.0
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
Joey Freeland
851a8047f3
feat: update to go 1.17 ( #147 )
2021-12-27 16:35:22 +06:00
Egor Kovetskiy
2cbb942bc4
add .dockerignore
2021-12-09 11:48:56 +06:00
Egor Kovetskiy
9cde833a18
fix updating attachments when confluence returns a short response object
6.7
2021-12-09 11:46:57 +06:00
Egor Kovetskiy
f1e861c2fa
bump to 6.6
6.6
2021-12-09 11:14:34 +06:00
guoweis-outreach
08f37fe2b9
feat: add iframe support ( #143 )
...
* feat: add iframe support
* add comment
2021-12-09 11:14:01 +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
f3ff1dc098
Add @mmiranda as a contributor
2021-11-30 15:35:10 +06:00
Egor Kovetskiy
d017d31f61
Add @jevfok as a contributor
2021-11-30 15:34:29 +06:00
Mateus Miranda
50f78ee6a1
Homebrew tap ( #137 )
...
* Add brew step on goreleaser
* Add brew install doc
* fix typo
6.5.1
homebrew-tap
2021-11-30 15:18:57 +06:00
Egor Kovetskiy
f0e00468e9
use AutoLink rule to all links except ac: namespace
2021-11-11 14:45:08 +06:00
Egor Kovetskiy
07926611cf
bump to 6.5
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
jevfok
f3ba7c57a3
Children display macro ( #133 )
...
Added Children Display macro
2021-11-08 20:12:13 +06:00
Florent Monbillard
cc98590e9d
Update golang crypto library to fix CVE-2020-29652 ( #131 )
2021-11-03 11:41:51 +06:00
Egor Kovetskiy
4626544585
bump to 6.4, 6.3 was mistakenly released without patching files
6.4
2021-10-25 15:55:28 +06:00
Leandro Carneiro
3797116d97
feat: youtube widget macro ( #127 )
2021-10-25 15:52:04 +06:00
Leandro Carneiro
e635d1f945
feat: support mermaid graphs ( #128 )
2021-10-25 15:51:56 +06:00
Egor Kovetskiy
ee0a6e23e7
fix #114 do not crash when resolving links on directories
6.3
2021-09-11 14:37:45 +03:00
Egor Kovetskiy
3fcfcde298
add table test
2021-09-09 13:12:58 +03:00
Egor Kovetskiy
4e47ae14a7
bump to 6.2
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
6.1
2021-08-23 12:51:03 +06:00
Egor Kovetskiy
c64d6e77dc
Add @eitchugo as a contributor
2021-08-23 12:45:36 +06:00
Hugo Cisneiros
97313e59e1
allow space home update and its children pages ( #101 )
...
* allow space home update and its children pages
* fix coding styling
* fix coding styling
* codestyle: fix checking isHomepage
* codestyle: fix checking skipHomeAncestry
Co-authored-by: Hugo Cisneiros (Eitch) <hugo.cisneiros@ifood.com.br>
Co-authored-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2021-08-23 12:42:31 +06:00
Egor Kovetskiy
11e7e82671
do not skip tls cert verification by default
6.0
2021-08-11 10:16:37 +03:00
Egor Kovetskiy
ccee37ce22
bump to 5.9
5.9
2021-07-14 12:46:10 +03:00
Egor Kovetskiy
2ea132f84d
add a note about issues, bugs, and feature requests
2021-07-14 12:45:38 +03:00
Egor Kovetskiy
5d65fddd43
Add @Taldrain as a contributor
2021-07-12 09:01:00 +03:00
Egor Kovetskiy
b68abf9c0f
Merge pull request #93 from Taldrain/update-panel-format
...
update the panel format
2021-07-12 08:59:56 +03:00
Thomas 'Taldrain' Mariaux
8d0ad4d298
update the panel format
2021-07-10 23:01:43 +02:00
Egor Kovetskiy
6d0aa09969
bump to 5.8
5.8
2021-06-30 13:15:09 +03:00
Egor Kovetskiy
a4fe28ed22
Add @beeme1mr as a contributor
2021-06-30 13:14:40 +03:00
Egor Kovetskiy
76c60c33d5
Merge pull request #89 from beeme1mr/feat/sidebar
...
feat(sidebar): Add sidebar support
2021-06-30 13:13:59 +03:00
Michael Beemer
75717374a8
feat(sidebar): Add sidebar support
2021-06-17 14:56:27 -04:00
Egor Kovetskiy
a9bb6df01f
Add @carnei-ro as a contributor
2021-04-21 09:43:10 +03:00
Egor Kovetskiy
76cc033af3
bump to 5.7
5.7
2021-04-21 09:41:20 +03:00