Skip to content

Releases: k1LoW/deck

v0.36.0

07 Jul 06:11
ff10a75
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: Add ignore page functionality with page configuration comment by @Songmu in #213

Other Changes

  • feat(md): add support for block quotes by @k1LoW in #206
  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #209

Full Changelog: v0.35.0...v0.36.0

v0.35.0

05 Jul 10:04
c00e54b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: Add {{output}} template variable support for code-block-to-image-command by @Songmu in #204

Full Changelog: v0.34.0...v0.35.0

v0.34.0

02 Jul 15:17
5b35b26
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • make heading inside body bold; it's natural by @Songmu in #196

Other Changes

  • doc: use camelCase for frontmatter fields by @Songmu in #201

Full Changelog: v0.33.0...v0.34.0

v0.33.0

01 Jul 14:56
071c4ea
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • fix: refactor image handling for improved performance and flexibility by @k1LoW in #191
  • feat(apply): support setting title from frontmatter by @k1LoW in #192

Other Changes

  • feat(cmd): add --presentation-id flag and deprecate positional arguments by @k1LoW in #189

Full Changelog: v0.32.0...v0.33.0

v0.32.0

01 Jul 10:17
ae346dd
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add angle bracket autolinks support by @Songmu in #185
  • feat: support dynamic heading levels for title detection by @Songmu in #188

Full Changelog: v0.31.2...v0.32.0

v0.31.2

01 Jul 04:03
1629b89
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • fix: add CODEBLOCK_CONTENT env to cmd by @Songmu in #181

Full Changelog: v0.31.1...v0.31.2

v0.31.1

01 Jul 01:57
3c644b5
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • fix: check sum comparison of images by @Songmu in #179

Full Changelog: v0.31.0...v0.31.1

v0.31.0

30 Jun 22:38
c78ae46
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: add YAML frontmatter support with new md.MD type by @Songmu in #177
  • feat: add presentationID support in frontmatter for simplified apply command by @Songmu in #178

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.30.0

30 Jun 15:40
240c7c6
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: create error.json if deck fails by @k1LoW in #172
  • feat: integrate tail-based logging and enhance error reporting by @k1LoW in #174

Full Changelog: v0.29.1...v0.30.0

v0.29.1

30 Jun 00:17
29c7d95
Compare
Choose a tag to compare

What's Changed

Other Changes

  • refactor(deck): remove redundant DeletePageAfter call in ApplyPages function by @k1LoW in #166
  • refactor: prepend identifiers with type in object ID generation by @k1LoW in #167
  • feat(logger): add red color for failure messages by @k1LoW in #169
  • feat(apply): switch to JSON logging when --verbose and enhance action details structure by @k1LoW in #170
  • chore(deps): bump google.golang.org/api from 0.238.0 to 0.239.0 in the dependencies group by @dependabot in #171

Full Changelog: v0.29.0...v0.29.1