Skip to content

v3.2.1

Choose a tag to compare

@kimusan kimusan released this 08 Jul 12:06
· 7 commits to master since this release

What's changed

Bug fixes

  • Fix Squire ordered list auto-detect dropping typed text (#5)
  • Fix reply-all mailing list regression — identity selection no longer excludes the list address (#9)
  • Fix Debian package: broken data folder path regex and missing conffiles entry for upgrade preservation (#7)

Nextcloud

  • Add Nextcloud 34 compatibility (replace removed server helper methods with DI container)
  • Fix PSR-4 namespace corruption in integration lib/ (extra \Util segment from rebrand)
  • Set PHP min-version to 8.2 in info.xml to match Tachyon core requirement
  • Use appdata_tachyon for fresh installs; detect and keep appdata_snappymail on upgrades from SnappyMail

Integration cleanup

  • Fix all integrations to use correct Tachyon branding (remove snappymail/rainloop/YOUR_ORG references)
  • Cloudron: fix GitHub URL and extracted directory paths
  • cPanel: fix icon URL path
  • CyberPanel: fix data folder path
  • HestiaCP: fix variable value and remove stale TODO
  • Virtualmin: fix all placeholder URLs, remove empty legacy snappymail.pl
  • Nextcloud/OwnCloud READMEs: full rewrite with correct Tachyon branding and paths

Other

  • Fix plain-text URL auto-linking: strip trailing unmatched brackets
  • Docker build improvements