Skip to content

Releases: FlintSH/Flare

v1.2.1

24 Mar 00:26
Compare
Choose a tag to compare
Flare

A modern, lightning-fast file sharing platform built for self-hosting

📝 What's Changed

This release updates Next.js to 15.2.3 to patch CVE-2025-29927.
I highly recommend updating to ensure your instance is not vulnerable.

  • chore(deps): bump next from 15.2.2 to 15.2.3 (#28)
  • fix: upgrade lucide-react from 0.474.0 to 0.476.0 (#25)
  • fix: upgrade nanoid from 5.1.0 to 5.1.2 (#26)
  • fix: upgrade @prisma/client from 6.4.0 to 6.4.1 (#24)
  • fix: upgrade prisma from 6.4.0 to 6.4.1 (#27)
  • fix: upgrade react-dropzone from 14.3.5 to 14.3.8 (#23)
  • update xnefas link (#21)
  • update workflows (#20)
  • cleaning up large portions of dead code and dependency updates (#19)
  • chore(deps): bump @babel/runtime from 7.26.9 to 7.26.10 (#18)
  • fix: upgrade @aws-sdk/s3-request-presigner from 3.749.0 to 3.750.0 (#17)
  • fix: upgrade @aws-sdk/client-s3 from 3.749.0 to 3.750.0 (#16)
  • fix: upgrade @tanstack/react-query from 5.66.3 to 5.66.7 (#15)
  • fix: upgrade prisma from 6.3.1 to 6.4.0 (#14)
  • fix: upgrade @prisma/client from 6.3.1 to 6.4.0 (#13)

📦 Download & Deploy

🐳 Docker Images

# Docker Hub
docker pull docker.io/flintsh/flare:1.2.1

# GitHub Container Registry
docker pull ghcr.io/flintsh/flare:1.2.1

☁️ Deploy with Railway

Deploy Flare in a few clicks with its Railway template.

Deploy on Railway

Development Build from 1.3.0

24 Mar 01:12
Compare
Choose a tag to compare
Pre-release

🚧 Latest development build from branch 1.3.0

Get the Docker image from GitHub Container Registry:

docker pull ghcr.io/flintsh/flare:dev

Or from Docker Hub:

docker pull flintsh/flare:dev

v1.2.0

06 Mar 03:05
Compare
Choose a tag to compare
Flare

A modern, lightning-fast file sharing platform built for self-hosting

📝 What's Changed

  • New settings page with proper save states
  • Fixes a bug with the config migration script that runs on startup
    • This was causing new deployments to have wacky default color schemes
  • Refactored multipart uploads to use smaller IDs for support with Cloudflare R2 storage

📦 Download & Deploy

🐳 Docker Images

# Docker Hub
docker pull docker.io/flintsh/flare:1.2.0

# GitHub Container Registry
docker pull ghcr.io/flintsh/flare:1.2.0

☁️ Deploy with Railway

Deploy Flare in a few clicks with its Railway template.

Deploy on Railway

v1.1.1

24 Feb 04:38
Compare
Choose a tag to compare
Flare

A modern, lightning-fast file sharing platform built for self-hosting

📝 What's Changed

  • Fixes a breaking change introduced in v1.1.0

📦 Download & Deploy

🐳 Docker Images

# Docker Hub
docker pull docker.io/flintsh/flare:1.1.1

# GitHub Container Registry
docker pull ghcr.io/flintsh/flare:1.1.1

☁️ Deploy with Railway

Deploy Flare in a few clicks with its Railway template.

Deploy on Railway

v1.1.0

24 Feb 03:57
Compare
Choose a tag to compare
Flare

A modern, lightning-fast file sharing platform built for self-hosting

⚠️ This release contains a breaking change, use v1.1.1 instead!

📝 What's Changed

  • Added configuration option for background OCR processing (closing #4)
  • Fixed file serving issues with proper filename encoding (closing #7)
  • Fixed metadata handling for private/password protected files
  • Corrected avatar handling in S3 storage.
  • Fixed short URL handling in middleware
  • Addressed setup route configuration for OCR processing
  • Implemented several important sanitization improvements
  • Addressed and patched CVE-2024-21538 on Docker builds.
  • Completely rewrote chunked uploads for better reliability
  • Improved settings page state management

📦 Download & Deploy

🐳 Docker Images

# Docker Hub
docker pull docker.io/flintsh/flare:1.1.0

# GitHub Container Registry
docker pull ghcr.io/flintsh/flare:1.1.0

☁️ Deploy with Railway

Deploy Flare in a few clicks with its Railway template.

Deploy on Railway

v1.0.0

18 Feb 06:06
Compare
Choose a tag to compare
Flare

A modern, lightning-fast file sharing platform built for self-hosting

📝 What's Changed

Refer to features stated in readme for initial release notes: https://github.com/FlintSH/Flare

There's too much to list in full for v1.0.0. Future releases will have a proper change log!

📦 Download & Deploy

🐳 Docker Images

# Docker Hub
docker pull docker.io/flintsh/flare:1.0.0

# GitHub Container Registry
docker pull ghcr.io/flintsh/flare:1.0.0

☁️ Deploy with Railway

Deploy Flare in a few clicks with its Railway template.

Deploy on Railway