Files
icons/CHANGELOG.md
2026-02-18 08:16:46 -05:00

2.3 KiB
Executable File

v3.2.0

What's Changed

  • [Feature] Added PRIMARY_COLOR variable to easily apply a single custom color to all icons (see Wiki for additional details)
  • [Feature] Added REMOTE_URL to allow users to serve icons from their own remote sources (see Wiki for additional details) (#690)
  • Reduced remote icon load time by removing redundant existence checks
  • Updated Go version to v1.26

v3.1.1

What's Changed

  • Fixed crash caused by concurrent writes under high load (#684)
  • Suppress favicon error log message when viewing icons directly from a browser

v3.1.0

What's Changed

  • Updated logic to also replace gradient fills with custom colors when applicable

v3.0.0

Breaking Changes

The legacy custom color URL domain.com/icon.svg?color=000000 is no longer supported. See the supported methods for building URLs in the project's wiki if this change impacts you.

What's Changed

v2.2.0

What's Changed

  • Remote source now points to main branch to ensure latest icons are fetched

v2.1.0

What's Changed

  • [Feature] Added optional volume for custom (non-selfh.st) icons (#495)

v2.0.0

Breaking Changes

This release contains breaking changes as the image was rewritten using Go to decrease size and accommodate new features:

  • Updated docker-compose file with new variables and volume mounts
  • Docker Hub image has been deprecated and will no longer receive updates

What's Changed

  • Reduced image size (125MB --> 8MB) after replacing Node.js with Go
  • Support for local icon files
  • Volume mounts for users hosting icon files locally
  • Implemented caching to reduce external requests for commonly used assets
  • Detailed logging

v1.0.0

  • Initial release