v2.0.0a2
Pre-release
Pre-release
What changed
- containers are now available for each new release at https://github.com/recitale/recitale/pkgs/container/recitale
- path.py dependency removal in favor of pathlib standard Python module
- password-protected pages are now encrypted by pycryptomodex Python module instead of doing a subprocess call to openssl
- some unittests are now running for each commit and merge request
- progressbars are now shown when videos are being re-encoded to have an idea how long the process is going to take
Merge requests
- Add unit tests and code coverage by @QSchulz in #2
- Fix and improve code coverage report by @QSchulz in #3
- recitale: move log-level optional parameter as argument of subcommands by @QSchulz in #4
- display progressbar when reencoding video or audio files by @QSchulz in #5
- Improve coverage by @QSchulz in #7
- Migrate subprocess'ed openssl encryption to pycryptodomex by @QSchulz in #9
- Automatically build and publish container image by @QSchulz in #10
- migrate from path.py to pathlib by @QSchulz in #6
Full Changelog: v2.0.0a1...v2.0.0a2