Skip to content

Releases: AY2122S1-CS2103T-T09-1/tp

v1.4

08 Nov 11:42
fe3cb8d
Compare
Choose a tag to compare

v1.4 is now out! 🥳 Mostly just bug fixes! Kudos to those that have helped to test our app and make it better!

Improvements

  • Made the default width of StudyTracker wider so you can see the GUI in full glory!

Bug Fixes

  • Study spots are no longer case sensitive to avoid having duplicate study spots
  • Log command now handles wrong inputs
  • Deleting favourites did not remove from favourites list, but now it does
  • Fixed integer overflow in Studied Hours Pie Chart
  • Handle long inputs for tags
  • Fixed mismatch in error output when wrong operating hours is given
  • Operating hours now cater for hours stretching past midnight
  • Aliases now work for commands with flags
  • Preferences file was not being written properly on first launch
  • 0 stars rating is now allowed for really terrible study spots

v1.3.1

27 Oct 17:54
5b23d6d
Compare
Choose a tag to compare

New

  • Added Info Display - Now you can view the total number of hours studied and the distribution across your top 5 study spots
  • Added Favourites Panel
  • Added reset log hours - Now you can reset all study spots' log

v1.3.0

20 Oct 17:55
15e9c58
Compare
Choose a tag to compare

New

  • Log Command - Now you can track the number of hours spent at a study spot
  • Added Operating Hours to StudySpot
  • Themes - You can now select colour themes for StudyTracker, from File > Settings. Themes are saved in UserPrefs.
  • New Help Window - Help can now be simply viewed from the app.

studytracker

Bug fixes

  • Minor fixes to responsiveness of StudyTracker

v1.2.0

16 Oct 08:16
6e188b1
Compare
Choose a tag to compare
Merge pull request #81 from joenzkimchan/joenz-FurtherEnhanceHelp

Enhance help feature