Releases: Alireza0K/Naato
Releases · Alireza0K/Naato
v0.3.0-alpha
Bugs Fixes and Improvements:
This version includes significant code additions and modifications, particularly in the Q&A
section. We have addressed all identified bugs, resulting in a much more stable and robust game.
First we talk about Improvements:
- Requirements List: Added a comprehensive list of required libraries for easier setup.
- Added Group Deletion Button: Facilitated easier group deletion for narrators.
- Added Enhanced User Permissions: Implemented stricter security measures for user permissions.
- Improved Issue Reporting: Introduced a more user-friendly method for reporting issues.
Fixed Bugs and Changes:
- Changed the
Q&A
Functions. - Updated
Hash
Formula: Modified theNHF:124rqfjdnfoqi3r
hash formula for improved security. - Revised Last Round Buttons: Adjusted the buttons in the final
/END
round for a more intuitive user experience. - Resolved Round One Crash: Fixed an issue that caused the game to crash during the first round
/RA
. - Prevented Accidental
Q&A
Sharing: Eliminated the accidental disclosure of Q&A information to Naato during the/F
Fact round. - Fixed Duplicate
Q&A
Entries: Addressed the problem of duplicate Q&A entries being added.
v0.2.8-beta
Bug Fixes and Improvements:
- Handled single Q&A in the final round: Resolved the issue where only one question and answer appeared in the final round. (main.py)
- Enabled displaying the first round execution: Implemented functionality to show the execution of the first round. (main.py)
- Corrected errors and duplicates in showing eliminated users during the final round: Fixed bugs related to errors and duplicate entries when displaying eliminated users in the final round. (main.py)
- Eliminated duplicate entries when displaying eliminated users: Addressed the issue of duplicate user entries appearing in the list of eliminated users. (main.py)
- Restricted fact addition to authorized users only: Implemented a fix to prevent unauthorized users from adding facts. (main.py)
- Resolved duplicate 'Naato' issue: Identified and resolved the bug causing duplicate "Naato" entries. (main.py, Models.py)
v0.2.5-beta
Bug Fixes and Improvements:
- Handled single Q&A in the final round: Resolved the issue where only one question and answer appeared in the final round. (main.py)
- Enabled displaying the first round execution: Implemented functionality to show the execution of the first round. (main.py)
- Corrected errors and duplicates in showing eliminated users during the final round: Fixed bugs related to errors and duplicate entries when displaying eliminated users in the final round. (main.py)
- Eliminated duplicate entries when displaying eliminated users: Addressed the issue of duplicate user entries appearing in the list of eliminated users. (main.py)
- Restricted fact addition to authorized users only: Implemented a fix to prevent unauthorized users from adding facts. (main.py)
- Resolved duplicate 'Naato' issue: Identified and resolved the bug causing duplicate "Naato" entries. (main.py, Models.py)
v0.2.0-alpha
Models:
- FUNCTIONS ADDED:
- FetchAllMembersOfGroup: Retrieves all members of the current group.
- ClearGroup: Removes all players from the current group.
- DeleteGroup: Deletes the current group.
- ToghseThePoint: Updates a player's score.
- NaatoWon: Handles the scenario where a player named Naato wins.
Controller:
- FUNCTIONS ADDED:
- EndGame: Ends the current game session.
- AllUsersPoints: Displays all players' points.
main:
- Added another message for the player to see their own points or coin balance.