Skip to content

Releases: Dunky13/filabridge

Release list

v0.3.1

Choose a tag to compare

@Dunky13 Dunky13 released this 25 Apr 19:39
ca2c3d6

FilaBridge v0.3.1

Installation

Download the appropriate binary for your platform:

  • Linux (AMD64): filabridge-linux-amd64
  • Linux (ARM64): filabridge-linux-arm64 (Raspberry Pi, etc.)
  • Windows (AMD64): filabridge-windows-amd64.exe
  • macOS (Intel): filabridge-darwin-amd64
  • macOS (Apple Silicon): filabridge-darwin-arm64

Quick Start

  1. Download the binary for your platform
  2. Make it executable (Linux/macOS): chmod +x filabridge-*
  3. Run Spoolman: docker run -d --name spoolman -p 8000:8000 ghcr.io/donkie/spoolman:latest
  4. Start FilaBridge: ./filabridge-*
  5. Open http://localhost:5000 and configure your printers

Verify Downloads

Verify your download using the checksums:

sha256sum -c checksums.txt

What's New

Added

  • Pull value from prusalink on request in history

Other

  • Improve print history handling and editor

v0.3.0

Choose a tag to compare

@Dunky13 Dunky13 released this 21 Apr 22:09
b0e8a74

FilaBridge v0.3.0

Installation

Download the appropriate binary for your platform:

  • Linux (AMD64): filabridge-linux-amd64
  • Linux (ARM64): filabridge-linux-arm64 (Raspberry Pi, etc.)
  • Windows (AMD64): filabridge-windows-amd64.exe
  • macOS (Intel): filabridge-darwin-amd64
  • macOS (Apple Silicon): filabridge-darwin-arm64

Quick Start

  1. Download the binary for your platform
  2. Make it executable (Linux/macOS): chmod +x filabridge-*
  3. Run Spoolman: docker run -d --name spoolman -p 8000:8000 ghcr.io/donkie/spoolman:latest
  4. Start FilaBridge: ./filabridge-*
  5. Open http://localhost:5000 and configure your printers

Verify Downloads

Verify your download using the checksums:

sha256sum -c checksums.txt

What's New

Added

  • Add history

Other

  • lowercase docker build
  • Update README.md
  • Update README.md