Releases: AY2324S1-CS2103T-W12-4/tp
Releases · AY2324S1-CS2103T-W12-4/tp
v1.4
What's Changed
- Fix Add and Edit Command by @owenyeo in #237
- Fix bug of reminders for dated events not appearing at launch by @teozhengyang in #238
- Fix test cases bugs in Model by @teozhengyang in #240
- Update Command Summary in UserGuide.md by @andrefoo in #242
- Fix Broken testcases by @owenyeo in #243
- Add test cases for new commands and parsers by @teozhengyang in #244
- Update PPP by @teozhengyang in #245
- Fix issue with rmschedule command by @lululwtv in #246
- Rectify Documentation Bugs in UserGuide.md by @andrefoo in #248
- Changes to the help pop-up by @kristayeo in #249
- Fix bugs in logic classes by @teozhengyang in #247
- Fix bug with add/remove event/schedule commands by @lululwtv in #250
- Update lululwtv.md by @lululwtv in #252
- Update owenyeo.md by @owenyeo in #253
- Update UserGuide.md by @andrefoo in #254
- Update UserGuide by @andrefoo in #255
- UserGuide.md update by @andrefoo in #256
- Module code made more flexible by @andrefoo in #258
- Fix addschedule and addevent commands by @lululwtv in #257
- UserGuide.md restructure by @andrefoo in #259
- Bug fix: Exclusive end time for FreeTime by @andrefoo in #260
- Fix bugs in test cases for logic classes by @teozhengyang in #261
- Fix bugs in logic classes by @teozhengyang in #262
- Revert changes to Add by @owenyeo in #263
- UG changes by @kristayeo in #264
- Fix bugs by @teozhengyang in #265
- Fix rmschedule command bug by @lululwtv in #266
- PPP by @kristayeo in #268
- Bug fix: Wrong error message in CommonFreeTimeCommand by @andrefoo in #267
- DG changes by @kristayeo in #269
- Add more FAQ to UG by @lululwtv in #270
- Fix Add Command by @owenyeo in #272
- Change UG tone by @owenyeo in #273
- Update DeveloperGuide by @andrefoo in #274
- Update DG Storage by @owenyeo in #275
- Update UserGuide.md by @andrefoo in #276
- Update UG for cft command by @lululwtv in #277
- Fix discrepancies in error message by @andrefoo in #279
- ReadMe and UG updates by @kristayeo in #278
- Update DG by @lululwtv in #280
- docs updates by @kristayeo in #281
- Update UG and Standardised error messages by @andrefoo in #282
- Add colours to fenced code blocks in user guide by @teozhengyang in #283
- Update DG by @teozhengyang in #284
- Fix Edit and EditUser by @owenyeo in #285
- site page update by @kristayeo in #286
- Change colours for input/output by @teozhengyang in #287
- Add more FAQs to UG by @lululwtv in #288
- DG: product scope by @kristayeo in #289
- Update documentation by @teozhengyang in #290
- Update UG and change Ui.png by @lululwtv in #296
- Update UserGuide and DeveloperGuide by @andrefoo in #295
- Update DG and UG by @lululwtv in #297
- Change error message for add command by @lululwtv in #298
- Add EditUser in DG by @owenyeo in #291
- V1.4 updateppp 2 by @owenyeo in #292
- Delete JsonAdaptedFreeTime by @owenyeo in #293
- V1.4 updateug 2 by @owenyeo in #294
- DG updates by @kristayeo in #299
- Update DG by @lululwtv in #300
- fix img ref in readme by @kristayeo in #302
- Change addschedule sequence diagram by @lululwtv in #303
- Fix AddCommand requiring t/ by @owenyeo in #305
- UG edits by @kristayeo in #304
- Fix bug in addCommandParser test cases by @teozhengyang in #306
- Update AddScheduleSequenceDiagram.png by @andrefoo in #310
- Add reminder functionality to UI section in DG by @teozhengyang in #308
- Update EditUser Sequence Diagram by @owenyeo in #307
- DG changes by @kristayeo in #309
- Update AboutUs.md by @lululwtv in #312
- Update DeveloperGuide.md by @andrefoo in #311
- Remove 1 line by @owenyeo in #313
- Edit PPP by @teozhengyang in #314
- dg updates by @kristayeo in #316
- Update lululwtv.md by @lululwtv in #315
- Change header to TimetaBRO by @owenyeo in #317
- UG correction + PPP by @kristayeo in #318
- Update PPP by @owenyeo in #319
- Update PPP by @lululwtv in #320
- Fix PPP wording by @owenyeo in #322
- UG: fix link to params by @kristayeo in #323
- PPP and UG update by @andrefoo in #321
- Update UserGuide.md by @andrefoo in #325
- UG: clear repeat line by @kristayeo in #324
- Fix Add Dated Event issue by @andrefoo in #326
- DG edits by @kristayeo in #327
- Fix ReadMe by @owenyeo in #328
Full Changelog: v1.3...v1.4
v1.3
This is the final version released before feature freeze
What's Changed
- Add birthday field to Person and User by @teozhengyang in #130
- Add logic to set and remove reminder for event by @teozhengyang in #131
- Restructure Timetable Package by @andrefoo in #132
- Fix bugs in DateTime by @owenyeo in #133
- Add Schedule to Person by @owenyeo in #134
- Fix bug in reminder command by @teozhengyang in #135
- Update storage for schedule by @owenyeo in #136
- Separate Meet Up and Dated Events in Schedule.java by @andrefoo in #137
- Add MeetUpEvent to storage by @owenyeo in #138
- fix CommonFreeTime, Add, and Edit command by @lululwtv in #140
- Add reminder popup for birthdays and events by @teozhengyang in #141
- Fix Storage Bugs and Add schedule to SampleDataUtil by @owenyeo in #142
- Create daily schedule method for Schedule by @andrefoo in #144
- Fix testutil Classes by @owenyeo in #145
- fix CommonFreeTime, Add, Edit command by @lululwtv in #143
- Remove freetime from test cases by @teozhengyang in #146
- Add DeleteEvent command by @lululwtv in #147
- Add timetable JSON tests by @owenyeo in #148
- Fix bug in SampleDataUtil by @teozhengyang in #149
- Change testutil and add new testcases by @teozhengyang in #152
- Standardise toString methods for timetable package by @andrefoo in #150
- Add 4 new commands by @lululwtv in #151
- Fix bugs in testcases by @teozhengyang in #153
- Add Intro to UG by @owenyeo in #154
- Reformat TimeBlock to abstract class by @andrefoo in #156
- Fix code length in CommonFreeTimeCommand by @lululwtv in #155
- Added Timetable Display to User and SelectedFriend by @kristayeo in #157
- Fix testcases and checkstyleTest by @teozhengyang in #158
- Fix checkstyle for Storage by @owenyeo in #159
- Fix Storage bug by @owenyeo in #160
- Fix gradle build checkstyle error by @lululwtv in #161
- Remove 5 methods from SampleDataUtil and fix checkstyle for all classes by @lululwtv in #162
- Add testcases for new classes and newly added codes by @teozhengyang in #164
- Add testcases for JsonAdapted models by @teozhengyang in #165
- Delete MeetUpEvent by @owenyeo in #166
- Bug fix for Schedule & HalfHourBlocks by @andrefoo in #167
- Update UserGuide by @lululwtv in #168
- Add test cases for models by @teozhengyang in #169
- Edit test cases for CommonFreetimeCommand by @teozhengyang in #170
- Fix FreeTime bug by @owenyeo in #171
- Fix Ui bugs by @kristayeo in #172
- Fix test cases due to usage of index in common free time command by @teozhengyang in #173
- Fix bug with cft command by @lululwtv in #174
- Fix bugs with add/remove event/schedule commands by @lululwtv in #175
- Add Schedule to TypicalPersons by @owenyeo in #176
- Fix bug in add/remove schedule/event parsers by @lululwtv in #177
- Fix test cases for logic by @teozhengyang in #178
Full Changelog: v1.2.1...v1.3.1
TimetaBRO v1.2.1
Trial JAR included.
Changes so far include:
- UI Improvements
- Updates to backend to support scheduling
- Minor UI bug fixes.
- DG and UG updates to reflect new changes
TimetaBRO v1.2
Added common free time feature to find friends with a common free time as you
Added feature to save personal details in user profile.
Updated UI to showcase user profile
TimetaBRO v1.1
Update documentation for project website The project website relies on Codecov and Jekyll. Let's update the scripts in index.md to provide code coverage data on our project website.