Skip to content

Releases: ASML-Labs/PPTX.jl

v0.10.5

08 Sep 09:50
18a7ee4

Choose a tag to compare

PPTX v0.10.5

Diff since v0.10.4

Video support via Video()

Merged pull requests:

  • Mp4 support (#75) (@asrono)
  • Update compat for Images and VideoIO; remove Images dependency (#77) (@asrono)

v0.10.4

01 May 09:59
acc2cf7

Choose a tag to compare

PPTX v0.10.4

Diff since v0.10.3

  • Ability to define the slide layout via its name in the template file instead of an integer identifier: Slide(; layout="Section Header")
  • Exported a function to list the layout names in a PowerPoint template file: list_layoutnames

Merged pull requests:

  • Allow slide layout to be defined as a string defined in the template (#74) (@jaakkor2)

Closed issues:

  • Referring to slide layouts by name (#35)

v0.10.3

08 Apr 08:27
30847e9

Choose a tag to compare

PPTX v0.10.3

Diff since v0.10.2

option for wrapping text in a shape with TextBody("text", wrap=true)

Merged pull requests:

Closed issues:

  • TextBox does not resize to fit (wrap) text (#72)

v0.10.2

29 Oct 09:38
890fd16

Choose a tag to compare

PPTX v0.10.2

Diff since v0.10.1

  • actually fix docs images

Merged pull requests:

v0.10.1

29 Oct 08:30
bff241e

Choose a tag to compare

PPTX v0.10.1

Diff since v0.10.0

  • fix docs images
  • PPTX logo

Merged pull requests:

v0.10.0

28 Oct 15:27
eba982d

Choose a tag to compare

PPTX v0.10.0

Diff since v0.9.1

  • Added table cell styling
  • More text styling
  • Docs examples for tables and plots

Merged pull requests:

Closed issues:

  • ERROR: PowerPoint couldn't read some content in {PowerPoint File} - Repaired and removed it. (#63)

v0.9.1

22 Oct 11:11
9d43091

Choose a tag to compare

PPTX v0.9.1

Diff since v0.9.0

Fixed multiple hyperlinks per slide

Merged pull requests:

Closed issues:

  • Font Size (#61)

v0.9.0

17 Oct 07:21
5f25d91

Choose a tag to compare

PPTX v0.9.0

Diff since v0.8.1

  • Added fontsize option to the TextBox
  • Changed Dict options into TextStyle type

Merged pull requests:

v0.8.1

14 Oct 08:16
10f8025

Choose a tag to compare

PPTX v0.8.1

Diff since v0.8.0

Bugfixes:

  • improved rId
  • handling non-unique figure filenames
  • TextBox bold style

Merged pull requests:

v0.8.0

08 Jul 10:02
cfd2d2f

Choose a tag to compare

PPTX v0.8.0

Diff since v0.7.0

  • Enabled hyperlinks in textboxes.
  • Baked in some templates, a step towards a standalone package for PackageCompiler.jl

Merged pull requests:

  • Avoid using cp in tests (#50) (@nhz2)
  • Bake in default tableStyles.xml to improve PackageCompiler.jl support (#51) (@nhz2)
  • Bake in default template to improve PackageCompiler support (#53) (@nhz2)
  • Enable hyperlinks (#54) (@xvries)
  • version bump to v0.8.0 (#55) (@matthijscox-asml)

Closed issues:

  • Follow package best practices (#15)