Skip to content

Latest commit

 

History

History
667 lines (513 loc) · 41.4 KB

CHANGELOG.md

File metadata and controls

667 lines (513 loc) · 41.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.7.5 - 2024-07-25

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

0.7.4 (2023-08-27)

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)

0.7.3 (2022-12-31)

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
    • Release rocketfetch v0.7.3 (e5e9dbe)
    • 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 (2022-11-24)

Other

  • Remove unused dependencies

Performance

  • Switch to scoped threads and removing cloning

Commit Details

view details
  • Uncategorized
    • Release rocketfetch v0.7.2 (bc66284)
    • Switch to scoped threads and removing cloning (f3309fd)
    • Remove unused dependencies (d7a023b)

v0.7.1 (2022-11-06)

Chore

  • Release new version
  • Update dependency versions
  • Update changelog

Commit Details

view details
  • Uncategorized

v0.7.0 (2022-11-06)

Chore

  • Update versions
  • Update versions
  • Add changelog

New Features

  • Added windows support
  • Add ubuntu OS Support

Bug Fixes

  • Fix os name for windows
  • Setup for windows to work without unimplemented features out of the box
  • Fix macos logo fetching function
  • fix windows logo function
  • Fix os-detection on linux

Other

  • Update workflow
  • Update workflow
  • Add windows test
  • Update workflow

Refactor

  • Refactor logo fetching functions

Test

  • Update defaults for windows
  • Update linux tests
  • Update linux tests
  • Update linux tests
  • Update linux tests
  • Update tests to reflect unimplemented functions
  • Add seperate linux tests
  • Add seperate windows tests taking out unimplemented features
  • Fix tests for workflow
  • Update tests
  • Ignore certain tests for workflow
  • Add more tests for workflow

Commit Details

view details
  • Uncategorized
    • Update versions (85c2d00)
    • Update versions (5a0d8cf)
    • Update defaults for windows (9345314)
    • Fix os name for windows (0fa2bed)
    • Update linux tests (c1d47bd)
    • Update linux tests (de24cf5)
    • Update linux tests (6ee2026)
    • Update linux tests (d32c9d6)
    • Update tests to reflect unimplemented functions (b2d5ece)
    • Add seperate linux tests (da18ea1)
    • Setup for windows to work without unimplemented features out of the box (799d46b)
    • Add seperate windows tests taking out unimplemented features (8d6e3a8)
    • Fix macos logo fetching function (6aa488d)
    • Fix windows logo function (2eb5f0c)
    • Added windows support (7f6c559)
    • Fix os-detection on linux (e6c36f8)
    • Refactor logo fetching functions (4cf4b28)
    • Update workflow (85cd368)
    • Fix tests for workflow (109d7fe)
    • Update tests (0a53c0d)
    • Update workflow (865df1a)
    • Ignore certain tests for workflow (971e622)
    • Add ubuntu OS Support (0de451e)
    • Add windows test (6550dbd)
    • Update workflow (12bfa8a)
    • Add more tests for workflow (b8769d2)
    • Add changelog (fe55d16)

v0.6.13 (2022-11-05)

Other

  • Fix publish workflow
  • Fix publishing workflow

Refactor

  • Listen to clippy

Commit Details

view details
  • Uncategorized

v0.6.12 (2022-11-05)

Chore

  • Rename job in github workflow

Bug Fixes

  • Fix style of side-block mode
  • Fix top padding functionality
  • Add ability to disable line wrap
  • Add option to disable line wrap
  • Fix github workflow
  • Fix github workflow

Other

  • Add publish workflow
  • Update workflow
  • Update workflow
  • Update workflow
  • Update workflow
  • Update workflow
  • Update workflow
  • Update workflow
  • Update workflow
  • Add publish to crates.io action
  • Capture stdout of tests
  • Add archlinux job
  • Add archlinux os
  • Add job for archlinux
  • Add seperate config file for workflow
  • Add seperate rocketfetch configuration for the workflow
  • Update workflow

Refactor

  • Remove unneeded error handling

Test

  • Add tests for github-workflows
  • Add tests for ci

Commit Details

view details

v0.6.9 (2022-10-01)

Chore

  • Update version

Other

  • Fix build errors and update all dependencies

Commit Details

view details
  • Uncategorized
    • Update version (632789a)
    • Fix build errors and update all dependencies (a9340f2)
    • Roll back one commit to fix error (ec94d66)
    • Update Version (6c13e2b)
    • Update Version (9d5a9c1)
    • Update todo list in README (b9ddfbd)

v0.6.4 (2022-05-28)

Commit Details

view details
  • Uncategorized
    • Fix clippy warnings and fix line wrapping (45cd61a)
    • Bump dependencies and update version (11b7f0f)
    • Fix unknown field for custom modules, fix trailing white space, fix panic on length of messages longer than length of logo (aad91e2)
    • Update README (b07eb73)
    • Trim output to prevent line breaks (2c09045)

v0.6.2 (2022-01-17)

Commit Details

view details
  • Uncategorized
    • Fix unicode formatting issue (aee32c8)
    • Fix unicode formatting issue (288ef3e)
    • Add line wrapping when the terminal is too small (43ef5a6)
    • Add some new modules (96b9fd4)
    • Rewrite with multithreading instead of async for faster run time (c6ca27f)
    • Update version (4d70739)
    • Update README (3fdaa85)
    • Merge pull request #2 from mattfbacon/spellcheck (d6427cc)
    • Merge pull request #1 from mattfbacon/archlinux-logo (ec7e619)
    • Correct spelling in README.md (b12db6a)
    • Borrow str (aa3f6af)
    • Add Arch Linux logo (e7c14a0)

v0.5.9 (2021-11-21)

Commit Details

view details
  • Uncategorized
    • Change Crates (6874172)
    • Merge branch 'main' of github.com:devanlooches/rustfetch (3bb1ba1)
    • Switch to edition 2021 (302b2b8)
    • Switch to edition 2021 (8ca5fc8)
    • Upgrade Dependencies (2f9c947)
    • Fix mode error messages (5ed96a6)
    • Update tests (92708a0)
    • Change Version number for cargo (8aaf612)
    • Add Package counting (feb596b)

v0.5.4 (2021-07-30)

Commit Details

view details
  • Uncategorized
    • Change version on ClI Portion (0ba7f6c)

v0.5.3 (2021-07-30)

Commit Details

view details
  • Uncategorized
    • Change version on ClI Portion (6c69656)
    • Change version on ClI Portion (e690df3)

v0.5.2 (2021-07-30)

Commit Details

view details

v0.5.0 (2021-07-29)

Commit Details

view details
  • Uncategorized
    • Add better error checking for configuration file (f2fea0b)
    • Add Uptime Module (ca87888)
    • Update README.md (be9b191)

v0.3.0 (2021-07-18)

Commit Details

view details

v0.2.5 (2021-07-17)

Commit Details

view details

v0.2.0 (2021-07-18)

Commit Details

view details
  • Uncategorized
    • Update README.md (7228604)
    • Fix Side-Table and remove bottom padding option (0607f50)
    • Fix Side-Table and remove bottom padding option (f209b7d)
    • Fix Side-Table and remove bottom padding option (ead9609)
    • Fix Side-Table and remove bottom padding option (64b055b)
    • Fix Side-Table and remove bottom padding option (7057c41)