Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkiokan committed Jan 8, 2022
1 parent 64225f6 commit 50eb3a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PS4 Remote PKG Sender v2 - Changelog

### v2.4.3
#### Fixing storage race condition
Put storage creation into a while loop until store creates successfully.
This prevents the application to crash which was still the case on win11.
Lowered the write throttle for the storage to 1000ms instead of 3300ms.

### v2.4.2
#### Optimizing Request Handling
Adding rest_sec_total value to condition to determine if file is installed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.4.2",
"version": "2.4.3",
"name": "PS4RemotePKGSenderV2",
"productName": "PS4 Remote PKG Sender V2",
"author": "Gkiokan <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions src/renderer/pages/Changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<h2 style="margin-bottom: 20px;">Your are on version {{ $root.versions.app }}</h2>

<el-timeline>
<el-timeline-item timestamp="2.4.3" placement="top">
<h4>Fixing storage race condition </h4>
<p>
Put storage creation into a while loop until store creates successfully. <br>
This prevents the application to crash which was still the case on win11. <br>
Lowered the write throttle for the storage to 1000ms instead of 3300ms. <br>
</p>
</el-timeline-item>
<el-timeline-item timestamp="2.4.2" placement="top">
<h4>Optimizing Request Handling </h4>
<p>
Expand Down

0 comments on commit 50eb3a8

Please sign in to comment.