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.3.0 - 2024-09-10
- Implemented a snapshot viewer LiveView.
- Integrated PDF.js for viewing archived PDFs.
- Implemented REST API for adding snapshots, later to be used with an Apple Shortcut workflow.
- Rewrote the snapshot list view to use infinite scrolling
- Migrated archiver supervised GenServers to Oban.
- Updated CSS styling for better readability.
0.2.0 - 2024-07-21
- snapshot search using OpenAI's
text-embedding-3-small
model.
0.1.0 - 2024-07-21
- Basic CRUD actions for creating snapshots
- Dedicated Tasks for capturing PDF, HTML, and screenshots for a new snapshot.
- Dockerfile for fly.io