Releases: AY2122S2-CS2103-F09-2/tp
Releases · AY2122S2-CS2103-F09-2/tp
v1.4
What's Changed
- GUI test documentation by @AryanSarswat in #169
- Fix bug for command alias by @dionegoh in #180
- Update UG by @AryanSarswat in #181
- Update UG by @dionegoh in #154
- Update misc. docs to reflect current state of Amigos by @limweiliang in #183
- Update ug by @dionegoh in #184
- Rounded edge cards and other cosmetic changes by @AryanSarswat in #223
- Lognames not allowed to be one character long by @AryanSarswat in #220
- Fix
commandTextArea
losing focus by @AryanSarswat in #222 - Fix documentation bug for EditEvent by @AryanSarswat in #221
- Fix
editlog
bug by @tanyjnaaman in #216 - V1.4 fix minor bugs by @dionegoh in #225
- V1.4 improve expanded person card by @dionegoh in #226
- Fix bug where deleting person is not updated in events by @AryanSarswat in #230
- Bugfixes for minor bugs reported during the PE-D by @limweiliang in #231
- Aryan PPP by @AryanSarswat in #229
- Fix bug with regards to switching expandedfriendcard tabs by @AryanSarswat in #235
- Fix name inconsistency bug by @limweiliang in #240
- Refine DG by @AryanSarswat in #236
- Fix for undocumented date-time behaviour by @limweiliang in #233
- Fix deletefriend not updating past events bug. by @AryanSarswat in #242
- UG and DG fixes by @tanyjnaaman in #217
- DIone PPP by @dionegoh in #239
- V1.4 Documentation update by @dionegoh in #237
- DG: Remove space on line 1 by @dionegoh in #243
- Add Ui snapshots to UG by @dionegoh in #246
- v1.4 DG Updates - Wei Liang by @limweiliang in #245
- Update PPP with contributions to project by @limweiliang in #244
- Change message for showinsight by @tanyjnaaman in #249
- Fix UG typos by @AryanSarswat in #255
- Update DG implementation section by @tanyjnaaman in #254
- DG: Update user stories to match current product by @limweiliang in #256
- Update AboutUs (Wei Liang) by @limweiliang in #257
- Update Use cases, ExpandedPersonCard diagram in DG by @dionegoh in #247
- Update AboutUs (Aryan) by @AryanSarswat in #258
- Bold implementation headers by @dionegoh in #259
- Update manual testing by @AryanSarswat in #260
- Fix listevents MESSAGE_USAGE by @AryanSarswat in #261
- Fix friend-related bugs by @dionegoh in #266
- Add border to the ExpandedPersonCard by @AryanSarswat in #267
- Fix crash when JSON has nulls at load by @tanyjnaaman in #265
- V1.4 documentation bugs by @limweiliang in #268
Full Changelog: v1.3...v1.4
v1.3b
What's Changed
- Change the functionality of
ENTER
key by @AryanSarswat in #167 - GUI test documentation by @AryanSarswat in #169
- Branch v1.3b showinsights by @tanyjnaaman in #166
- V1.3b command aliases by @dionegoh in #168
- Fix bug for command alias by @dionegoh in #180
- V1.3b friends refactoring by name and index by @dionegoh in #175
- V1.3b modify findfriend by @dionegoh in #176
- Update UG by @AryanSarswat in #181
- Update UG by @dionegoh in #154
- Update misc. docs to reflect current state of Amigos by @limweiliang in #183
- V1.3b refactor event predicate by @limweiliang in #182
- Update ug by @dionegoh in #184
- Update
showevents
to only upcoming events by @AryanSarswat in #178 - V1.3b show upcoming friend events by @limweiliang in #185
Full Changelog: v1.3...v1.3b
v1.3.trial
What's Changed
- Create template for DG by @AryanSarswat in #141
- Remove print statements by @dionegoh in #138
- Clear all command by @dionegoh in #145
- Branch v1.3 implement editlog by @tanyjnaaman in #136
- Branch v1.3 refactor index name commands by @tanyjnaaman in #134
- Vertically Scrollable Commandbox by @AryanSarswat in #135
- V1.3 improve find friend by @dionegoh in #139
showevent
,showfriends
sorts by @AryanSarswat in #133- Add documentation for Show events, Edit event, and Tab management by @AryanSarswat in #143
- v1.3 documentation - addFriend by @dionegoh in #147
- V1.3 friends testcases by @dionegoh in #144
- Branch v1.3 update dg by @tanyjnaaman in #142
- v1.3 - Add
findevent
Command by @limweiliang in #148 - Fix testcase bugs by @limweiliang in #149
- DG: Add documentation of Event class by @limweiliang in #150
Full Changelog: v1.2...v1.3
v1.2b
What's Changed
- Fix
addlog
command bug by @tanyjnaaman in #103 - Add name-based
addlog
by @tanyjnaaman in #107 - V1.2b showfriends by @dionegoh in #109
- User Guide: Update event management section to reflect v1.2b changes by @limweiliang in #108
- Update user stories to reflect v1.2 issues by @dionegoh in #102
- Minor edits to DG by @AryanSarswat in #115
- V1.2b deletefriendbyindex by @dionegoh in #98
- v1.2b editfriend by @dionegoh in #106
- Editevent command by @AryanSarswat in #112
- Update ug find tags by @AryanSarswat in #114
- Improve GUI by @AryanSarswat in #113
- Refactor description by @AryanSarswat in #105
- Add name-based
deletelog
by @tanyjnaaman in #110 - Refactor Implementation of Name class by @AryanSarswat in #104
- V1.2b show a friend by @dionegoh in #119
- Refactor code to remove EventBook and add key test cases by @limweiliang in #111
- Add
deleteevent
command by @limweiliang in #118 - V1.2b friend event verification by @limweiliang in #120
- Update user guide - command format for friends management and add clear command by @dionegoh in #116
Full Changelog: v1.2...v1.2b
v1.2
In this milestone, we will adopt a breadth-first iterative process and produce a minimum viable product (MVP) with the following basic functionalities:
- Events management (Add, Show)
- Friends management (Add, Delete, Show)
- Logs management (Add, Delete)
v1.1
Updated documentation.
What's Changed
- Updated User Guide to include planned functionalities for
v1.2
- Updated AboutUs, profile images and added skeletal PPP's for each developer
- Updated Developer Guide to include use cases and user stories for planned feature for
v1.2
- Added miscellaneous formatting changes