Skip to content

Releases: longbridge/feishu-pages

v0.5.7

13 Nov 15:03
Compare
Choose a tag to compare

What’s Changed

  • Fix for better internal links and images url replace.

v0.5.6

13 Nov 09:10
Compare
Choose a tag to compare

What's Changed

  • 增加导出过滤,如文档标题包含 [hide][隐藏] 关键词,当前文档以及子文档均不会导出。

v0.5.5

13 Nov 07:35
Compare
Choose a tag to compare

What's Changed

  • 增加将文档正文的换成(放到 .cache/nodes 内),如文档未更新采用 cache 以提升导出速度。

v0.5.4

02 Nov 02:08
Compare
Choose a tag to compare

What's Changed

  • 修复在处理多级目录结构时, hide: true 没有被移除的 bug by @ihavecoke in #6

New Contributors

Full Changelog: v0.5.2...v0.5.4

v0.5.3

25 Oct 10:31
Compare
Choose a tag to compare

What's Changed

  • feishu-docx: Improve PageMeta to support CodeBlock inside a nested blocks.
  • Fix to don't export the hide docs.
  • feishu-docx: Fix breaks in a HTML output.
  • Rename env URL_PREFIX into BASE_URL, and make sure it ends with /.
  • Cleanup the docs.json, remove unused keys.

v0.4.8

25 Oct 05:45
Compare
Choose a tag to compare

What's Changed

  • Fix relative doc link in HTML.

v0.4.7

25 Oct 04:03
Compare
Choose a tag to compare

What's Changed

  • Add URL_PREFIX to custom the relative URL prefix, default: /.

v0.4.6

25 Oct 04:03
Compare
Choose a tag to compare

What's Changed

  • Fix download file failed error #5, if failed, ignore that file.

v0.4.5

25 Oct 02:01
Compare
Choose a tag to compare

What's Changed

  • Add FEISHU_ENDPOINT ENV variable for custom Feishu API endpoint. #4

v0.4.4

24 Oct 08:00
Compare
Choose a tag to compare

What's Changed

  • Fix Emoji list missed the ❤ for Callout.
  • Fix Callout and Grid inner for output as HTML to support rich formats.