Releases: ThatCraws/timeplater
Releases · ThatCraws/timeplater
Timeplater v1.1.0
Timeplater 1.0.3
- Filter files in File-Picker to only show .xlsx-files
- When editing a Break-Time cell, only allow user to choose break to have happened at a location, where there is a non-zero Work-Time
Timeplater 1.0.2
- Order days correctly in output
- No unnecessary newlines in output
Timeplater 1.0.1
GUI-Version with (more) editing capabilities via Table
1.0.0-SNAPSHOT
First GUI Version
0.1.0-SNAPSHOT
First version that can run and supply the mail-template for my timetable.
Works as cli so far.
Usage:
java -jar timeplater.jar [timetable.xlsx] [calendarWeek]
obviously with timetable.xlsx being the timetable(s) in the format I've been using and [calendarWeek] being the desired week to output (beware of naming scheme of timetable's sheets).
(Comes with dependencies)
What's Changed
- Initial implementation by @ThatCraws in #1
New Contributors
- @ThatCraws made their first contribution in #1
Full Changelog: https://github.com/ThatCraws/timeplater/commits/0.1.0