Skip to content

Releases: julian-bruyers/svg2icon

svg2icon v1.1.0

Choose a tag to compare

@julian-bruyers julian-bruyers released this 07 Jan 22:08

Changes since v1.0.1

  • 1cae29b feat: Make argument validation more robust
  • 46f5b1f repo: Update go mod vendor dependencies
  • 0fb7aff feat: Change rendering engine to resvg-go (resvg)
  • 6fa5f43 repo: Add NOTICE file for used dependencies
  • faaf453 chore: Add goproxy curl to refresh for goreportcard

Platform Support

This release includes pre-built binaries for:

  • Windows: AMD64 and ARM64
  • macOS: AMD64 (Intel) and ARM64 (Apple Silicon)
  • Linux: AMD64 and ARM64

Installation

Quick Install (Unix/Linux/macOS)

curl -sSL https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.sh | bash

Quick Install (Windows PowerShell)

iwr -useb https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.ps1 | iex

Manual Installation

  1. Download the appropriate binary for your platform
  2. Rename it to svg2icon (or svg2icon.exe on Windows)
  3. Place it in your PATH

Usage

svg2icon input.svg output.ico    # Generate ICO file
svg2icon input.svg output.icns   # Generate ICNS file
svg2icon input.svg ./icons/      # Generate both formats

svg2icon v1.0.1

Choose a tag to compare

@julian-bruyers julian-bruyers released this 07 Aug 09:12

Changes since v1.0.0

  • 8aa2292 repo: Ignore .ps1 script lingust detection
  • b9d44d2 repo: Ignore scripts from linguist detection

Platform Support

This release includes pre-built binaries for:

  • Windows: AMD64 and ARM64
  • macOS: AMD64 (Intel) and ARM64 (Apple Silicon)
  • Linux: AMD64 and ARM64

Installation

Quick Install (Unix/Linux/macOS)

curl -sSL https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.sh | bash

Quick Install (Windows PowerShell)

iwr -useb https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.ps1 | iex

Manual Installation

  1. Download the appropriate binary for your platform
  2. Rename it to svg2icon (or svg2icon.exe on Windows)
  3. Place it in your PATH

Usage

svg2icon input.svg output.ico    # Generate ICO file
svg2icon input.svg output.icns   # Generate ICNS file
svg2icon input.svg ./icons/      # Generate both formats

svg2icon v1.0.0

Choose a tag to compare

@julian-bruyers julian-bruyers released this 06 Aug 23:10

Platform Support

This release includes pre-built binaries for:

  • Windows: AMD64 and ARM64
  • macOS: AMD64 (Intel) and ARM64 (Apple Silicon)
  • Linux: AMD64 and ARM64

Installation

Quick Install (Unix/Linux/macOS)

curl -sSL https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.sh | bash

Quick Install (Windows PowerShell)

iwr -useb https://raw.githubusercontent.com/julian-bruyers/svg2icon/main/scripts/install.ps1 | iex

Manual Installation

  1. Download the appropriate binary for your platform
  2. Rename it to svg2icon (or svg2icon.exe on Windows)
  3. Place it in your PATH

Usage

svg2icon input.svg output.ico    # Generate ICO file
svg2icon input.svg output.icns   # Generate ICNS file
svg2icon input.svg ./icons/      # Generate both formats