Skip to content

Commit

Permalink
Appstream metadata for v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Apr 14, 2024
1 parent 16e43b2 commit 559b081
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## 3.6.0 - Performance and usability improvements
- Added support to use custom codes when sending files and folders using drag and drop (see #108).
- Added an option to save directory receives as a `.zip` file instead of automatically extracting (see #50).
- Added options for more easily switching to Least Authoriy servers to send and receive from [Winden](https://www.winden.app/s) and [Destiny](https://leastauthority.com/community-matters/destiny/) clients (see #125).
- Added options for more easily switching to Least Authoriy servers to communicate with [Winden](https://www.winden.app/s) and [Destiny](https://leastauthority.com/community-matters/destiny/) clients (see #125).
- Fixed an issue where deleting a sent or received item would not close the dialog (see #127).
- Improved the rendering performance for long lists of sent and received items (see #99).
- Use less CPU when dragging the options slider for selecting code components (see #79).
- Improved performance when clicking on sent and received items (see #129 and #117).
- Much improved performance and memory usage when using tab-completion for receive codes (see #136).
- Tab completions allocates a lot less memory and uses binary search to look up matches.
- Improved performance and memory usage when clicking on sent and received items (see #129 and #117).
- Using tab completion when writing the receive code is now much faster (see #136).
- Tab completions allocates a lot less memory and uses binary search to look up matches faster.
- Receiving items now has less startup delay and has a bit less overall cpu usage.
- The highest setting for generated receive code components is now bumped from 6 to 9.
- Performance improvements to the code validation that runs when starting a receive.
Expand Down
19 changes: 19 additions & 0 deletions internal/assets/unix/io.github.jacalz.rymdport.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,25 @@
</branding>

<releases>
<release version="3.6.0" date="2024-04-14" type="stable">
<description>
<ul>
<li>Added support to use custom codes when sending files and folders using drag and drop.</li>
<li>Added an option to save directory receives as a .zip file instead of automatically extracting.</li>
<li>Added options for more easily switching to Least Authoriy servers to communicate with Winden and Destiny clients.</li>
<li>Fixed an issue where deleting a sent or received item would not close the dialog.</li>
<li>Improved the rendering performance for long lists of sent and received items.</li>
<li>Use less CPU when dragging the options slider for selecting code components.</li>
<li>Improved performance and memory usage when clicking on sent and received items.</li>
<li>Using tab completion when writing the receive code is now much faster.</li>
<li>Receiving items now has less startup delay and has a bit less overall cpu usage.</li>
<li>The highest setting for generated receive code components is now bumped from 6 to 9.</li>
<li>Performance improvements to the code validation that runs when starting a receive.</li>
<li>Various dependencies were updated to newer versions.</li>
</ul>
</description>
<url type="details">https://github.com/Jacalz/rymdport/releases/tag/v3.6.0</url>
</release>
<release version="3.5.3" date="2024-03-18" type="stable">
<description>
<ul>
Expand Down

0 comments on commit 559b081

Please sign in to comment.