Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Releases: LambdaGaming/AssignmentReminder

v2.1.2

28 Apr 17:27
Compare
Choose a tag to compare
  • Shortened error message when an assignment fails to create
  • This is the final build. The repo is being archived and the program will no longer be receiving updates.

v2.1.1

13 Apr 02:59
Compare
Choose a tag to compare
  • Default due time for assignments is now 11:59:59 PM

v2.1

01 Apr 05:17
Compare
Choose a tag to compare
  • When editing an existing assignment, the editor dialog values will now automatically update to the assignment's original values
  • This also fixes extra characters appearing in the assignment name when editing an overdue assignment

v2.0

30 Mar 23:16
Compare
Choose a tag to compare
  • Rewrote program to use JSON instead of XML
    • Code is much cleaner and new features are easier to implement this way
    • NOTE: Assignments created in previous versions will not work with this version, due to the data structure being completely different
  • Assignments are now retrieved internally through a unique ID instead of their name
    • Assignment naming restrictions have been lifted due to this

v1.7

25 Sep 00:34
Compare
Choose a tag to compare
  • Added context menu to assignment list
    • Can be accessed by right clicking an assignment
    • Option to delete and edit assignment
    • Editing assignment allows user to change the name and due date of the assignment
  • Only one assignment list and assignment creator can now be open at once
  • Minor UI improvements

v1.6

14 Jul 05:01
Compare
Choose a tag to compare
  • Exclamation points can no longer be used in assignment names. This was done to prevent possible errors when deleting overdue assignments.
  • The program will now automatically close after 60 seconds if there are no assignments in the list unless the user opens the assignment creator or list.

v1.5

06 Apr 17:31
Compare
Choose a tag to compare
  • Changed date format so days with single digits sort correctly.
  • Assignment list will now automatically sort by nearest due date when opened.

v1.4.2

06 Mar 02:16
Compare
Choose a tag to compare
Fixed xml file getting reset if 2 assignments had the same name

v1.4

13 Dec 17:30
Compare
Choose a tag to compare

Popup will no longer show if the assignment list is empty.

v1.3

09 Nov 00:14
Compare
Choose a tag to compare
Added overdue notification