Release Notes
✨ New Features
- Search table view — Replaced the email list with a table layout. (#112)
- Improved search experience — Enhanced search behavior and result handling. (#113)
- Separated Docker config and email data storage locations — Docker configuration files and email data are now stored independently. (#81)
🐛 Bug Fixes
- Fixed "unknown" sender when importing PST files. (#117)
What's Changed
- Add
bichon_index_dirandbichon_data_dirconfiguration options and environment variables
to allow separating email index and raw data storage locations.
example:
environment:
- BICHON_INDEX_DIR=/data/index
- BICHON_DATA_DIR=/data/mail
What's Changed
- Replaced email listing with a table with adjustable columns + other changes by @ktdd in #112
- Search improvements by @ktdd in #113
Full Changelog: 0.3.1...0.3.2