This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
Releases: LambdaGaming/AssignmentReminder
Releases · LambdaGaming/AssignmentReminder
v2.1.2
v2.1.1
- Default due time for assignments is now 11:59:59 PM
v2.1
- 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
- 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
- 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
- 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
- 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
Fixed xml file getting reset if 2 assignments had the same name
v1.4
Popup will no longer show if the assignment list is empty.
v1.3
Added overdue notification