v0.1.0 - Initial Release
Features
-
Photo Management
- Photo upload with EXIF metadata extraction
- Live Photo support (HEIC + MOV auto-pairing)
- Masonry gallery with responsive layout
- Photo visibility control (show/hide from frontend)
-
Admin Dashboard
- Drag-to-select for batch photo operations
- Advanced filtering (camera, ISO, aperture, focal length, visibility)
- Multiple sorting options (upload time, taken time, title)
- Grid and list view modes with adjustable grid size
-
Site Settings
- Customizable site name
- Optional login button on homepage
- Dark mode support with theme toggle
-
Auto-Update Detection
- Check for new versions from GitHub releases
- Visual notification badge when update available
-
Multi-User Support
- Role-based access (admin/user)
- User management for admins
-
Documentation
- Bilingual README (English/Chinese)
Technical Stack
- Next.js 16 with App Router
- SQLite database with Drizzle ORM
- Sharp for image processing
- Tailwind CSS for styling