Releases: AY2223S1-CS2103-F14-1/tp
Releases Β· AY2223S1-CS2103-F14-1/tp
v1.4
The Release of CLIMods
π
CLIMods
is a native desktop application for NUS students to explore, manage and plan academic modules that they are interested in taking. It is primarily optimised for the use via a Command Line Interface (CLI) while still providing the benefits of a Graphical User Interface (GUI). Power users of the command line/terminal will be able to plan and manage their modules much faster than doing it on nusmods.com.
Commands π
ls [FACULTY_CODE]
- e.g.
ls CS
- e.g.
find KEYWORD
- Supports valid RegEx
- e.g.
find software
,find ^CS20\d\d$
preq MODULE-CODE
- e.g.
preq CS2103
- e.g.
add MODULE-CODE SEMESTER-CODE
- e.g.
add CS2103 s1
- e.g.
rm MODULE-CODE
- e.g.
rm CS2103
- e.g.
pick MODULE-CODE LESSON-TYPE LESSON-ID
- e.g.
pick CS2103 TUT 06
- e.g.
exit
More details can be found on our User Guide π
Demo π₯
v1.4 (Early Release)
What's Changed
- Remove extra line in User Guide by @zupey in #107
- Fix AboutUs by @sarrrdin in #158
- Fix PickCommand bug by @sarrrdin in #154
- Remove
AB3
legacy files and general clean up by @shenyih0ng in #163 - Fix
CommandHistory
bugs by @shenyih0ng in #164 - Fix UI by @SeekSaveServe in #160
- Fix issues with
preq
, module code, UG by @huzaifa1712 in #167 - Update Hong Jin PPP by @sarrrdin in #168
- Update Huzaifa's PPP by @huzaifa1712 in #170
- Update PPP by @shenyih0ng in #165
- Display wrong / missing lesson details bug by @sarrrdin in #162
- Fix bug of unsorted lesson type by @sarrrdin in #171
- Fix
pickcommand
bug that cannot pick valid lesson by @sarrrdin in #172 - Update User Guide by @zupey in #166
- Add warning symbol by @SeekSaveServe in #174
- Update DG by @SeekSaveServe in #169
- Remove unused model diagram by @sarrrdin in #177
- Finish Hong Jin PPP by @sarrrdin in #178
- Finish Huzaifa's PPP by @huzaifa1712 in #176
- Update Cheng Yi's PPP by @SeekSaveServe in #179
- Update Linus' PPP by @zupey in #180
- Minor documentation updates by @shenyih0ng in #181
- Update
UI.png
by @shenyih0ng in #182
Full Changelog: v1.3...v1.4-early-release
v1.3
Commands π
ls [FACULTY_CODE]
- e.g.
ls CS
- e.g.
find KEYWORD
- Supports valid RegEx
- e.g.
find software
,find ^CS20\d\d$
preq MODULE-CODE
- e.g.
preq CS2103
- e.g.
add MODULE-CODE SEMESTER-CODE
- e.g.
add CS2103 s1
- e.g.
rm MODULE-CODE
- e.g.
rm CS2103
- e.g.
pick MODULE-CODE LESSON-TYPE LESSON-ID
- e.g.
pick CS2103 TUT 06
- e.g.
exit
Demo π₯
Full Changelog: v1.2...v1.3
v1.2.1
Description
New Commands π
ls [FACULTY_CODE]
- e.g.
ls CS
- e.g.
find KEYWORD
- Supports valid RegEx
- e.g.
find software
,find ^CS20\d\d$
add MODULE_CODE
- e.g.
add CS2103
- e.g.
rm MODULE_CODE
- e.g.
rm CS2103
- e.g.
exit
Demo π₯
https://www.youtube.com/watch?v=et2hbRGwbAI
New Contributors
- @shenyih0ng made their first contribution in #3
- @SeekSaveServe made their first contribution in #12
- @sarrrdin made their first contribution in #17
- @zupey made their first contribution in #18
- @huzaifa1712 made their first contribution in #23
Full Changelog: https://github.com/AY2223S1-CS2103-F14-1/tp/commits/v1.2