Beach Strawberry
Version 1.9.0 Beach Strawberry contains the following fixes and improvements:
- Rework edited message parsing logic
- Improve accuracy of estimated export size for #246
- Improve backwards compatibly for #188
- Improve Windows compatibility by removing dependency on
HOME
environment variable - Add diagnostic docs for #223
- Support Imagemagick v7 for #263
- Support legacy location sharing messages for #271
- Improve SharePlay message display
- Remove last remaining
unwrap()
calls in library and binary code- The only remaining
unwrap()
calls are in tests - None exist in library or app code
- The only remaining
- Add missing viewport tag to improve mobile display:
- Add missing documentation to table struct fields
- Miscellaneous docs updates, code cleanups, and small speedups
- Build with latest
rustc