We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197b798 commit 489a53bCopy full SHA for 489a53b
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "open-orpheus",
3
"productName": "open-orpheus",
4
- "version": "0.6.0",
+ "version": "0.6.1",
5
"description": "An open-source implementation of Netease Cloud Music's Orpheus browser host.",
6
"main": ".vite/build/main.js",
7
"private": true,
packaging/flatpak/metainfo.xml
@@ -59,6 +59,12 @@
59
</screenshots>
60
61
<releases>
62
+ <release version="0.6.1" date="2026-04-26">
63
+ <description>
64
+ <p>Improved HTTP request mechanism. In hope of better performance and stability.</p>
65
+ <p xml:lang="zh-CN">改进了 HTTP 请求机制,以期获得更好的性能和稳定性。</p>
66
+ </description>
67
+ </release>
68
<release version="0.6.0" date="2026-04-24">
69
<description>
70
<p>Supports overriding main window size limits.</p>
0 commit comments