Skip to content

Releases: alexandrehtrb/Pororoca

3.7.4

06 Mar 15:20
fec658b
Compare
Choose a tag to compare

Features

  • Application errors are now logged to files in user data folder.

Bug Fixes

  • Saving files using FileMode.Create, to truncate first, then write. (issue #137)
  • Fixed crash when repeater remaining time was over 1 hour. (issue #140)

Others

  • ReportGenerator GitHub Action version raised to 5.4.4.

3.7.3

05 Mar 00:41
5804d8d
Compare
Choose a tag to compare

Bug Fixes

  • Prevent data corruption when an instance of Pororoca is opened while another is still closing. (issue #137)

3.7.2

21 Feb 15:58
b8b46b4
Compare
Choose a tag to compare

Features

  • Vertical scrollbars on text editors are now always visible. (issue #101, thanks @TWaalen!)
  • Left panel is now resizable.

Bug Fixes

  • Added 'default' as Postman form data param type. (issue #133)
  • Prevent TextMate installation exception. (@TWaalen)

Refactors

  • UI tests using AvaloniaUITest NuGet package.
  • i18n language files changed back to JSON format.
  • Raised .NET SDK version to 8.0.406.

New Contributors

3.7.1

13 Jan 00:06
Compare
Choose a tag to compare

Important

  • This release fixes a load-save race condition, that caused collections to disappear for some users.
  • Those collections should be inside the user data folder, with names beginning with deleted_ prefix; to restore, either reimport them, or rename removing deleted_ from their names.
  • If this bug still happens for you with version 3.7.1, please report in issue #130.

Bug Fix

  • Protects against load-save race condition by using a Task and Dispatcher.UIThread.Invoke().