Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 20:33
· 504 commits to master since this release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

Compare with latest

Added

  • add manual execution and dry_run option for GitHub actions workflow (6cece80 by Andre).
  • add pypdf (merge, split, extract, rotate, encrypt, decrypt commands) configured autopep8 to avoid line breaking (ab303ec by Andre).
  • add "audio_video info" implementation using ffprobe (5ca57eb by Andre).
  • add babel translations in project add tasks.py (invoke) for build automation add setup.iss and setup_run.ps1 (for Inno Setup exe generation) add github homepage, twine and babel, locales/ and data/ folders in pyproject.toml add license disclaimer in README.md (060f255 by Andre).
  • add CLI api tests add icon.ico config pytest with -x --ff (e2ae812 by Andre).
  • add docs gen tools (pydeps, pyreverse) (d080fde by Andre).
  • add pyinstaller, pdoc, rich, CLI with Typer add config file (json) add AUTHORS.md add build instructions in pyproject.toml add ps1 scripts for automation (44e33bf by Andre).
  • add vscode settings; add pytest + coverage to pyproject.toml add folders src/ and tests/ to pyproject.toml add pytest tests/ files for backend_abstract , ffmpeg_backend , and File 100% coverage tests (b5f7266 by Andre).

Fixed

  • fix: add MANIFEST.in file ; fix non-python folders convention as .folder_name ; (651715d by Andre).
  • fix: fix python package structure, add importlib.resources (a9c94a0 by Andre).
  • fix: git actions ci/cd pipeline (34e4bbc by Andre).
  • fix: git actions (2b756ec by Andre).
  • fix:git actions (3acd3a0 by Andre).
  • fix: changelog (566a3ed by Andre).
  • fix: gitactions (7b8f2ca by Andre).
  • fix: choco nuspec structure fix: CHOCO_API env location in git actions improve: add AUTHORS.md, LICENSE, pyproject.toml to dist/ files (86f45d9 by Andre).
  • fix: modify choco config to allow for ctx menu auto install (20adb32 by Andre).
  • fix: mkdir paths before using them (0f5f2cc by Andre).
  • fix: choco create files syntax (b805b5a by Andre).
  • fix babel translations in command help for typer code refactor (separated subcommands config, audio_video) code refactor (separated CONFIG, STATE and LOCALE in separate files) (8dcfdcc by Andre).

Changed

  • CHANGELOG.md for 0.1.0 (ad8c587 by Andre).