Change Log
Latest updates and changes to the platform • Synced from our Discord Server
April 3, 2025
Improvement:
- Added a connection page where members can connect with walllet or email address.
- Improved explanations on the difference between steam account name and display name.
- Allowed players to update their steam display name after submitting a claim request.
- Created redirect URLs so that we can track whether a user visits the custom quests URLs.
- Added use cases for preTGE, post TGE
- Added tutorial on how to read your analytics
March 25, 2025
NEW:
- We are making available our TypeScript/Javascript SDK: https://www.npmjs.com/package/communityone
Improvements:
- Our API now returns required role id as string (for improved compatibility with JS and languages with limited integer bit sizes).
March 20, 2025
Improvements:
- Improved reliability when creating private channels.
- We now ensure allowed member/roles get read_message_history permission on any private channel created by the bot.
March 20, 2025
Fixes:
- [1] Fixed an issue that prevented proper configuration of required/issued role data for custom quests.
- Removed Testing Role setting.
Improvements::
- Improved visual presentation of testing mode description text.
March 20, 2025
NEW:
- We now support testing mode for custom quests in the API/SDK.
- We now include a testing_mode parameter in custom quest related endpoints. Make sure to update your SDK!
March 19, 2025
NEW:
- We added an AI check to ensure that custom micro survey answers are good answers! This system will give feedback to the player in case of an invalid answer.
Improvements:
- We now show the optional custom quest description together with the micro survey questions.
- Improved custom quest scheduler with the use of our new issue frequency configuration.
- Improved custom quest shceduler to prioritize quests that are ending soon.
- Bot is now aware of custom quests with the new testing mode option.
- Improved reliability of manual review channel creation.
March 18, 2025
Improvement:
- Added a frequency setup for quests; now you can make it once, multiple times a week, once a week, and once a month.
- Added description (optional) when you make a survey and set frequency to be once by default
- Added test mode on API quests
March 15, 2025
Fix:
- Addressed an issue where /quests view could fail to be displayed if a player had many quests with buttons.
March 14, 2025
NEW:
- Together with the Custom API Quests, we are making publicly available our API together with a Python SDK: https://pypi.org/project/communityone/
You can now start using our Python SDK with:
pip install communityone
SDK's for other laguages are scheduled for the near future!
March 14, 2025
Improvement:
- Hype Engine Landing page. We are finally out of beta.
- Now you can set up custom quests with API integration.