Skip to content

Latest commit

 

History

History
212 lines (94 loc) · 8.82 KB

CHANGELOG.md

File metadata and controls

212 lines (94 loc) · 8.82 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.6 (2022-04-22)

Chore

  • deps: fix some dependencies vulnerabilities (2406033)
  • eslint: fix previous changes made in eslint config and related remediations (517f499)

1.3.5 (2022-04-19)

Chore

  • deps: update dependencies (2cd66bc)
  • eslint: change eslint config and dependencies and fix remaining issues (650a4af)

1.3.4 (2022-03-31)

Chore

  • deps: update dependencies (dbe7362)
  • deps: update dependencies (faeb844)

1.3.3 (2022-03-04)

Chore

  • deps: update dependencies (899e0ad)

1.3.2 (2022-01-11)

Bug Fixes

  • svoprocessor: fix a minor issue in error handling (e534400)

Chore

  • deps: remove unused dependencies (8232f15)

Documentation

CI

  • build: move start command to test command in both package.json and build.yml (095a8d2)

1.3.1 (2022-01-10)

Documentation

  • readme: add new --trim-only flag documentation in README.md file (8772af7)

1.3.0 (2022-01-10)

Features

  • svoprocessor: add --trim-only flag feature (164ebb3)

Chore

  • deps: update dependencies (6cccc8e)
  • deps: update dependencies (ce9a1af)

Refactors

  • filehelper: replace FileHelper by ProgramHelper to be more explicit (8a92a0b)

1.2.2 (2021-12-21)

Bug Fixes

  • filehelper: fix static call to __dirname that led to wrong path usage in SVOConverter (b07caf8)

1.2.1 (2021-12-21)

Bug Fixes

  • svoconverter: add debug to SVOConverter (029f586)

1.2.0 (2021-12-21)

Features

  • filehelper: add fileHelper component to better handle project related path of files (8acafe9)

Bug Fixes

  • commandhelper: fix a bug where the version value was unknown (d12e6ac)
  • svoconverter: fix path issue by replacing useless dependency in favor of new fileHelper class (702ab9d)

1.1.10 (2021-12-20)

Bug Fixes

  • svoconverter: add debug to SVOConverter (d8de643)

Refactors

  • static: change static binary files location (8e7e947)

1.1.9 (2021-12-20)

Bug Fixes

  • svoconverter: add debug to SVOConverter (51b4e12)

1.1.8 (2021-12-20)

Documentation

  • readme: update readme: add simple installation documentation (5e68f06)

1.1.7 (2021-12-20)

Bug Fixes

  • package.json: fix wrong call to bin file in package.json (47f1836)

1.1.6 (2021-12-18)

Chore

  • readme: change readme title to the actual name of the project (5a509e1)

1.1.5 (2021-12-18)

CI

  • gh-actions: fix an issue in build workflow (e18f1b9)

1.1.4 (2021-12-18)

CI

  • gh-actions: fix issue in build workflow (c830ca2)

1.1.3 (2021-12-18)

CI

  • gh-actions: fix a missing semicolon in build workflow (a698d9f)

1.1.2 (2021-12-18)

Bug Fixes

  • svoconverter: fix path issue in SVOConverter and edit bin path (280af3f)

Chore

  • dependencies: remove pkg and @florentinth/pkg-ver dependencies and update related scripts (b7e5170)

CI

  • gh-actions: update build workflow according to previous changes and remove useless upload-assets (22ecb81)

Documentation

  • readme: update documentation in the README (ec4a239)

1.1.1 (2021-12-18)

CI

  • gh-actions: update both build and dependencies workflows to work with branch main (595a817)

1.1.0 (2021-12-18)

Features

  • svoconverter: complete svoconverter (a6c990b)
  • svoprocessor: complete SVOProcessor main application component (32f0c91)
  • videoprocessor: complete VideoProcessor (440d4a7)

Chore

  • project: init project structure (2f1e65a)