2.0 Stable Changelog
Cially 2.0 Stable Changelog
Section titled “Cially 2.0 Stable Changelog”Hello everyone!
I’m glad to announce the next major version of Cially. These new changes make Cially easier to use and to maintain!
Voice Channel Statistics
Section titled “Voice Channel Statistics”The biggest feature request is finally complete! These new voice stats now show when members join & leave voice channels, which voice channels and which users are most active and the total duration ever spent on voice channels on your server!
User & Data Privacy Changes
Section titled “User & Data Privacy Changes”In order to stay compliant with Discord’s ToS, while making sure that Cially keeps members safe, we’ve made many changes with how Cially handles data in general. Even though Cially is self hosted, we still need to take some measures to stay safe.
- Data Retention: Cially now automatically deletes specific data older than 4 weeks old, while keeping all-time general data (such as total messages ever sent etc)
- Opt-Out Choice: A discord slash-command has been added that can be used by every member of your Discord Server called /privacy-settings. Using this command members can choose to stop Cially from tracking their data, as well as triggering permanent deletion of the existing data tied to their Discord ID.
- Account Management: It’s now possible to create multiple admin accounts so server owners can share Cially insights with their team without having to make the data fully available for everyone
- Other Fixes: Other fixes such as API endpoint protection, dependency updates, etc. have been also applied
Speed & Performance Improvements
Section titled “Speed & Performance Improvements”Many back-end fixes have been applied which make data tracking much faster. Previously it would take a couple of seconds until events were saved into the database. Now, events are logged almost instantly while using less resources while processing. Also the animation speed on the dashboard has been slightly increased so it feels snappier while navigating.
Other Changes & Fixes for the End User
Section titled “Other Changes & Fixes for the End User”- Fixed issues that would trigger multiple Discord requests which could potentially rate-limit your discord bot easier
- Added a little pop up on the sidebar for when updates are available so you can be notified even when you don’t check GitHub about new updates
- Added a cool on-boarding page when using Cially for the first time, which shows some interesting information while making sure that you’ve successfully completed the initial setup
- Visual Improvements across the entire website
- Added a new /self-stats command for server members so they can see what Cially knows about them. I might add more ways for members to interact with Cially in the future
Changes & Fixes for Maintainers
Section titled “Changes & Fixes for Maintainers”- The entire Discord Bot has been re-written to Typescript.
- Pocketbase has been updated to its latest version so it includes all the latest features
- Cleaner code in general