From dcfd8d72ebb9020b7c129a9bd15bc4df2cce5cf2 Mon Sep 17 00:00:00 2001 From: aria Date: Tue, 8 Jul 2025 18:55:45 +1000 Subject: [PATCH] feat: release 0.2.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..978ee92 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.2.0] - 2025-07-08 + +### 🚀 Features + +- Inital setup of regex chat detection +- *(main)* Add multi selection to messages +- *(main)* Add txt output +- *(main)* Add csv output +- *(main)* Very early version of image output +- Add MIT and Apache-2.0 licenses +- *(README)* Add README + +### 🚜 Refactor + +- Cleanup un-used import +- Clippy lint +- Clippy::upper_case_acronyms +- Clippy::explicit_counter_loop +- Use `Write::write_all` + +### 📚 Documentation + +- *(README)* Add links to mirrors + +### 🎨 Styling + +- *(README)* Fix formatting + +### ⚙ Miscellaneous Tasks + +- Add font info