Releases: AY1920S1-CS2113T-T09-3/main
Releases · AY1920S1-CS2113T-T09-3/main
Final release of AlgoSenpai Adventures for CS2113
another minor change (#247) * very minor changes to dg * another minor change
Version for manual testing before final v1.4
Merge pull request #241 from carrieng0323852/master updated command summary of ug
v1.3.2 (for Mock PE)
More bugs have been identified and fixed, such as the progress bar showing wrongly, and the select command giving multiple chapter questions.
For the MOST Updated user guide and dev guide, you can go to https://algosenpaiadventures.netlify.com/
We hope you will enjoy using and testing our product.
v1.3.1
Added a bunch more features (#159) * Updated the user stories in dev guide * Added v2.0 feature to UserGuide * Final commit for v1.1 * Updated user guide with new commands * Changed profile picture to png * Change to gradle file * GUI able to accept basic commands * Fixed checkstyle issues * Fixed checkstyle issues * Fixed conflict * Fixed test * Program now able to display generated questions in GUI * Fixed checkstyle issues * Test quiz layout * Quiz scene has a working flow * Fixed checkstyle issues * Deleted redundant code * Fixed exception * Deleted redundant command classes and modified Parser * Final commit before creating new branch * Completed part 1 of GUI tut * Finished part 2 of GUI tut * Finished part 3 of GUI tut * Finished the echo function for GUI * Quiz function working * Added progress bar at the side * Added JavaDoc comments * Updated organisation and program can run * Fixed checkstyle issues * Fixed branch conflict * Styled the containers using inline CSS * Repackaged everything in the codebase * Developer Guide revamped without diagrams yet * Developer Guide title change * Added more sections to Developer Guide * Fixed checkstyle issues * Bug fixes * Implemented full setup process * progress bar fix * Implemented help command and changed user guide * Deleted redundant functions * Fixed checkstyle issues and added EXP gain * Fixed more checkstyle issues * Working on setup command * Updated architecture of dev guide * Added Setting Up adoc * resized the window * Modified setup command * Fixed checkstyle issues * Added HelpCommandTest * Added menu command test * Added setting up and devops docs * added asciidoc in gradle build * Added asciidoctor config to gradle build file * Commented out the tests * added documentation adoc * Commented out tests * Uncommented out tests * Deleted the Menu and Help tests: * Refactored Ui class code * Refactored Ui class code * Refactored MainApp code * Refactored Logic code * Fixed checkstyle issues * Removed enter key press * Changed window sizes * Changed OpenJFX version in gradle file * Readded Help and Menu Command Tests * Changed JFX version in gradle file * Fixed gradle build file * Gradle file modified * Cleaned up Ui code * Changed UserStats class * Integrated loading of data from text file at the start * Setup command saves user Data into text file * UserStats file can load from text file now * Commented out user stats test * Fixed checkstyle issues * Deleted yml file * Fixed checkstyle * Added coveralls * deleted coveralls * fixed travis file * Added coveralls * Fixed userStats parsing issue * Fixed checkstyle * Fixed checkstyle * fixed filepath issue for storage * Fixed userstats and select commands * Updated personal PPP * Updated user guide * Update ui screenshot * Added jacoco line in gradle build file * Changed README * Updated User Guide * Updated AboutUs * Updated image size * fixed userstats * Fixed quiz * Added quiz end command * Added exception handling for setup command * Updated user pictures * fixed userstat parsing * Added userdata loading function * Fixed bug with userdata loading * edited help command * edited test files for Help Command * Fixed checkstyle * Fixed JAR image bug * Uncommented test in build file
v1.3.0
Quickfix (#151) * Revert "Final contribution by me (#111)" revert changes This reverts commit af59806cee89a5eb4fff92c3f754a78cb08838b3. * fix packages * testing * delete files * volume command * add appveyor * test * appveyor * play music * javadocs * fix code quality
v1.2.1
Merge branch 'master' of https://github.com/AY1920S1-CS2113T-T09-3/main
v1.1
v1.1 (#42) * Updated the user stories in dev guide * Added v2.0 feature to UserGuide * Final commit for v1.1 * Updated user guide with new commands
B-Snooze
Added snooze function for tasks with dates/deadline times
B-RecurringTasks
Finish B-Recurring
B-FixedDurationTasks
Added to be able to read a duration (eg 2 hours) instead of a date