Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 21:05

Added

  • cli: webrain upgrade — updates to the latest release. Delegates to
    Homebrew/Scoop when installed through one (brew upgrade webrain /
    scoop update webrain), otherwise self-updates the running binary in place
    from the latest GitHub release.
  • install: one-line installers — scripts/install.sh (Linux/macOS) and
    scripts/install.ps1 (Windows) fetch the latest release binary per OS and
    put webrain on PATH:
    curl -fsSL https://raw.githubusercontent.com/prokopis3/webrain/main/scripts/install.sh | bash.
  • dist: submitted to the official Scoop extras bucket (PR
    ScoopInstaller/Extras#18455) and published a Homebrew tap
    (prokopis3/homebrew-webrain; brew tap prokopis3/webrain && brew install webrain).
  • docs: CONTRIBUTING.md (conventional commits + changelog-enforced PR
    policy), README badges (release/license/platforms/last-commit/stars),
    Quick Start + Traditional Selectors + Commands + Updating sections.