Skip to content

Releases: stevent-team/favicon-rover

v0.1.3

12 Aug 08:53
105a20d
Compare
Choose a tag to compare

Other

  • Remove error check for infallible image output format conversion
  • Remove unused ImageFormatContentTypeExt trait
  • Convert image data to supported format before encoding as webp

v0.1.2

24 Dec 05:17
8717d13
Compare
Choose a tag to compare

Other

  • Document how fonts are loaded
  • Add call to load fonts from pwd when starting server
  • Explicitly load /usr/share/fonts
  • Add debug for fonts
  • Add additional tracing
  • Use specific arial font family for fallback generation
  • Store reqwest client in axum state
  • Restructure modules to centralise favicon utils

v0.1.1

20 Dec 09:19
de85453
Compare
Choose a tag to compare

Other

  • Add an important comment
  • Exclude fallback code without server feature
  • Run CI with all features
  • Send cache control header
  • Use EnvFilter for tracing
  • Implement CORS protection
  • Render SVG favicons
  • Convert to image format based on Accept header
  • Refactor favicon responses
  • Generate fallback initial code
  • Add webp codec support
  • Create FaviconImage wrapper for image
  • Setup cargo feature for server
  • Implement writing images to stdout and files
  • Wrap image structs in custom Image struct
  • Correctly call .await on fallback
  • Correctly call .await on fallback
  • Continue working on fetching favicons
  • Add a scrape_link_tags fn

v0.1.0

18 Jul 09:05
Compare
Choose a tag to compare
Add clap and set up CLI options