Releases: NTIG-Uppsala/Classroom-Seating-Planner
Releases · NTIG-Uppsala/Classroom-Seating-Planner
v1.0.0 Release
Constraints are finally here!
Features
- Added constraints so you can now specify if a student should be seated next to a specific student, close to someone, far from someone, close to the whiteboard and more!
- Comments in the class list file are now supported. Just add a
#
at the start of the line. - Comments in the classroom layout file are now supported. Just add a
#
at the start of the line.
Changes
- Minor visual changes to the UI.
v0.3.0 Pre-Release
Features
- Added file reading for classroom layout.
Changes
- Reworked structure and rendering of classroom layout.
v0.2.3 Pre-Release
Changes
- Really minor refactoring of the codebase.
v0.2.2 Pre-Release
Changes
- Major refactoring and restructuring of the codebase. This will allow for smoother development in the future.
v0.2.1 Pre-Release
Features
- The program now runs a check on the class list file to see if it is empty or the same as the default class list.
Changes
- The popup content have been updated.
- The default class list has been updated to be a clearer example of the structure of the classlist file.
v0.2.0 Pre-Release
Features
- Added the ability to read the list of students from a file.
Changes
- The styling has been tweaked to be more appealing.
v0.1.0 Pre-Release
Features
- Randomly seat a predefined set of students to a group of tables.