Skip to content

Prickly Pear

Latest
Compare
Choose a tag to compare
@ReagentX ReagentX released this 06 Oct 21:03
d254e55

Version 2.1.1 Prickly Pear contains the following fixes and improvements:

  • Support new iOS 18 features
    • Custom tapbacks for #274
    • Text Effects for #275
  • Support Handwritten messages for #31
    • Contributed by @trymoose
    • Reverse engineering writeup located here
  • Improvements
    • Make deduplication deterministic for chats and handles
      • As a side effect, this also makes exported filenames deterministic
    • Increase performance of HTML entity sanitization logic
    • Reduced export size with improved attachment handling
      • Only copy attachments in threaded messages once
      • Share attachments across TXT and HTML exports in the same directory
    • Improve file creation error messages
    • Attribute old style sticker reactions to senders
  • Fixes
    • Better Windows support for #318 and #331
    • Display URL balloons that contain malformed payloads
    • Always deserialize typedstream data even if text column is already populated
    • Fix typedstream deserializer object reference handling for embedded data
    • Fix #348
  • Miscellaneous
    • Documentation updates
    • Reaction has been renamed Tapback throughout the library
    • Build with latest rustc