Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.26 KB

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.3.0 - 2024-09-10

Added

  • 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.

Changed

  • 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

Added

  • snapshot search using OpenAI's text-embedding-3-small model.

0.1.0 - 2024-07-21

Added

  • Basic CRUD actions for creating snapshots
  • Dedicated Tasks for capturing PDF, HTML, and screenshots for a new snapshot.
  • Dockerfile for fly.io