Skip to content

Releases: AccursedGalaxy/wallfetch

v1.2.3

28 Nov 13:19

Choose a tag to compare

🎉 WallFetch v1.2.3

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.2.3

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.2.2...v1.2.3

v1.2.2

04 Aug 18:40

Choose a tag to compare

🎉 WallFetch v1.2.2

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.2.2

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.2.1...v1.2.2

v1.2.1

04 Aug 18:33

Choose a tag to compare

🎉 WallFetch v1.2.1

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.2.1

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Aug 18:09

Choose a tag to compare

🎉 WallFetch v1.2.0

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.2.0

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.1.1...v1.2.0

v1.1.1

14 Jun 21:19

Choose a tag to compare

🎉 WallFetch v1.1.1

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.1.1

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Jun 21:01

Choose a tag to compare

🎉 WallFetch v1.1.0

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.1.0

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Added

  • Complete Missing Core Commands
    • Implemented dedupe command - Remove duplicate wallpapers with user confirmation and dry-run support
    • Implemented prune command - Clean up old wallpapers intelligently, keeping only the most recent ones
    • Implemented browse command - View wallpapers with image viewer integration and terminal preview
  • Wallpaper Preview & Display
    • Terminal image preview using chafa or viu tools
    • Interactive browsing mode with navigation controls
    • External image viewer integration with auto-detection
    • Detailed image information display with file stats
  • Enhanced User Experience
    • User confirmation prompts for destructive operations
    • Comprehensive dry-run modes for safe testing
    • Real-time file existence checking
    • Space usage calculations and reporting
    • Random wallpaper browsing mode

Changed

  • Enhanced browse command with multiple viewing modes (interactive, preview, external viewer)
  • Improved error handling and user feedback throughout all commands
  • Updated version to 1.1.0

Fixed

  • All previously missing command implementations now complete and functional

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.0.1...v1.1.0

v1.0.1

14 Jun 20:11

Choose a tag to compare

🎉 WallFetch v1.0.1

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.0.1

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jun 19:59

Choose a tag to compare

🎉 WallFetch v1.0.0

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/AccursedGalaxy/wallfetch/main/scripts/install.sh | bash

Go Install:

go install github.com/AccursedGalaxy/wallfetch/cmd/wallfetch@v1.0.0

Manual Download:
Download the appropriate binary for your system below.

Checksums

$(cat dist/checksums.txt)

Changes

Added

  • Initial release
  • Wallhaven API integration
  • Intelligent duplicate detection using SHA256 checksums
  • Smart filtering by resolution, aspect ratio, and categories
  • SQLite database for metadata storage
  • Concurrent downloads with configurable worker pools
  • YAML configuration system
  • Complete CLI interface with fetch, list, browse, cleanup, delete, prune, and dedupe commands

Platform Support

  • ✅ Linux (amd64, arm64)
  • ✅ macOS (amd64, arm64)
  • ✅ Windows (amd64)

Full Changelog: https://github.com/AccursedGalaxy/wallfetch/commits/v1.0.0