Skip to content

Releases: unhappychoice/steamfetch

Release v0.5.5

Choose a tag to compare

@github-actions github-actions released this 21 Apr 20:46

Features

  • feat: improve string width handling with unicode-width (bf42b97)

Bug Fixes

  • fix: pad truncated string to exact max_len width (dfbddfc)

Other Changes

  • chore: bump version to v0.5.5 (9caed2c)

Release v0.5.4

Choose a tag to compare

@github-actions github-actions released this 20 Apr 16:22

Bug Fixes

  • fix: skip redundant steam api lib copy in release workflow (bc577a4)

Other Changes

  • chore: bump version to v0.5.4 (2eb28dd)

Release v0.5.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 15:17

Features

  • feat: adapt game name truncation to terminal width (6576316)
  • feat: Added nix support (c351ada)

Bug Fixes

  • fix: satisfy rustfmt and clippy on newer toolchain (34f2910)
  • fix: Made crane follow our nixpkgs instance (196e8db)
  • fix: Cleaned up formatter declaration (3db35c7)
  • fix: Revised flake (4f10692)
  • fix: copy libsteam_api to build output and improve installation docs (#27) (3d7b294)
  • fix: remove WSL special handling to install Linux binary in WSL (775a398)

Other Changes

  • chore: bump version to v0.5.3 (dd6b4f9)
  • docs: add author section with website link (b070134)
  • docs: add FAQ section covering common issues (7c6f62b)

Release v0.5.2

Choose a tag to compare

@github-actions github-actions released this 13 Feb 12:12

Bug Fixes

  • fix: add rpath for Homebrew lib directory to resolve libsteam_api (#24) (6e9a7a7)

Other Changes

  • chore: bump version to v0.5.2 (2ad9b5d)

Release v0.5.1

Choose a tag to compare

@github-actions github-actions released this 13 Feb 11:36

Features

  • feat: add Homebrew formula auto-update to release workflow (2567d0f)

Other Changes

  • chore: bump version to v0.5.1 (184bfe2)
  • docs: add OGP image with terminal preview and styled typography (aad2877)
  • docs: simplify Homebrew install command (ae5fecc)
  • docs: reorder installation methods with install script first (8898c4f)

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 10:49

Features

  • feat: display profile avatar image with terminal graphics protocols (#23) (41ae1e2)

Bug Fixes

  • fix: improve error handling for API failures (#22) (f076a6b)

Other Changes

  • chore: bump version to v0.5.0 (2fb2ca5)

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 10:43

Features

  • feat: add achievement cache and progress bar (#19) (cef0102)

Bug Fixes

  • fix: make rarest achievement deterministic and fix shutdown delay (#18) (aa7df10)

Other Changes

  • chore: bump version to v0.4.0 (ce34588)
  • docs: add screenshot image to README (43955d7)

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Feb 01:22

Bug Fixes

  • fix: use appids_filter for accurate unplayed count (#17) (c477d47)

Other Changes

  • chore: bump version to v0.3.1 (e159919)

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 00:08

Features

  • feat: auto-generate config file on first run (0b04efe)
  • feat: add config file support (#16) (575cb9d)

Bug Fixes

  • fix: use API key only when Native SDK provides steam_id (6bc15fc)

Other Changes

  • chore: bump version to v0.3.0 (45212f8)

Release v0.2.9

Choose a tag to compare

@github-actions github-actions released this 05 Feb 23:24

Bug Fixes

  • fix: use sequential API requests to avoid rate limiting (6681aca)

Other Changes

  • chore: bump version to v0.2.9 (ecee622)