Skip to content

Beach Strawberry

Compare
Choose a tag to compare
@ReagentX ReagentX released this 10 Jun 15:09
· 549 commits to release since this release
c694773

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
  • Add missing viewport tag to improve mobile display:
    • Example mobile display

  • Add missing documentation to table struct fields
  • Miscellaneous docs updates, code cleanups, and small speedups
  • Build with latest rustc