# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.1] - 2024-02-01 ### Added - Changelog - About window under Menu > Help ### Changed - Updated readme ## [0.3.0] - 2024-01-29 ### Added - Feature to generate and export a spritesheet (!!) ## [0.2.2] - 2024-01-06 ### Fixed - Filter out non-png files when dragging-and-dropping ## [0.2.1] - 2024-01-06 ### Added - Image rendering - Menu bar at top of screen ## [0.2.0] - 2024-01-01 ### Changed - Overhaul entire project to use Egui and Eframe instead of SDL2 and custom UI systems ## [0.1.1] - 2023-12-20 ### Added - Click event handler ## [0.1.0] - 2023-12-20 ### Notes - Started this project :)