Files
picpeak/CHANGELOG.md
T
paul be07438915
Mirror to GitHub (Archive Method) / mirror (push) Failing after 16s
Mirror to GitHub (Rsync Method) / mirror (push) Failing after 16s
Mirror to GitHub / mirror (push) Failing after 16s
Test and Lint / backend-test (push) Successful in 1m10s
Test and Lint / frontend-test (push) Has started running
Version and Release / version-bump (push) Has been cancelled
Version and Release / trigger-drone (push) Has been cancelled
continuous-integration/drone/push Build is passing
docs: major repository restructure for GitHub public release
- Create comprehensive README.md optimized for GitHub/SEO
- Consolidate deployment instructions into single DEPLOYMENT.md
- Add all standard GitHub documentation files:
  - CONTRIBUTING.md with development guidelines
  - CODE_OF_CONDUCT.md for community standards
  - SECURITY.md with vulnerability reporting
  - CHANGELOG.md following Keep a Changelog format
- Simplify deployment with single docker-compose.yml
- Remove complex deployment configurations (Swarm, Traefik)
- Add backup script for easy maintenance
- Update .github-mirror-exclude to hide complex configs
- Remove redundant documentation files

This prepares PicPeak as a professional open-source alternative
to PicDrop and Scrapbook.de with clear, simple deployment.
2025-07-14 20:12:14 +02:00

2.1 KiB

Changelog

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

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

Unreleased

Added

  • Gitea workflows for selective GitHub mirroring
  • Password visibility toggle on event creation form
  • Translation for password requirement errors

Changed

  • Relaxed password requirements from 12 to 8 characters minimum
  • Made special characters optional for gallery passwords
  • Improved password strength requirements for better usability

Fixed

  • Production deployment issues with Traefik routing
  • Database migration failures for email_queue table
  • JSON parsing errors in production environment
  • PostgreSQL compatibility issues
  • Connection stability in production

1.0.22 - 2024-01-14

Added

  • Comprehensive error boundaries for better error handling
  • Skeleton loading screens for improved perceived performance
  • Offline indicator for network status
  • Keyboard navigation support in gallery lightbox
  • Skip links for accessibility
  • Focus trap management for modals

Changed

  • Improved accessibility to WCAG 2.1 AA compliance
  • Enhanced loading states with skeleton screens
  • Better error recovery with component-level boundaries

Fixed

  • Missing translations in German locale
  • Session timeout caching issues
  • Email template JSON parsing errors

1.0.0 - 2024-01-01

Added

  • Initial release of PicPeak
  • Photo gallery management system
  • Automatic file watching and gallery creation
  • Password-protected galleries
  • Expiration system with email notifications
  • Admin dashboard with analytics
  • Multi-language support (EN, DE)
  • Docker deployment support
  • Email template customization
  • User upload functionality
  • Bulk download features
  • Mobile-responsive design
  • Theme customization options