feat: release 0.2.0
This commit is contained in:
parent
16d4f2301b
commit
dcfd8d72eb
1 changed files with 35 additions and 0 deletions
35
CHANGELOG.md
Normal file
35
CHANGELOG.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue