Skip to content

Releases: alexandrehtrb/Pororoca

3.4.0

29 May 15:17
Compare
Choose a tag to compare

Features

  • 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

  • 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.300.
  • Added information about machine requirements for development.