Features
- Adds chinese language by @LiarOnce. (from 3.4.1)
- Predefined variables (issue #81). Read more about in our docs.
- Paste headers from text into headers table (issue #68).
- Prepending and appending whitespaces allowed on variable templates. For example:
{{ MyVariableHere }}
.
Bug Fixes
- Anchor dialogs to main window (issue #107).
Refactors
- Translated strings are now inside
.resx
files. (from 3.4.1) - All Pororoca entities are now records.
- PororocaRequestCommonTranslator as internal class.
TreatWarningsAsErrors
in most of the .csprojs.- Run
dotnet format
. - Centralized logic for dialogs.
CI/CD
- Release checklist comment in PR to master.
- CI workflow when opening PR to develop.
- Unified the main CI/CD workflow.
- Added code coverage thresholds on CI/CD.
Others
- Raised .NET SDK to 8.0.302. (from 3.4.1)
- Added information about machine requirements for development.