Releases: francWhite/reportify
Releases · francWhite/reportify
v1.2.0
What's Changed
- feat(week): allow week offset to be specified to more easily retrieve… by @kevinboss in #82
- chore(week): add tests + some cleanup by @francWhite in #83
Dependency updates
- build(deps): bump actions/setup-dotnet from 3 to 4 by @dependabot in #62
- build(deps): bump Microsoft.Data.Sqlite from 7.0.12 to 8.0.0 in /src by @dependabot in #61
- build(deps): bump Microsoft.Extensions.Configuration.Json from 7.0.0 to 8.0.0 in /src by @dependabot in #57
- build(deps): bump FakeItEasy from 8.0.0 to 8.1.0 in /src by @dependabot in #69
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #68
- build(deps): bump Microsoft.Extensions.Configuration.Binder from 7.0.4 to 8.0.1 in /src by @dependabot in #70
- build(deps): bump morelinq from 4.0.0 to 4.1.0 in /src by @dependabot in #67
- build(deps): bump Spectre.Console.Cli from 0.47.0 to 0.48.0 in /src by @dependabot in #66
- build(deps): bump Spectre.Console.Testing from 0.47.0 to 0.48.0 in /src by @dependabot in #73
- build(deps): bump YamlDotNet from 13.7.0 to 15.1.1 in /src by @dependabot in #72
- build(deps): bump Microsoft.Extensions.Http, Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Options.ConfigurationExtensions in /src by @dependabot in #71
- build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #76
- build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /src by @dependabot in #74
- build(deps): bump xunit from 2.6.0 to 2.7.0 in /src by @dependabot in #75
- build(deps): bump morelinq from 4.1.0 to 4.2.0 in /src by @dependabot in #77
- build(deps): bump FakeItEasy from 8.1.0 to 8.2.0 in /src by @dependabot in #78
- build(deps): bump Spectre.Console.Testing and Spectre.Console.Cli in /src by @dependabot in #80
- build(deps): bump Spectre.Console.Cli from 0.48.0 to 0.49.1 in /src by @dependabot in #81
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- feat(report): display hint if sum of rounded durations differs from rounded total duration by @francWhite in #56
- fixed wrong calculation for sum of rounded durations in specific cases
- fixed rendering of handled exceptions (like invalid command parameters) as unhandled exceptions
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- publish application as single executable
- removed initial configuration for ManicTime database file
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- refactor(activity-query): implement easier workaround when no rows are returned by @francWhite in #36
- add various tests by @francWhite in #37
- chore(cli): add help info for default date value by @francWhite in #40
- feat(header): show rounded total in header by @kevinboss in #51
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- add version parameter to display current version
- add proper exception handling
- various bugfixes
- various dependency updates
Full Changelog: v0.2.1...v1.0.0
v0.2.1
Minor changes
- application is now published as a single executable file
v0.2.0
New features:
- Added a new option (-c) to export the generated reports to your clipboard
v0.1.1
Initial Release
v0.1.0
Initial pre-release