Releases: AY2425S1-CS2103-F09-2/tp
Releases · AY2425S1-CS2103-F09-2/tp
v1.6
What's Changed
- Add new sections to the UG by @minhao23 in #213
- Add sequence diagram for favourite command and variation by @Wxy2003-xy in #159
- Fix log error message incomplete parameters by @Wxy2003-xy in #214
- Ped ug update by @Wxy2003-xy in #216
- Add table of contents to both DG and UG by @minhao23 in #217
- Remove a mistake in table of contents by @minhao23 in #218
- Fix anchoring problems in table of contents by @minhao23 in #220
- Fix PED Bugs by @jinnsuke in #219
- Fix documentations by @minhao23 in #221
- Fix table formatting by @minhao23 in #222
- Update Help Window to reflect correct link by @starbucksventi in #224
- Declare unused code by @Wxy2003-xy in #226
- Update Ui screenshot by @Wxy2003-xy in #227
- Update link by @Wxy2003-xy in #228
- Fix parser test by @jinnsuke in #229
- Fix Property return message by @jinnsuke in #230
- Fix PE Dry Run bugs by @starbucksventi in #223
- Update User Guide and Developer Guide by @starbucksventi in #225
- Ppp update by @Wxy2003-xy in #231
- Fix bug for UI not updating for AddPropertyCommand by @minhao23 in #232
- TOC update by @Wxy2003-xy in #233
- final update by @Wxy2003-xy in #234
- Improve formatting by @Wxy2003-xy in #235
- Change birthday examples by @Wxy2003-xy in #236
- Add content for coming soon by @jinnsuke in #237
- Amend current documentation with discussed improvements by @minhao23 in #238
- Fix bugs in Use Cases in Developer Guide by @starbucksventi in #239
- Amend formatting issues by @minhao23 in #240
- Amend formatting issues by @minhao23 in #241
- Update documentation for product by @starbucksventi in #243
Full Changelog: v1.5.1...v1.6
v1.5.1
What's Changed
- Enable assertion in build.gradle by @Wxy2003-xy in #86
- Update UML diagram to match current product by @starbucksventi in #88
- Uml update by @Wxy2003-xy in #89
- UI history entries by @Wxy2003-xy in #80
- Add Property Feature by @jinnsuke in #85
- Add property UI by @jinnsuke in #91
- Update exception handling by @minhao23 in #97
- Improve test by @Wxy2003-xy in #95
- List UI by @Wxy2003-xy in #94
- Update UserGuide.md by @minhao23 in #100
- Update ug by @Wxy2003-xy in #98
- Update puml, DG and UG by @jinnsuke in #102
- Update UG, DG and other docs by @starbucksventi in #84
- Fix bugs in DG by @starbucksventi in #113
- Fix bugs in UG and DG by @starbucksventi in #114
- Fix property bug by @jinnsuke in #137
- Alpha bug exception message by @Wxy2003-xy in #136
- Alpha bug fix favourite by @Wxy2003-xy in #127
- Fix return message for property by @jinnsuke in #140
- Update AddressBookParser.java for case sensitivity by @minhao23 in #139
- Fix empty log message acceptance by @Wxy2003-xy in #141
- Update View command functionality by @minhao23 in #142
- Update the current UG and DG to the specifications of V1.5 by @minhao23 in #143
- Update developer guide by @Wxy2003-xy in #144
- Fix alpha bugs for relevant features by @starbucksventi in #135
- Activity UI update by @Wxy2003-xy in #145
- Fix text wrapping by @Wxy2003-xy in #148
- Fix text wrapping issue in person cards by @Wxy2003-xy in #149
- Update ModelClassDiagram.png by @starbucksventi in #147
Full Changelog: v1.4...v1.5
v1.5
What's Changed
- Enable assertion in build.gradle by @Wxy2003-xy in #86
- Update UML diagram to match current product by @starbucksventi in #88
- Uml update by @Wxy2003-xy in #89
- UI history entries by @Wxy2003-xy in #80
- Add Property Feature by @jinnsuke in #85
- Add property UI by @jinnsuke in #91
- Update exception handling by @minhao23 in #97
- Improve test by @Wxy2003-xy in #95
- List UI by @Wxy2003-xy in #94
- Update UserGuide.md by @minhao23 in #100
- Update ug by @Wxy2003-xy in #98
- Update puml, DG and UG by @jinnsuke in #102
- Update UG, DG and other docs by @starbucksventi in #84
- Fix bugs in DG by @starbucksventi in #113
- Fix bugs in UG and DG by @starbucksventi in #114
- Fix property bug by @jinnsuke in #137
- Alpha bug exception message by @Wxy2003-xy in #136
- Alpha bug fix favourite by @Wxy2003-xy in #127
- Fix return message for property by @jinnsuke in #140
- Update AddressBookParser.java for case sensitivity by @minhao23 in #139
- Fix empty log message acceptance by @Wxy2003-xy in #141
- Update View command functionality by @minhao23 in #142
- Update the current UG and DG to the specifications of V1.5 by @minhao23 in #143
- Update developer guide by @Wxy2003-xy in #144
- Fix alpha bugs for relevant features by @starbucksventi in #135
- Activity UI update by @Wxy2003-xy in #145
- Fix text wrapping by @Wxy2003-xy in #148
- Fix text wrapping issue in person cards by @Wxy2003-xy in #149
- Update ModelClassDiagram.png by @starbucksventi in #147
Full Changelog: v1.4...v1.5
v1.4
This is the release for Milestone 1.4
What's Changed
New Features
- Feature group by tags by @Wxy2003-xy in #73
- Update ViewCommand.java by @minhao23 in #74
- Remove property and property test by @jinnsuke in #78
- Add birthday reminder by @starbucksventi in #75
Known Issues
- Inputs for instructions are still case-sensitive.
Full Changelog: https://github.com/AY2425S1-CS2103-F09-2/tp/commits/v1.4
This version incorporates the specific pull requests related to features like property management and birthday reminders while keeping the original improvements and known issues intact.
Full Changelog: v1.0...v1.4
v1.3
This is the release for milestone 1.3
What's Changed
Improvements
- Improved GUI with an enhanced colour palette
- Vastly improved sorting features to cater to different sorting parameters
New Features
-
Added a logging feature that tracks the history of the interaction of a contact in the contact list
-
Added an attribute for a contact's birthday date
Known Issues
- Inputs for instructions are still case-sensitive
New Contributors
- @jinnsuke made their first contribution in #13
- @starbucksventi made their first contribution in #14
- @minhao23 made their first contribution in #16
- @Wxy2003-xy made their first contribution in #5
Full Changelog: https://github.com/AY2425S1-CS2103-F09-2/tp/commits/v1.0