- Updated Nuitka to 1.3.8
- Binaries now generated as directory and packed to archive, speed boost during startup.
- Hashes are now present for each file in archive and for archive itself.
- Updated Pillow to 9.4.0
- Added creation of .sha256 files for binaries in artifacts.
- Alpine image moved to 3.17 version, with musl lib 1.2.3 version that in most cases compatible with Alpine 3.14
- Python moved to 3.10.9 version(all code still should support 3.9 version of python)
- Added preinstalled matplotlib, pywavelets, filterpy
- Updated numpy to 1.23.4, scipy to 1.9.3
- Added preinstalled OpenCV 4.6.0 version.
ccache
added, to speed up assembly when only project sources was changed.- docker images optimizations.
- Test command in docker images run now from binaries stored in artifacts
- Fixed prefix in created binaries name, was broken by 0.0.3 version update
- Renamed
generate-binaries
yaml files.
- Nuitka updated and pinned to
1.2.7
version - Python updated from 3.9.15 to 3.9.16
pynacl
,cryptography
are now installed for pymysql- pinned
pg8000
andpymysql
versions - nc-py-api was removed from images, it will be installed during generating binaries.
- Github Actions improvements and fixes
- bin_prefix input parameter to workflow was removed. Now workflow takes id of app from info.xml
- nc-py-api was updated to 0.0.7 version
- Initial release, support for [MediaDC](https://github.com/andrey18106/mediadc) application.