Commit Graph

128 Commits

Author SHA1 Message Date
renovate[bot]
b15e2f7fd5 chore(deps): update dependency husky to ^9.1.7 (#306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-06 14:43:16 +08:00
ShenLin
6fd9d1158c fix(editor): fix monaco by upgrade loader only (#294)
* fix(editor): fix monaco loader by upgrade only

* Update monaco-editor version to 0.55.1

Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>

* fix(deps): update monaco-editor and loader to exact versions

Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>

---------

Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
2025-11-26 15:25:37 +08:00
openlist-bot
ab14512c18 chore: release v4.1.8 2025-11-25 11:30:03 +00:00
renovate[bot]
a574f13593 fix(deps): update dependency monaco-editor to ^0.55.0 (#289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 19:28:32 +08:00
MadDogOwner
55082b8a72 refactor(preview): remove pdf (#278) 2025-11-14 12:32:33 +08:00
renovate[bot]
72caf94eff fix(deps): update dependency katex to v0.16.25 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 14:10:36 +08:00
openlist-bot
c9adc5f259 chore: release v4.1.7 2025-11-10 11:14:18 +00:00
renovate[bot]
b9d1059764 fix(deps): update dependency monaco-editor to ^0.54.0 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 22:34:28 +08:00
renovate[bot]
f4b95eddca fix(deps): update dependency ini to v6 (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 21:59:58 +08:00
pikachuim
a44d5bacbf add(preview): add pptx docx xlsx preview 2025-11-04 15:38:30 +08:00
openlist-bot
964d05794c chore: release v4.1.6 2025-11-03 03:27:21 +00:00
openlist-bot
9cbcec504b chore: release v4.1.5 2025-10-19 05:22:07 +00:00
openlist-bot
060b7c4bb1 chore: release v4.1.4 2025-10-01 11:35:05 +00:00
openlist-bot
c82c854f93 chore: release v4.1.3 2025-09-19 03:45:05 +00:00
openlist-bot
389991c507 chore: release v4.1.2 2025-09-06 12:22:34 +00:00
KirCute
88ccd67a38 feat(share): support more secure file sharing (#156)
* feat(share): support more secure file sharing

* feat(share): share operation in folder page

* feat(i18n): add openlist_share driver addition english translation

* fix(archive): decompress disappear in folder context menu

* fix(copy_link): incorrect behavior when copy single file share link

* refactor(MuseUser): use onMount instead of IIFE

* refactor(archive): replace indexOf with includes for better readability

* refactor(share): simplify randomPwd function using Array.from

* fix(share): use local var instead of store in edit page initialization

---------

Signed-off-by: MadDogOwner <xiaoran@xrgzs.top>
Co-authored-by: MadDogOwner <xiaoran@xrgzs.top>
2025-08-19 14:54:59 +08:00
openlist-bot
ff9f72eb20 chore: release v4.1.1 2025-08-18 06:52:09 +00:00
MadDogOwner
04298bc822 fix(pdfjs): use legacy pdfjs-dist for compatibility (#157) 2025-08-07 08:02:50 +08:00
Suyunjing
c281a87522 fix(path): use dynamic base path for static assets in HEIC and Flash previews (#149) 2025-08-06 22:43:53 +08:00
dependabot[bot]
e975c2d6b4 chore(deps): bump katex in the npm_and_yarn group across 1 directory (#152)
Bumps the npm_and_yarn group with 1 update in the / directory: [katex](https://github.com/KaTeX/KaTeX).


Updates `katex` from 0.16.11 to 0.16.21
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21)

---
updated-dependencies:
- dependency-name: katex
  dependency-version: 0.16.21
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 17:04:23 +08:00
outlook84
ae445dad6b refactor!: improve CDN resource management (#144)
* Add `useCDN` hook for better management of CDN resources.

* Bundle CDN resources (Monaco Editor, KaTeX, Mermaid, Ruffle, etc.) using `vite-plugin-static-copy` into the dist, which can be beneficial for environments with network problems. 

* Add `VITE_LITE` environment for conditional lite version compilation, removing the need for a separate lite branch.

BREAKING CHANGE: The lite branch is no longer needed.
2025-08-06 17:01:54 +08:00
The OpenList Bot
f1e97b2343 chore: release v4.1.0 2025-07-31 08:53:36 +00:00
The OpenList Bot
46aa31f421 chore: release v4.0.9 2025-07-24 12:51:05 +00:00
renovate[bot]
2afa08b873 chore(deps): update dependency vite-plugin-dynamic-base to v1 (#89)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-16 10:23:01 +08:00
MadDogOwner
c2dbcf25aa refactor(i18n): update to @solid-primitives/i18n v2 (#109)
* chore(deps): update to vite@6

* fix(useDownload): correct token parameter handling

* chore(deps): update to typescript@5

* chore(deps): update to @solid-primitives/i18n@2

* feat(i18n): update usage to @solid-primitives/i18n@2

* fix(useT): remove log added in dev
2025-07-16 10:00:50 +08:00
MadDogOwner
94eed78a53 Revert "fix(deps): update remark (#94)" (#106)
This reverts commit 82eff657ba9fb21cee1b85284bc5857c9e497fb4.
2025-07-16 04:31:45 +08:00
renovate[bot]
c2fec4bfa5 fix(deps): update remark (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 18:15:52 +08:00
renovate[bot]
1706d8653f chore(deps): update dependency @crowdin/cli to v4 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 16:40:38 +08:00
renovate[bot]
cc48a46fc3 fix(deps): update dependency solid-transition-group to ^0.3.0 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 16:39:37 +08:00
renovate[bot]
b20ae18986 fix(deps): update dependency rehype-raw to v7 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-14 16:39:18 +08:00
MadDogOwner
f1c1d4e545 feat(preview): add PDF preview component (#32)
* feat(preview): add PDF preview component

* feat(pdf): add toolbar

* fix(pdf): adjust Text component width

* feat(pdf): add outline sidebar

* feat(pdf): add pen annotation

* fix(pdf): scale toolbar for mobile
2025-07-14 16:38:44 +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]
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
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
The OpenList Bot
6979894ca9 chore: release v4.0.8 2025-07-04 11:11:04 +00:00
The OpenList Bot
52b12c0d79 chore: release v4.0.7 2025-07-02 11:53:46 +00:00
Suyunmeng
0fdab5c01a fixed(ci):fixed release build bugs
chore: release v4.0.5
2025-06-30 10:55:59 +08:00
The OpenList Bot
be90ec6700 chore: release v4.0.4 2025-06-27 08:36:47 +00:00
The OpenList Bot
e7f49f278e chore: release v4.0.3 2025-06-25 04:00:23 +00:00
The OpenList Bot
913421fcd2 chore: release v4.0.2 2025-06-23 09:23:34 +00:00
The OpenList Bot
aea8e2029d chore: release v4.0.1 2025-06-22 07:12:17 +00:00
MadDogOwner
513ab9ff43 refactor(url): use ini to parse .url (#23)
* refactor(url): use ini to parse `.url`

* update

* fix: allow skip building i18n fot pr check

---------

Co-authored-by: Hantong Chen <cxwdyx620@gmail.com>
2025-06-17 13:57:54 +08:00
The OpenList Bot
e9460e33c6 chore: release v4.0.0-rc.4 2025-06-16 17:10:15 +00:00
The OpenList Bot
89546d7683 chore: release v4.0.0-rc.3 2025-06-16 15:33:42 +00:00
The OpenList Bot
bfe8a0dddf chore: release v4.0.0-rc.2 2025-06-16 07:42:39 +00:00
The OpenList Bot
b1dd2289e6 chore: release v4.0.0-rc.1 2025-06-15 14:13:40 +00:00
The OpenList Bot
0f7716c8d8 chore: release v4.0.0-rc.0 2025-06-15 13:37:45 +00:00
Hantong Chen
14e27e0578 fix: npm release (#13)
* chore: update org name

* chore: update npm repo url

* fix: publish as public scoped package
2025-06-15 00:24:48 +08:00