Files
bhs/CHANGELOG.md
icsboyx 1b295aa843
All checks were successful
Build & Publish / build_publish (push) Successful in 42s
Release 0.2.0
2026-01-11 10:00:04 +01:00

2.0 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2026-01-11

Added

  • Default implementation for the asset model to simplify log parsing fallbacks.
  • Basic UI polish for the stats page (background glow and hover highlight on recent activity).

Changed

  • Asset logging now records serialized values without cloning asset content.
  • Release workflow uses tag-based versioning and caches Rust/toolchain artifacts.

[0.1.1] - 2026-01-09

[0.1.0] - 2026-01-09

Added

  • Statistics Dashboard (/stats.html) with real-time metrics:
    • Active assets count
    • Total uploads and deletions
    • Storage usage
    • Image vs text breakdown
    • Average server response time
    • Total request count
    • Recent activity feed (last 20 events)
    • Auto-refresh every 30 seconds
  • Statistics API (GET /api/stats) returning JSON metrics
  • Enhanced logging for asset events:
    • Upload events with uploader IP, MIME type, size, duration, timestamps
    • Delete events with full asset metadata
    • Request timing (dur_ms) in access logs
  • Uploader IP tracking stored with each asset for audit purposes
  • Stats link in index page footer
  • Ephemeral image and text sharing with configurable TTL (1-60 minutes)
  • Drag/drop, paste, and file picker upload support
  • Base64 encoding for images, raw text for plain text
  • UUID-based asset storage as JSON files
  • Background cleanup task (every 60 seconds)
  • Dark theme UI with zoom overlay
  • View page for shared content
  • Access logging with timing, IPs, and user agent
  • Docker and docker-compose support with Traefik labels
  • Environment variables for bind address and port
  • Access logging with timing, IPs, and user agent
  • Docker and docker-compose support with Traefik labels
  • Environment variables for bind address and port