Releases: AY2324S1-CS2103T-T10-2/tp
Releases · AY2324S1-CS2103T-T10-2/tp
v1.4
Run with java -jar CoordiMate.jar
The User Guide is available at https://ay2324s1-cs2103t-t10-2.github.io/tp/UserGuide.html
The Developer Guide is available at https://ay2324s1-cs2103t-t10-2.github.io/tp/DeveloperGuide.html
What's Changed
- docs: Update v1.3b Developer Guide by @jiakai-17 in #121
- docs: Update app version in logs by @m1oojv in #165
- docs: Update Megan's PPP by @m1oojv in #158
- docs: Update Pranavi's PPP by @pra-navi in #157
- docs: Update Lingxi's PPP by @HugeNoob in #166
- docs: Update Alan's PPP by @freshcabbage123 in #162
- docs: Update Jiakai's PPP Page by @jiakai-17 in #156
- refactor: Fix javadocs and improve code quality by @HugeNoob in #167
- docs: Update v1.4 User Guide by @m1oojv in #160
- docs: v1.4 Developer Guide by @jiakai-17 in #163
- docs: Update v1.4 User Guide by @freshcabbage123 in #173
- docs: Update repo README by @HugeNoob in #175
- docs: Update AboutUs by @HugeNoob in #177
- docs: Reformat PPP to fit page limit at default zoom level by @jiakai-17 in #168
- docs: Cut PPP length by @HugeNoob in #170
- fix: Remove page break in PPP by @pra-navi in #171
- docs: Reformat Alan's PPP by @freshcabbage123 in #169
- docs: Reformat Megan PPP by @m1oojv in #176
- docs: Update Developer Guide for v1.4 release by @freshcabbage123 in #174
- docs: Update User Guide for v1.4 release by @jiakai-17 in #172
Full Changelog: v1.3...v1.4
v1.4.0-rc.1
This is a pre-release of v1.4
Run with java -jar CoordiMate.jar
The User Guide is available at https://ay2324s1-cs2103t-t10-2.github.io/tp/UserGuide.html
The Developer Guide is available at https://ay2324s1-cs2103t-t10-2.github.io/tp/DeveloperGuide.html
What's Changed
- docs: Update v1.3b Developer Guide by @jiakai-17 in #121
- docs: Update app version in logs by @m1oojv in #165
- docs: Update Megan's PPP by @m1oojv in #158
- docs: Update Pranavi's PPP by @pra-navi in #157
- docs: Update Lingxi's PPP by @HugeNoob in #166
- docs: Update Alan's PPP by @freshcabbage123 in #162
- docs: Update Jiakai's PPP Page by @jiakai-17 in #156
- refactor: Fix javadocs and improve code quality by @HugeNoob in #167
- docs: Update v1.4 User Guide by @m1oojv in #160
- docs: Update v1.4 Developer Guide by @jiakai-17 in #163
Full Changelog: v1.3...v1.4.0-rc.1
v1.3
Run with java -jar CoordiMate.jar
See User Guide for more information: https://ay2324s1-cs2103t-t10-2.github.io/tp/UserGuide.html
What's Changed
- feat: Add status icons for Task list by @jiakai-17 in #94
- feat: Update UI for Result Display Box by @pra-navi in #96
- feat: Add tag to task by @pra-navi in #101
- docs: Update UG by @pra-navi in #107
- docs: Update implementation of deleteTask to DG by @pra-navi in #109
- feat: Filter task list by task status by @m1oojv in #99
- chore: Add assertions to build gradle file by @m1oojv in #110
- feat: Implement list tags command by @jiakai-17 in #102
- feat: Implement findTag by @freshcabbage123 in #103
- feat: Shorten commands by @HugeNoob in #106
- docs: Update v1.3 Developer Guide by @jiakai-17 in #100
- feat: Implement listAll command by @jiakai-17 in #112
- feat: Implement findAllTag command by @freshcabbage123 in #117
- feat: Add DeleteTagPerson command by @HugeNoob in #120
- feat: Implement addTagTask and addTagPerson commands by @pra-navi in #118
- feat: Add delete all done tasks by @m1oojv in #115
- feat: deleteTagTask command by @HugeNoob in #122
- docs: Update v1.3 User Guide by @jiakai-17 in #108
- chore: Bump version number to 1.3.0 by @jiakai-17 in #123
Full Changelog: v1.2...v1.3
v1.3-trial
Documentation
- Add implementation details for find task feature #100 (jiakai-17)
- Add page breaks to DG #100 (jiakai-17)
- Update implementation of deleteTask to DG #109 (pra-navi)
- Add implementation of editTask to DG #100 (Lingxi Xing)
- Update FindTaskSequenceDiagram #100 (jiakai-17)
- Replace png with svg and reorganise folder layout #100 (jiakai-17)
- Update links to diagrams #100 (jiakai-17)
- Rearrange implementation sections to follow UG order #100 (Lingxi Xing)
- Add listTask to DG #100 (Alan Lim)
- Add skeleton of implementation of markTask #100 (m1oojv)
- Add design considerations #100 (m1oojv)
- Add UML #100 (m1oojv)
- Update sequence diagram for markTask #100 (m1oojv)
- Update design considerations for markTask #100 (m1oojv)
- Fix styling #100 (m1oojv)
- Update note regarding lifeline and destroy marker #100 (jiakai-17)
- Add use case for findTag #100 (freshcabbage123)
Code Refactoring
v1.2
What's Changed
- feat: Update help command by @HugeNoob in #75
- chore: Update icons for CoordiMate by @jiakai-17 in #71
- feat: Implement addPerson command by @freshcabbage123 in #73
- feat: Implement deletePerson command by @pra-navi in #78
- refactor: Update editPerson by @m1oojv in #76
- feat: Implement findPerson command by @jiakai-17 in #74
- feat: deleteAllPerson command by @HugeNoob in #77
- feat: Add Task Classes by @jiakai-17 in #81
- feat: Implement tasks storage by @jiakai-17 in #83
- feat: addTask command by @HugeNoob in #84
- feat: Implement listPerson command by @freshcabbage123 in #82
- feat: Implement Find Task by @jiakai-17 in #85
- feat: Implement mark and unmark tasks by @m1oojv in #86
- feat: Implement listTask command by @freshcabbage123 in #87
- feat: Implement GUI for Task List by @pra-navi in #88
- feat: Implement delete all task by @m1oojv in #90
- chore: Ignore bin files by @HugeNoob in #93
- feat: Implement deleteTask by @pra-navi in #89
- feat: editTask command by @HugeNoob in #91
- feat: Load and Store Task statuses by @jiakai-17 in #92
Full Changelog: v1.1...v1.2