Releases: kit-sdq/TimeSheetGenerator
Releases · kit-sdq/TimeSheetGenerator
v0.3.7
Commits since last release
- 034daf1 Auto-Update Dependencies
- Updated ${jackson.version} from 2.14.2 to 2.15.0-rc1
What's Changed
- Dependency(deps): Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #131
Full Changelog: v0.3.6...v0.3.7
v0.3.6
Commits since last release
- 3baf98a Auto-Update Dependencies
- Updated ${spotless.version} from 2.34.0 to 2.35.0
- 25b2125 Merge pull request #130 from kit-sdq/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.5.0
- 84c9ca9 Dependency(deps): Bump maven-assembly-plugin from 3.4.2 to 3.5.0
What's Changed
- Dependency(deps): Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by @dependabot in #130
Full Changelog: v0.3.5...v0.3.6
v0.3.5
Commits since last release
- 7cf4a24 [maven-release-plugin] prepare release v0.3.5
- 6c069eb Auto-Update Dependencies
- Updated ${spotless.version} from 2.33.0 to 2.34.0
- 53562aa Dependency(deps): Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#129)
- 9e264ee Dependency(deps): Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (#128)
- f268656 [maven-release-plugin] prepare for next development iteration
What's Changed
- Dependency(deps): Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #128
- Dependency(deps): Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #129
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Commits since last release
- 9963657 [maven-release-plugin] prepare release v0.3.4
- fa1cc1f Auto-Update Dependencies
- Updated ${spotless.version} from 2.32.0 to 2.33.0
- 79c7fd0 [maven-release-plugin] prepare for next development iteration
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Commits since last release
- 3bb6d59 [maven-release-plugin] prepare release v0.3.3
- 6a60442 Auto-Update Dependencies
- Updated ${spotless.version} from 2.31.0 to 2.32.0
- d66bf8c [maven-release-plugin] prepare for next development iteration
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Commits since last release
- 80f9b07 Auto-Update Dependencies
- Updated ${spotless.version} from 2.30.0 to 2.31.0
- Updated ${jackson.version} from 2.14.1 to 2.14.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Commits since last release
- 03830f1 [maven-release-plugin] prepare release v0.3.1
- 52fc073 Improve too many entries error message (#123)
- 1c53e4b Update release.yml
- 49427c4 Create stale.yml
- a8afac2 Add release notes
- 1fd13a1 Fix holiday check for school holidays (#121)
- 598cbe1 Dependency(deps): Bump spotless-maven-plugin from 2.20.2 to 2.30.0 (#126)
- 409ad00 Dependency(deps): Bump commons-cli from 1.4 to 1.5.0 (#125)
- ad23490 Update verify.yml
- 5698779 Dependency(deps): Bump commons-io from 2.7 to 2.11.0 (#124)
- 42a6f05 [maven-release-plugin] prepare for next development iteration
v0.3.0
What's Changed
- Hotfix: Display GUI for errors when in GUI mode (master) by @larsk21 in #90
- Fix: Illegal reflective access warning by @larsk21 in #94
- Update generated example files by @larsk21 in #99
- Bump junit from 4.13-beta-3 to 4.13.1 by @dependabot in #113
- Fix the wrong number of max rows in MiLoGChecker by @moritzhertler in #116
- Bump commons-io from 2.6 to 2.7 by @dependabot in #114
- Update to Java 17, JUnit 5, and create automatic build management by @dfuchss
New Contributors
- @dependabot made their first contribution in #113
- @moritzhertler made their first contribution in #116
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.0
Warning: This version is incompatible with prior month JSON files.
Additions/Improvements
- Added version command #50
- Added more informative error messages #49 #81
- Added schemata for the different JSON files #56
- Added day time exceedance check #60
- Improved vacation mechanics #79
- Improved stability of LaTeX generator #64 #72
- Improved stability of JSON parser #68
Bugfixes
- Fixed LaTeX special characters not being escaped #69
Known Issues
- Warnings caused by illegal reflective access when using java version >= 9 #85
- Errors doesn't show up when jar was launched per double-click. Therefore, we recommend using CLI mode or starting GUI via -g option in order to get the specific error message from the terminal until this issue is fixed. #86