github jongio/dispatch v0.2.0

latest releases: v0.8.5, v0.8.4, v0.8.3...
one month ago

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/dispatch/main/install.sh | sh -s -- v0.2.0

# Windows (PowerShell)
$v="v0.2.0"; irm https://raw.githubusercontent.com/jongio/dispatch/main/install.ps1 | iex

Changelog

Features

  • d54af9f feat(web): add social meta tags, og-image, canonical URL, robots.txt
  • 29d0a97 feat: add favorites for sessions and folders

Other

  • 31187c1 Merge branch 'feature/favorites'
  • 81e7de9 quality: MQ pass — tests, fixes, docs for favorites

Don't miss a new dispatch release

NewReleases is sending notifications on new releases.