Releases: viadee/sonarQuest
Release 0.5.1
Bugfix and minor improvements release. Still a long way to go but it keeps getting better :)
A lot of improvements concerning the marketplace feature (which is active again with this release). Still needs more testing though...
Also important to note that some work concerning the MySQL db support has been done (thx @aabeling !). SonarQuest should now be working with MySQL (also needs more testing, ofc).
Other work that has been done includes:
- Some buttons in the gm area are now only active if they can actually be used (instead of allowing dialogues to open that cannot be finished)
- Feature: admin can now see all worlds which the developers have joined
- Fixed issue #150
- Fix: no table headers when no world is active (admin/gm/dev area)
- Various translation fixes w/ artefacts and skills
- Fixed translation when world is not selected (top left)
- Fix: disable issue retrieval from server when no world is active
- Bugfix: user passwords were broken when the admin edited a player
- Fixed issue #1 View details of artefacts in the marketplace
- Fix: new marketplace items, tooltips and initial data loading
- Marketplace active for DEVELOPER and GAMEMASTER as default
- Marketplace must not be visible if the role/permission is not granted
- Fixed issue #127 (Usability Icons in Quest acceptance)
- Fixed issue #161 (thx @aabeling )
- Fixed issue #99 (password now editable by players)
- Issue #163 - button design and tooltips added
Happy new year and I hope you like the improved version! Please feel free to contribute if you like SonarQuest ;-)
Release 0.5.0
Feature release with some fairly big improvements. Also some steps to make SonarQuest work with MySQL databases (thx to @aabeling )! These are by no means completed yet but a step in the right direction I hope.
To name the most important features in this release:
- Issue #152
- Issue #157 (first MySQL fix)
- Issue #160 (Quests can now be hidden to the players by the gm by unchecking the 'visible' box)
- new "QuestCards" Layout feature. When an admin activates a world to play in, she can set the 'QuestCards' checkbox and the players will see the Quests as neat cards in the quest view. This is completely optional and switchable by the admin while playing SonarQuest.
Check out the attached image for a preview! Note: A sword stuck through the quest indicates you are participating in it!
Release 0.3.0
Bugfixing and tweaks release. Fixes include:
- Issue #145
- Removed 'story' from the quest overview (since it causes layout mayhem)
- Some fixes related to the avatar page
- A visual fix when creating a new world (admin area)
Release 0.2.9
Release 0.2.8
Release 0.2.7.1
Hotfix for 0.2.7 that fixes the "task rewards" bug with a new service "solveAllTasksForQuest" that can be directly called via a button on the gm quest page.
Release 0.2.7
"Double Quest rewards" bug fixed. Players now will be rewarded only once when they participate in solving a task when a quest is solved.
Known bugs:
- When solving more then 1 task in a quest, only the first will be rewarded when the quest ist solved.
0.2.6.1-RELEASE
Release includes some minor translation issues, more logging with rewards and in the gamemaster area when adding tasks the severity is now shown.
Release 0.2.5
Release version with lots of bug fixes, minor backend improvements and some refactorings.
Features and tweaks include:
- Improved backend logging (esp. w/ security issues or when contacting the SonarQube server)
- Backend issue partitioning added - when retrieving lots of issues this is now done in chunks plus logging
- Default for retrieving issues from SonarQube now works with the following severities [Blocker, Critical, Major] if more then 500 issues are found. If less issues are found, all are retrieved.
- User save added after awarding gold and xp (should fix some rewarding issues)
- Code improvements, containing Enum-Refactorings and reworking the SonarQube-REST-API-Calls into a builder
Release 0.2.4
Release version with sonarcloud integration and predefined avatars.
Features and tweaks include:
- Bugfix when pulling new tasks
- Bugfix for leveling player avatars correctly
- Bugfix with JWT handling
- DB-side level includes
- Predefined set of 12 playable avatars
- New player classes: Druid, Knight
- New player race: Hobbit
- Documentation of player levels and avatars as well as the basic accounts of gm and admin added