Skip to content

v1.1.2

Choose a tag to compare

@amiantos amiantos released this 19 Jul 17:32
· 590 commits to main since this release
24aa82f

What's Changed

  • Added support for APNs and FCM push notifications (for first-party mobile apps)
  • Added chghost support and message consolidation support
  • Added extended-join support (new option chat.show_join_account)
  • Changed: zipline uploads now user /raw/ urls
  • Changed: removed /local/ path from local uploads
  • Fixed: settings button could become unresponsive (hopefully fixed)
  • Fixed: chat.allow_split_messages was not working properly.
  • Big database migration to change how open/closed buffers are tracked.

What's Changed - Detailed

  • Fix WS upgrade origin check breaking behind reverse proxies (#577 regression) by @amiantos in #580
  • Native push notifications: transport seam, APNs + FCM (#490) by @amiantos in #587
  • Handle chghost and extended-join for other users by @amiantos in #592
  • Fix a load-dependent race in the push presence test by @amiantos in #594
  • Consolidate chghost alongside join/part/quit by @amiantos in #595
  • Honor chat.allow_split_messages at every message count by @amiantos in #596
  • Fix two uploader URL-shape bugs (#582, #589) by @amiantos in #597
  • Bump file-type from 19.6.0 to 22.0.1 by @dependabot[bot] in #585
  • Bump the minor-and-patch group across 1 directory with 6 updates by @dependabot[bot] in #599
  • Bump the minor-and-patch group across 1 directory with 6 updates by @dependabot[bot] in #598
  • Bump the actions group across 1 directory with 3 updates by @dependabot[bot] in #586
  • Recover from failed lazy-route chunk loads (#571) by @amiantos in #600
  • Buffer registry: replace derived existence, closed_buffers, and channels with one buffers table by @amiantos in #601
  • Bump version to 1.1.2 by @amiantos in #602

Full Changelog: v1.1.1...v1.1.2