Skip to content

Releases: candrewlee14/webman

v0.12.0

28 Mar 00:13
Compare
Choose a tag to compare

Changelog

  • 65e0fc1 build(goreleaser): fix OS to be lowercase
  • e2192d9 feat(group upgrade): add group upgrade command
  • c4f0cd1 fix: fix add cmd where using is the latest

v0.11.1

26 Mar 05:02
Compare
Choose a tag to compare

Changelog

  • 2607976 fix github actions workflow for goreleaser
  • a318ef8 fix path for pkg search

v0.11.0

26 Mar 02:13
Compare
Choose a tag to compare

Changelog

  • c5014ef add group search command and add more info to group schema
  • d8a2a0a add vhs tapes for CLI recording
  • 1692b21 fix goreleaser config file, add envrc
  • ac5f3fb fix: fix group add command with pkg path

v0.10.0

26 Mar 00:01
Compare
Choose a tag to compare

Changelog

  • 800106f Add group tests (#51)
  • 95fa9c3 Add upgrade cmd, improve loading bars and spinners (#61)
  • af36ab3 Allow user to disable color (#55)
  • 604ee85 Refactors (#52)
  • 3510e85 build(deps): bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.17.0 (#60)
  • 806445f build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#59)
  • 1692b21 fix goreleaser config file, add envrc
  • 4ea015d upgrade some deps

v0.9.2

04 Oct 19:39
4ec4c00
Compare
Choose a tag to compare

Fixed webman group commands that weren't working after the addition of the multiple package repos feature.

Changelog

v0.9.1

29 Sep 22:46
0e79232
Compare
Choose a tag to compare

This release includes a fix for setting up the initial webman directories on first usage.

Changelog

v0.9.0

02 Sep 23:26
Compare
Choose a tag to compare

Notable Changes

  • Multiple package repo support now added through new webman config commands
  • Add renames and filename_format_override to the recipe schema to support more package formats (looking at you pandoc)
  • Add powershell webman installation script
  • Expanded checking to package groups
  • UI Improvements

Thank you @jolheiser for all the help!

Changelog

  • b00a4a0 Add config commands (#38)
  • 2ab7d94 Validate package repo structure (#39)
  • 610c1ca add group checking to dev check command (#4)
  • 6547786 add social preview assets
  • f856761 feat: add alternate package repos (#32)
  • 159b56a feat: add filename override to OS info (#41)
  • 650f930 feat: add from-to link name replacement (#35)
  • c822873 feat: add powershell installer (#33)
  • a76facb feat: look for existing binary when installing (#36)
  • b620f3e fix: delete test dir after each successful bintest asset
  • 8ca2ad6 fix: refresh if recipe dir doesn't exist

v0.8.1

05 Jun 18:54
Compare
Choose a tag to compare

The release contains a few bug fixes, refactors, and package dependency upgrades.

Changelog

  • ca60cc2 fix mispellings and add report card badge
  • ff46f76 fix unpack to not double folder
  • 7b6460e fix: update go-yaml dependency in code (#31)
  • dc9c68d move all commands to RunE
  • 26fe530 update go-yaml to 3.0.1 (#30)

v0.8.0

24 May 23:57
daeaa6b
Compare
Choose a tag to compare

Changelog

v0.7.1

19 May 18:29
Compare
Choose a tag to compare

Big changes in webman-pkgs CI/CD make it simple to merge new packages, and lots of refactors went into handling additional compression formats.
This version also changes to Golang's expected semver format starting with the "v".

Changelog

  • b40d3b9 chore: add MegaLinter for packages
  • f21f8c8 chore: update README with statuses
  • c306019 fix: solve version slice problem
  • 59a2ae1 refactor: move from unpack to archiver (#22)