Skip to content

taskporter v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:08
· 21 commits to main since this release

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.3.0
docker pull ghcr.io/syndbg/taskporter:latest

Linux Packages

  • Debian/Ubuntu: Download the .deb file and install with sudo dpkg -i taskporter_*.deb
  • Red Hat/CentOS: Download the .rpm file and install with sudo rpm -i taskporter_*.rpm
  • Alpine: Download the .apk file and install with sudo apk add --allow-untrusted taskporter_*.apk

Full Changelog: v0.2.1...0.3.0

Changelog

馃殌 Features

  • 244ddbf: feat: enable Homebrew formula and comprehensive roadmap (@syndbg)