jcoliz / LogoSlideMaker

Logo Slide Maker is a Windows Desktop application to build, preview, and generate PowerPoint presentations containing logos with text.
https://apps.microsoft.com/detail/9p09gnvhnl72
MIT License
0 stars 0 forks source link

[UI] [User Can] Use the git version of the project containing the source files in the name of output #34

Closed jcoliz closed 4 months ago

jcoliz commented 4 months ago

Given: A git repository containing a TOML definition And: The output file set to Sample-$Version.pptx And: The TOML definition loaded into the UI When: Pressing export Then: Suggestion file name is as above, with $Version replaced by the git repository version

Given: Above, plus template slides has $Version in the slide notes When: Exporting from UI And: Loading resulting pptx in PowerPoint Then: $Version replaced by the git repository version

Note that the second scenario already works in the CLI version. The challenge is getting the version number FROM the underlying git repository where the TOML file lives. In the CLI, this is easier.