Releases: Carael/CrossBusExplorer
Releases · Carael/CrossBusExplorer
0.4.13
What's Changed
- Transport Type Support by @Paradiesvogel7 in #68
- Carael/upgrade dotnet by @Carael in #71
- Carael/fix release by @Carael in #72
New Contributors
- @Paradiesvogel7 made their first contribution in #68
Full Changelog: 0.4.11...0.4.13
0.4.11
fix
0.4.10
Format JSON message (#57) * Format JSON message * Catch JsonException when formatting * Try formatting json if no content type is set * TryFormatBody refactor
0.4.9
Fixed routing (#55)
0.4.8
Carael/message removal performance fix (#54) * Messages removal performance fix * Moved down upload file limit to 200
0.4.7
Added Send messages from uploaded files (#52)
0.4.6
Carael/handle nullable application properties (#49) * Handle nullable application properties - defaults type to string if null Fixes #44
0.4.5
Carael/bump build net8 (#48) * Bump build to .net8
0.4.4
Carael/messages error handling (#47) * Error handling in message details dialog
0.4.3
Carael/global error handler (#46) * Added quick and dirty global ErrorBoundary * added button style * bump version