taskporter v0.4.0
What's Changed
Welcome to this new release of Taskporter! 馃帀
Installation
Binary Downloads
Download the appropriate binary for your platform from the assets above.
Docker
docker pull ghcr.io/syndbg/taskporter:0.4.0
docker pull ghcr.io/syndbg/taskporter:latestLinux Packages
- Debian/Ubuntu: Download the
.debfile and install withsudo dpkg -i taskporter_*.deb - Red Hat/CentOS: Download the
.rpmfile and install withsudo rpm -i taskporter_*.rpm - Alpine: Download the
.apkfile and install withsudo apk add --allow-untrusted taskporter_*.apk
Full Changelog: v0.3.0...0.4.0
Changelog
馃殌 Features
- 1a6dbe2: feat(ci): workflow concurrency controls (@syndbg)
- 961f24f: feat: add comprehensive golden file testing for converters (@syndbg)
- 0b4bce9: feat: add comprehensive test data and tests for bidirectional language consistency (@syndbg)
- bef38f4: feat: implement bidirectional language consistency for all supported languages (@syndbg)
馃悰 Bug fixes
- e6ea019: fix(ci): lint offences (@syndbg)
- cd6165b: fix(ci): lint offences (@syndbg)
- 259a9f7: fix(tests): handling python modules (@syndbg)
- c5b81f3: fix(tests): ordering issues (@syndbg)
- 86d585f: fix: add Python module support for bidirectional conversions (@syndbg)
- 4ad177a: fix: resolve test failures in bidirectional language consistency tests (@syndbg)
- 2b0dd8a: fix: support Go launch configurations in VSCode to JetBrains conversion (@syndbg)