Commit Graph

1018 Commits

Author SHA1 Message Date
j2rong4cn
037e103ab5 feat: setting: add Load Default Settings button; home: display loaded folder info (#100)
* fix: resolve all prompt errors

* feat(home): display loaded folder info

* feat(setting): add `Load Default Settings` button
2025-07-14 16:38:25 +08:00
The OpenList Bot
bdc705b1e2 chore: auto update i18n file 2025-07-11 12:48:34 +00:00
Seven
be9b6bed24 feat(115_open): add offline download (#96)
* feat(115_open): add offline download

* Update src/lang/en/settings_other.json

Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>

---------

Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
2025-07-11 20:12:08 +08:00
renovate[bot]
24ad0bfafe fix(deps): update dependency axios to v1.10.0 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 23:01:17 +08:00
renovate[bot]
4785bf646e chore(config): migrate config renovate.json (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 22:55:37 +08:00
renovate[bot]
76e37c9cff chore(deps): update dependency terser to v5.43.1 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 22:47:45 +08:00
renovate[bot]
84a07b2aaa chore(deps): update dependency vite-plugin-solid to v2.11.7 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 22:44:30 +08:00
renovate[bot]
3ca2d35582 chore(deps): update dependency lint-staged to v16 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 22:38:30 +08:00
renovate[bot]
10f2f2be5a fix(deps): update dependency hls.js to v1.6.7 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 22:34:04 +08:00
renovate[bot]
3a571791f6 chore(deps): update dependency node to v22 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 22:31:28 +08:00
xrgzs
93c450ad7f [skip ci] style: format code with prettier 2025-07-10 13:57:42 +00:00
renovate[bot]
e2151fe0cf chore(deps): update dependency prettier to v3.6.2 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 21:57:20 +08:00
renovate[bot]
9e72765271 chore(deps): update dependency husky to v9 (#82)
* chore(deps): update dependency husky to v9

* chore(husky): migrate usage from v8 to v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
2025-07-10 21:33:24 +08:00
renovate[bot]
04ae23e1f9 chore(deps): update pnpm to v9.15.9 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 14:18:07 +08:00
renovate[bot]
d81272e5e7 chore(deps): update dependency go to 1.24 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 14:03:49 +08:00
xrgzs
88c813e77c [skip ci] style: format code with prettier 2025-07-10 06:01:41 +00:00
outlook84
0daf98bfdd feat: Show Player icons according to client OS (#78)
* Only show Player icons which are suitable to client OS.

* Click arrow icon then all icons will show up.
2025-07-10 14:01:21 +08:00
outlook84
9c7e865b1a feat: Add text previews to small files without matched preview (<1MB) (#77)
* Add text previews to small files (<1MB)

* Files with text content type and size >= 1MB, DOWNLOAD preview is listed first.

* Remove comments

---------

Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
2025-07-10 14:00:22 +08:00
PIKACHUIM
d093dbb21c [skip ci] style: format code with prettier 2025-07-08 02:08:28 +00:00
Pikachu Ren
2bf20835a1 Merge pull request #76 from xrgzs/fix/url
fix: use `createMemo` in URL extraction
2025-07-08 10:08:04 +08:00
MadDogOwner
bce4cfbd88 fix: use createMemo in URL extraction 2025-07-08 10:01:25 +08:00
The OpenList Bot
b0b07e4a43 chore: auto update i18n file 2025-07-06 12:43:59 +00:00
Suyunmeng
25a3505a0f [skip ci] style: format code with prettier 2025-07-05 07:13:56 +00:00
Suyunjing
4858ba6024 fix(float):fixed float input (#73) 2025-07-05 15:13:35 +08:00
The OpenList Bot
9656ed2282 chore: auto update i18n file 2025-07-04 12:47:32 +00:00
The OpenList Bot
6979894ca9 chore: release v4.0.8 v4.0.8 2025-07-04 11:11:04 +00:00
The OpenList Bot
33357ef86b chore: auto update i18n file 2025-07-03 12:47:12 +00:00
The OpenList Bot
52b12c0d79 chore: release v4.0.7 v4.0.7 2025-07-02 11:53:46 +00:00
j2rong4cn
880d020bd4 style: format code with prettier 2025-07-02 19:40:46 +08:00
j2rong4cn
de3c4d649b feat(offline-download): SimpleHttp: download stream direct upload (#70)
* feat(offline-download): stream download to upload

* 重命名stream_put为upload_download_stream

* chore

* .
2025-07-02 19:40:41 +08:00
The OpenList Bot
da0d972272 chore: auto update i18n file 2025-07-01 12:49:41 +00:00
The OpenList Bot
4020d81ab9 chore: auto update i18n file 2025-06-30 12:49:37 +00:00
Suyunmeng
0fdab5c01a fixed(ci):fixed release build bugs
chore: release v4.0.5
2025-06-30 10:55:59 +08:00
Suyunjing
0dcf61c94f feat(ci):Add Lite Version Builds (#58)
* [skip ci] style: format code with prettier

* ci:add lite version

* use working-directory
2025-06-28 22:22:00 +08:00
The OpenList Bot
a50ce9d250 chore: auto update i18n file 2025-06-27 12:48:11 +00:00
The OpenList Bot
be90ec6700 chore: release v4.0.4 v4.0.4 2025-06-27 08:36:47 +00:00
Pikachu Ren
8d3660d31e Merge pull request #48 from OpenListTeam/dev-heif
add(preview): HEIF HEIC AVIF VVC AVC HEIF-JPG
2025-06-27 16:26:32 +08:00
pikachuim
d6e0c55131 mod(preview): HEIF-JPG Order in preview 2025-06-27 16:24:34 +08:00
pikachuim
c92780a45e add(preview): HEIF HEIC AVIF VVC AVC HEIF-JPG 2025-06-27 16:18:19 +08:00
xlxiang
7f0e1fd0a7 feat(lang): automatically set the code language based on the browser language. 2025-06-26 19:17:29 +08:00
xrgzs
1500a5543d [skip ci] style: format code with prettier 2025-06-25 13:07:55 +00:00
XZB-1248
0b164fec2d fix(router): base_path missing when navigate to search param (#42)
Co-authored-by: XZB-1248 <i@1248.ink>
2025-06-25 21:07:33 +08:00
The OpenList Bot
648886d114 chore: auto update i18n file 2025-06-25 12:50:37 +00:00
jenken827
3264a52eaa fix:video preview page manually select video navigate error (#43) 2025-06-25 20:48:26 +08:00
The OpenList Bot
e7f49f278e chore: release v4.0.3 v4.0.3 2025-06-25 04:00:23 +00:00
Suyunmeng
603bf8c6fd [skip ci] style: format code with prettier 2025-06-24 13:55:28 +00:00
Suyunjing
d50664d80e feat(offline-download): support thunder_browser offline download #37
feat(offline-download): support thunder_browser offline download
2025-06-24 21:54:55 +08:00
The OpenList Bot
0cdd6b545e chore: auto update i18n file 2025-06-24 12:49:39 +00:00
Suyunmeng
6e0597d5d9 [skip ci] style: format code with prettier v4.0.2 2025-06-23 16:22:04 +00:00
Suyunjing
84f7146b76 fix(ci):fixed version tags #40
fix(ci):fixed version tags
2025-06-24 00:21:44 +08:00