0.22.0
takahirom/arbigent0.22.0Feb 15, 2025by takahirom
AI Summary
This release fixes a cache bug related to removing failed cache entries and updates the UI to display notes in multiple lines.
Key Highlights
- Fixed cache bug that prevented removal of failed cache entries.
- Updated UI to display notes in multiple lines using TextArea.
New Features
- Cache logic fix
- Multiline note UI
Full Release Notes
## Fix cache bug It wasn't able to remove failed cache. I was able to reproduce the problem and fixed it. ## Make it multiple lines for note for humans <img width="211" alt="image" src="https://github.com/user-attachments/assets/abbfcad3-2185-43e7-b6f3-16b9b07bc1e8" /> ## What's Changed d772d91 (HEAD -> main, origin/main) Fix cache logic cba42a9 Add cache logs-2 e914631 Use TextArea to use multiple lines-2 631ab73 Merge pull request #135 from takahirom/takahirom/add-cache-test/2025-02-14 359e6c7 (takahirom/add-cache-test/2025-02-14) Fix UI test 433150c Add cache test **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.21.1...0.22.0