Skip to content

1.2.0

Latest

Choose a tag to compare

@highesttt highesttt released this 17 May 07:41
b41f519

πŸ”„οΈ Changelog (1.1.0 β†’ 1.2.0)

✨ New Features

  • Group creation β€” create LINE rooms from Beeper groups; supports custom group names, contact aliases, user search (thanks @clins1994 for the help)
  • Group management β€” system messages for invites, leaves, joins; handle leaving groups properly
  • Mentions β€” support for @mentions in messages
  • Custom emojis β€” support for LINE's custom emoji in messages
  • Predefined emojis β€” support for the 6 predefined LINE emojis
  • Block users β€” block/unblock users from Matrix
  • Group join requests β€” group join requests now visible in Beeper (thanks @clins1994 for the help)

πŸ› Bug Fixes

  • E2EE decryption on first message β€” first message of a chat no longer fails to decrypt
  • Crash on new contact message β€” handle nil contact gracefully
  • Audio messages decryption β€” handle OID extraction from decrypted audio messages
  • Video reliability β€” media downloads use context for better error handling
  • Reactions disabled β€” outgoing reactions disabled (LINE doesn't support them)
  • Group member decryption β€” new group members can decrypt messages without restart
  • E2EE key on group creation β€” ensure keys are generated when creating new groups
  • Reactions fix β€” broken reactions from previous PR resolved
  • Docker β€” remove VOLUME /data directive causing permission issues (credits: @daniel-rudaev)

πŸ’‘ Refactoring

  • Swapped ifs for switch case in handleOperation
  • Upgraded mautrix to 0.28.0