Files
EchoHub/docs/changelog/index.md
T
HueByte e05b420ce9 feat: Implement end-to-end encryption for channels
- Added EncryptionSalt and WrappedRoomKey properties to Channel model.
- Introduced RoomCrypto class for client-side encryption and decryption.
- Updated ChannelService to handle encrypted channels, including creation and rekeying.
- Modified ChannelsController to expose crypto metadata and rekey functionality.
- Enhanced IrcCommandHandler to block joining encrypted channels over IRC.
- Updated database schema with migration for new encryption fields.
- Refactored file validation and image processing services to accommodate encrypted channels.
- Added unit tests for RoomCrypto functionality and updated existing tests for channel services.
2026-07-16 03:50:23 +02:00

1019 B

Changelog

Release history for EchoHub.

Releases

  • v0.2.12 - End-to-End Encrypted Channels, IRC Channel Keys, Image Save & Ctrl+W Crash Fix
  • v0.2.11 - EchoHubSpace Auth, Live Directory Updates & Server Browser Metadata
  • v0.2.10 - Command Palette, Infinite History Scroll & Auto-Updater Fixes
  • v0.2.9 - Install Script & Chocolatey Fixes
  • v0.2.8 - Docker Support, IRC Account Creation & BOM Fix
  • v0.2.7 - User List Fix & Terminal.Gui NuGet Migration
  • v0.2.6 - Major Refactoring & Code Organization
  • v0.2.5 - Session Persistence, Auto-Updates, Audio & Transparent Theme
  • v0.2.4 - E2E Message Encryption
  • v0.2.3 - Moderation, Embeds & UI Overhaul
  • v0.2.2 - Startup & Shutdown Fixes
  • v0.2.1 - Shutdown & CI Fixes
  • v0.2.0 - IRC Gateway
  • v0.1.1 - Directory Connection Self-Healing
  • v0.1.0 - Initial Release