Releases: AY2122S1-CS2103T-T11-1/tp
NUSTracker v1.4
This release contains the executable file for nustracker v1.4 from commit c087914.
Disclaimer for macOS users: Please always start nustracker via the Terminal! If you do not, there will be unexpected behaviour!
To run it, either (even for Windows users, we highly recommend starting it through the Terminal) :
Double-click the jar file after placing the jar file in your desired folder (for Windows users)
or
Using the Terminal, cd to the folder that the app is inside, then run it using (especially macOS users!)
java -jar CS2103T-T11-1.nustracker.jar
(or the relevant name of the .jar file, if the name changes)
If you would like to have some sample profile pictures to go along with the sample data, please download the profile-pictures.zip
as well. Refer to the user guide on how to use the sample profile pictures.
NUSTracker v1.3
This contains the executable file for NUSTracker v1.3 from commit 910e825.
To run it, either:
Double-click the jar file after placing the jar file in your desired folder.
or
cd to the folder that the app is inside, then run it using:
java -jar "nustracker.jar-1.3.jar"
NUSTracker v1.2
This contains the executable file for NUSTracker v1.2 from commit ec44380.
To run it, either:
Double-click the jar file after placing the jar file in your desired folder.
or
cd to the folder that the app is inside, then run it using:
java -jar "nustracker.jar-1.2.jar"