Skip to content

Commit 11de3c0

Browse files
authored
New version: OpenListTeam.OpenList version 4.1.8 (#316832)
1 parent e3deb87 commit 11de3c0

File tree

4 files changed

+113
-0
lines changed

4 files changed

+113
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenListTeam.OpenList
5+
PackageVersion: 4.1.8
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: openlist.exe
10+
ReleaseDate: 2025-11-25
11+
Installers:
12+
- Architecture: x86
13+
InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.1.8/openlist-windows-386.zip
14+
InstallerSha256: A18C54D436840CFC43963CEBF9A7F4A7B992F8B3A723622B10E545E2AF7308B0
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.1.8/openlist-windows-amd64.zip
17+
InstallerSha256: 900E7B643736ABACF185325CECCDF42518BA6D45D5CAE4567F5598C054026354
18+
- Architecture: arm64
19+
InstallerUrl: https://github.com/OpenListTeam/OpenList/releases/download/v4.1.8/openlist-windows-arm64.zip
20+
InstallerSha256: 747630EAE7DD081304036C74FF3991A02891119F478F0E3A9F1823A1072A426A
21+
ManifestType: installer
22+
ManifestVersion: 1.10.0
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenListTeam.OpenList
5+
PackageVersion: 4.1.8
6+
PackageLocale: en-US
7+
Publisher: OpenList Team
8+
PublisherUrl: https://oplist.org/
9+
PublisherSupportUrl: https://github.com/OpenListTeam/OpenList/issues
10+
PackageName: OpenList
11+
PackageUrl: https://oplist.org/
12+
License: AGPL-3.0
13+
LicenseUrl: https://github.com/OpenListTeam/OpenList/blob/HEAD/LICENSE
14+
ShortDescription: A file list program that supports multiple storage, powered by Gin and Solidjs.
15+
Tags:
16+
- file
17+
- server
18+
- share
19+
- storage
20+
ReleaseNotes: |-
21+
🚀 Features
22+
- archive:
23+
- Support non-overwrite decompress - by @KirCute in https://github.com/OpenListTeam/OpenList/issues/1701 (60a48)
24+
- baidu_netdisk:
25+
- Add shard upload timeout setting - by @jenfonro in https://github.com/OpenListTeam/OpenList/issues/1682 (addce)
26+
- doubao:
27+
- Add rate limiting - by @varg1714 in https://github.com/OpenListTeam/OpenList/issues/1618 (8f4f7)
28+
- fs:
29+
- Support manually trigger objs update hook - by @KirCute in https://github.com/OpenListTeam/OpenList/issues/1620 (72e2a)
30+
- Add skipExisting option to move and copy, merge option to copy - by @varg1714 in https://github.com/OpenListTeam/OpenList/issues/1556 (b22e2)
31+
- s3:
32+
- Support frontend direct upload - by @KirCute in https://github.com/OpenListTeam/OpenList/issues/1631 (05569)
33+
- search:
34+
- Add task queue for Meilisearch to prevent race conditions - by @ImoutoHeaven in https://github.com/OpenListTeam/OpenList/issues/1423 (316d4)
35+
- strm:
36+
- Custom path prefixes - by @Seven66677731 and @jyxjjj in https://github.com/OpenListTeam/OpenList/issues/1697 (42fc8)
37+
- Keep local download file - by @Seven66677731 in https://github.com/OpenListTeam/OpenList/issues/1707 (72206)
38+
- upload:
39+
- Add optional system file filtering for uploads - by @Copilot in https://github.com/OpenListTeam/OpenList/issues/1634 (9de75)
40+
🐞 Bug Fixes
41+
- driver/123: Initialize Platform field - by @moyanj in https://github.com/OpenListTeam/OpenList/issues/1644 (c0d48)
42+
- link: Correct link cache mode bitwise comparison - by @xrgzs in https://github.com/OpenListTeam/OpenList/issues/1635 (0866b)
43+
- local: Assign non-CoW copy requests to the task module - by @KirCute in https://github.com/OpenListTeam/OpenList/issues/1669 (ca401)
44+
- misskey: FolderId format validation and root directory handling - by @vxtls in https://github.com/OpenListTeam/OpenList/issues/1647 (3989d)
45+
- openlist_driver: Ensure UA is correctly propagated - by @Seven66677731 in https://github.com/OpenListTeam/OpenList/issues/1679 (3e37f)
46+
- pkg/aria2: Use pointer receivers for Call methods - by @jyxjjj in https://github.com/OpenListTeam/OpenList/issues/1706 (62ded)
47+
- search: Fix duplicated variable init - by @jyxjjj in https://github.com/OpenListTeam/OpenList/issues/1703 (aa228)
48+
- strm: Fix the name and type issue - by @varg1714 in https://github.com/OpenListTeam/OpenList/issues/1630 (4c091)
49+
ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.8
50+
Documentations:
51+
- DocumentLabel: Guide
52+
DocumentUrl: https://oplist.org/guide/
53+
- DocumentLabel: Config
54+
DocumentUrl: https://oplist.org/config/
55+
- DocumentLabel: FAQ
56+
DocumentUrl: https://oplist.org/faq/
57+
ManifestType: defaultLocale
58+
ManifestVersion: 1.10.0
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenListTeam.OpenList
5+
PackageVersion: 4.1.8
6+
PackageLocale: zh-CN
7+
PublisherUrl: https://oplist.org/zh/
8+
PackageUrl: https://oplist.org/zh/
9+
ShortDescription: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
10+
Tags:
11+
- 共享
12+
- 分享
13+
- 发送
14+
- 文件
15+
- 服务器
16+
ReleaseNotesUrl: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.8
17+
Documentations:
18+
- DocumentLabel: 使用指南
19+
DocumentUrl: https://oplist.org/zh/guide/
20+
- DocumentLabel: 配置
21+
DocumentUrl: https://oplist.org/zh/config/
22+
- DocumentLabel: 常见问题
23+
DocumentUrl: https://oplist.org/zh/faq/
24+
ManifestType: locale
25+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenListTeam.OpenList
5+
PackageVersion: 4.1.8
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)