Skip to content

Releases: FleoThing/LeMontage

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:16
99a0691

What's Changed

  • docs(roadmap): record v0.3.2 as shipped and move mixed media pipelines to delivered by @ffillouxdev in #51
  • chore(deps): update actions/upload-pages-artifact action to v5 by @renovate[bot] in #47
  • chore(deps): update actions/deploy-pages action to v5 - autoclosed by @renovate[bot] in #46
  • fix(ffmpeg): redirect subprocess stdin to devnull by @ffillouxdev in #52
  • chore(release): bump version to 0.3.3 by @ffillouxdev in #53

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 12:46
3a255d4

What's Changed

  • feat(docs): publish the manual as an HTML site on GitHub Pages by @ffillouxdev in #45
  • fix(docs): rewrite docs/assets image paths for the Pages site by @ffillouxdev in #48
  • security(fonts): pin the SHA-256 of the downloaded preset fonts by @ffillouxdev in #49
  • chore(release): bump version to 0.3.2 by @ffillouxdev in #50

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 00:54
6f29bbb

What's Changed

  • fix(captions): keep caption lines inside the vertical-crop safe area by @ffillouxdev in #43
  • chore(release): bump version to 0.3.1 by @ffillouxdev in #44

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 23:11
e9465ed

What's Changed

  • feat(export): title styling, fit/cover, mute — plus a random detect_clips method by @ffillouxdev in #40

Full Changelog: v0.2.0...v0.3.0

What's Changed

  • feat(export): title styling, fit/cover, mute — plus a random detect_clips method by @ffillouxdev in #40
  • feat(images): image-folder input — stills/still blocks for photo slideshows by @ffillouxdev in #41
  • chore(release): bump version to 0.3.0 by @ffillouxdev in #42

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:19
2269249

What's Changed

  • chore(deps): update docker/setup-buildx-action action to v4 by @renovate[bot] in #13
  • refactor: clean archi by @laflut3 in #30
  • feat(blocks): add speed block for slow-motion / fast-forward by @laflut3 in #27
  • feat(blocks): add reverse block to play clips backwards by @ffillouxdev in #31
  • feat(blocks): add transitions to the concat block by @ffillouxdev in #33
  • feat(cli): add lemontage completion for bash/zsh/fish by @ffillouxdev in #34
  • feat(blocks): add author label to the export block by @ffillouxdev in #38
  • fix(security): confine output paths and escape untrusted FFmpeg inputs by @ffillouxdev in #36
  • feat(channels): merge and nest channels in concat (multi-channel from, transitions_at, emit) by @ffillouxdev in #37
  • chore(release): bump version to 0.2.0 by @ffillouxdev in #39

Full Changelog: v0.1.4...v0.2.0

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:15
8613d74

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:55
fb967a7

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@ffillouxdev ffillouxdev released this 30 Jun 09:45
4cbed34

What's Changed

  • fix(fonts): validate downloads and use absolute libass paths by @ffillouxdev in #16
  • fix(tests): unescape libass path before asserting it is absolute (Windows CI) by @ffillouxdev in #18
  • chore(release): bump version to 0.1.2 by @ffillouxdev in #19

Full Changelog: v0.1.1...v0.1.2

What's Changed

  • fix(fonts): validate downloads and use absolute libass paths by @ffillouxdev in #16
  • fix(tests): unescape libass path before asserting it is absolute (Windows CI) by @ffillouxdev in #18
  • chore(release): bump version to 0.1.2 by @ffillouxdev in #19

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@ffillouxdev ffillouxdev released this 29 Jun 14:52
2cbba07

Fixes the man page install and corrects all GitHub org/branch references.

Fixed

  • man lemontage now works after a pipx install. pipx installs into an
    isolated venv that isn't on any MANPATH, so the man page was never reachable.
    The installer (get.sh) now drops docs/lemontage.1 into ~/.local/share/man/man1
    and refreshes the index with mandb — best-effort, never fails the install.
  • Corrected GitHub org and branch across all install paths (ffillouxdev →
    FleoThing, @dev → main): get.sh, README.md, Dockerfile OCI labels, and the
    homepage link in docs/lemontage.1.
  • Fixed README clone instructions: leftover lemontage/lemontage URL and cd
    lemontage → cd LeMontage.

Notes

Install & docs only — no change to the pipeline engine or runtime behaviour.

  • Coche Set as the latest release, puis Publish release.

What's Changed

  • fix: merge dev into main by @laflut3 in #3
  • feat: add ci cd by @laflut3 in #2
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #8
  • chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.3.0 by @dependabot[bot] in #7
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #6
  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #5
  • chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #4
  • chore: Configure Renovate by @renovate[bot] in #9
  • chore(deps): update actions/setup-python action to v6 by @renovate[bot] in #11
  • chore(deps): update dependency python by @renovate[bot] in #10
  • fix(install): install man page and correct GitHub org/branch references by @ffillouxdev in #14
  • chore(release): bump version to 0.1.1 by @ffillouxdev in #15

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 22:15
2ca0b7d