Skip to content

Releases: devanlooches/rocketfetch

v0.7.5

25 Jul 19:44
4d25357
Compare
Choose a tag to compare

Fixed

  • (logo) Make Arch Linux detection more flexible
  • (logo) Update Debian logo

Other

  • Remove Structopt dependency in favor of Clap 3.X
  • Update dependencies
  • (dependencies) Update dependency versions
  • Update .gitignore
  • Merge branch 'dev' into main
  • (logo) Replace logo vectors with files

v0.7.4

27 Aug 01:40
04271af
Compare
Choose a tag to compare

Chore

  • Update dependencies
  • Update Libmacchina dependency

Bug Fixes

  • Don't panic when shell version not found

Test

  • Update module tests

Commit Details

view details
  • Uncategorized
    • Update dependencies (7c6c94a)
    • Update module tests (a8a0fb0)
    • Update Libmacchina dependency (be12a34)
    • Don't panic when shell version not found (5054f9f)

v0.7.3

31 Dec 21:13
e5e9dbe
Compare
Choose a tag to compare

Chore

  • Update CHANGELOG
  • Remove cliff.toml file
  • Update CHANGELOG
  • Update CHANGELOG
  • Add git-cliff configuration
  • Update CHANGELOG

Other

  • Fix semver prefix for homebrew version
  • Fix semver prefix for homebrew version
  • Fix bug with shasum output
  • add verbose flag to bump-formula-pr command
  • cd into tap directory
  • Update tap name
  • Add space to last command
  • Update tap name
  • Add clone repository step
  • Debug version number
  • Update tap name
  • Change to macos platform and update tap name
  • Add bump homebrew tap to upload_binaries workflow
  • Add upload binaries to github release workflow

Chore

  • Upgrade dependencies
  • Add brew installation to README
  • Update CHANGELOG

Other

  • Remove publishing workflow

Commit Details

view details
  • Uncategorized
    • Upgrade dependencies (3be5ae2)
    • Fix semver prefix for homebrew version (d112910)
    • Fix semver prefix for homebrew version (ce9abca)
    • Fix bug with shasum output (26444d9)
    • add verbose flag to bump-formula-pr command (2c16573)
    • cd into tap directory (dd23b26)
    • Update tap name (ccdd0d2)
    • Add space to last command (8a35923)
    • Update tap name (3bb8b8f)
    • Add clone repository step (2c0faf3)
    • Debug version number (ceac216)
    • Update tap name (755eabb)
    • Change to macos platform and update tap name (904e222)
    • Add bump homebrew tap to upload_binaries workflow (f8369ad)
    • Add brew installation to README (023802c)
    • Add upload binaries to github release workflow (279ecfb)
    • Update CHANGELOG (4eeab36)
    • Update CHANGELOG (0a453ce)
    • Remove cliff.toml file (b43b69f)
    • Update CHANGELOG (b96f0c3)
    • Update CHANGELOG (4c12302)
    • Add git-cliff configuration (73a22ab)
    • Remove publishing workflow (0587426)
    • Update CHANGELOG (07816a7)

v0.7.2

24 Nov 15:06
bc66284
Compare
Choose a tag to compare

Other

  • Remove unused dependencies

Performance

  • Switch to scoped threads and removing cloning

Commit Details

view details
  • Uncategorized
    • Switch to scoped threads and removing cloning (f3309fd)
    • Remove unused dependencies (d7a023b)

Full Changelog: v0.7.1...v0.7.2

v0.7.1

06 Nov 23:29
v0.7.1
5665006
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

v0.7.1 (2022-11-06)

v0.7.0

06 Nov 23:01
v0.7.0
85c2d00
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

v0.7.0 (2022-11-06)

Features

Fixes

  • windows: Fix os name for windows 0fa2bed
  • windows: Setup for windows to work without unimplemented features out of the box 799d46b
  • macos: Fix macos logo fetching function 6aa488d
  • windows: fix windows logo function 2eb5f0c
  • os-detection: Fix os-detection on linux e6c36f8

v0.6.13

05 Nov 14:57
v0.6.13
a3efd60
Compare
Choose a tag to compare
v0.6.13 Pre-release
Pre-release

v0.6.13 (2022-11-05)

  • Small lint fixes

v0.6.12

05 Nov 00:45
v0.6.12
9b85f05
Compare
Choose a tag to compare
v0.6.12 Pre-release
Pre-release

Changelog

v0.6.12 (2022-11-05)

Fixes

  • format: Fix style of side-block mode 152ab4d
  • format: Fix top padding functionality e58a32e
  • cli: Add ability to disable line wrap dc22133
  • config: Add option to disable line wrap f32041f

v0.6.4

28 May 14:40
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

Changes

Fixed line wrapping finally. See #3 .

Thank to @mattfbacon for contributing to the repo.

v0.6.2

17 Jan 19:24
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Breaking Changes

  • Names are now back to kebob case

Other Changes

  • Auto line-wrapping was added!