Skip to content

iOS9 is fine too

Compare
Choose a tag to compare
@9001 9001 released this 25 Jan 18:48
· 5 commits to hovudstraum since this release

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2023-07-23)

recent important news

  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

🧪 new features

  • support audio playback on really old apple devices c9eba39
    • will now transcode to mp3 when necessary, since iOS didn't support opus-in-caf before iOS 11
  • support audio playback on future apple devices 28c9de3 95390b6
    • iOS 17.5 introduced support for opus-in-weba (like webp just audio instead) and, unlike caf, this intentionally supports vbr-opus (awesome)
    • ...but the current code in iOS is too buggy, so this new format is default-disabled and we'll stick to caf for now fff38f4
  • ZeroMQ event-hooks can reject uploads 3a5c1d9
  • chat with ZeroMQ event-hooks from javascript cdd3b67
    • replies from ZMQ REP servers are included in the msg-to-log responses
    • which makes this joke possible f38c754

🩹 bugfixes

  • nope

🔧 other changes

  • option to restrict the recent-uploads listing to admins-only b8b5214

⚠️ not the latest version!