Releases: viktorstrate/mactrix
Releases · viktorstrate/mactrix
v0.2.0
What's Changed
- Update Matrix Rust SDK to the latest release by @viktorstrate in #90
- Make input field use liquid glass on tahoe by @viktorstrate in #91
- Add memory limits to image NSCache by @beezly in #95
- Fix memory leak: use weak self in timeline observation loop by @beezly in #96
- Fix memory leak: return early on image cache hit in MessageImageView by @beezly in #93
Full Changelog: v0.1.0...v0.2.0
First Release
Replace message input field with `NSTextView` (#86) * Start on message input view based on NSTextView * More work on NSTextView for input * Fix height calculation of new input field * Add support for shift+enter for newlines, and submit otherwise * Fix spacing issues with formatted text