• See everyone's plan for today
• Add what you're working on today
• Pick the tasks via @Linear integration
• Mark as in progress (synced with Linear)
• Task updates sent in # main thread
v0.1.6
• choose app mode from: dock, tray, or both
• toggle showing online avatars in tray
• dynamic call controls in sidebar
• remove "Friends"
• ability to invite users as guests
and a lot of bug fixes
We use GRDB.swift, a SQLite database library to store cached chats, messages, etc on device. In order to encrypt the database, we needed the SQLCipher extension.
But it wasn't easy to set it up as installation via CocoaPods is deprecated (which Signal uses to install) and Swift