Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/tauri-plugin-fs

[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
https://github.com/tauri-apps/tauri-plugin-fs

Merge pull request #948 from tauri-apps/release-v2

Publish New Versions (v2)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-...

e983d1f3698269748b99c99e6eac5118d06a62b5 authored 10 months ago by Lucas Fernandes Nogueira <[email protected]>
Merge pull request #971 from tauri-apps/chore/tauri-beta-3

chore: update to tauri beta.4

Committed via a GitHub action: https://github.com/tauri-apps/plug...

9231ed64d17f33c0ea7a394cfc8585d6cd8eea31 authored 10 months ago by Lucas Fernandes Nogueira <[email protected]>
fix(fs): make rename third parameter optional (#962)

* Fix rename option can't be empty

* change file

Committed via a GitHub action: https://github...

8dff53354ec27ac82194eb38260148a18163b710 authored 10 months ago by Tony <[email protected]>
docs(fs): dir -> baseDir (#961)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7959...

14a37313920b29cc94f9da57e451e9ada2efd054 authored 10 months ago by Tony <[email protected]>
feat(core): recursive fs scope on directory file-drop event (#954)

* allow recursive fs scope on directory file-drop events

* Create allow-recursive-fs-scope-on-f...

aeb440a5bb87ef24e5de38c32276b4e2136931cc authored 10 months ago by i-c-b <[email protected]>
fix(fs/wtacher): fix incorrect type for rename events (#947)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7901...

9fb85fa5327ee5f0a90a8479a0b7b6ef702da5e9 authored 10 months ago by Amr Bashir <[email protected]>
fix(ci): commig schemas

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7769...

b427d83cf8094f1e45f35a3746891061aa669d0c authored 11 months ago by Lucas Nogueira <[email protected]>
Merge pull request #859 from tauri-apps/release-v2

Publish New Versions (v2)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-...

f4d75231eb7c9b99440abd763a7d32673ab0de1d authored 11 months ago by Lucas Fernandes Nogueira <[email protected]>
Merge pull request #927 from tauri-apps/v1v2

chore: merge v1 into v2 for the last time

Committed via a GitHub action: https://github.com/tau...

7000fb1ffee61df659e8f0f730f8524ef2d28443 authored 11 months ago by Lucas Fernandes Nogueira <[email protected]>
feat: update to tauri beta, add permissions (#862)

Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: Lucas Nogueira <lucas@crabnebul...

f7847b8377c01dc7017dd7a792633800608ee8ea authored 11 months ago by Tillmann <[email protected]>
feat(fs/watch): migrate to `notify-debouncer-full` (#885)

* Add support for notify-debouncer-full

* Add fs watch to demo

* Remove notify-debouncer-mini
...

ce028071ff724b11576e57fb04a3556346506225 authored 11 months ago by Daniel Faust <[email protected]>
fix(fs): match default value of `create` option with js documentation (#865)

* fix(fs): inconsistency in guest-js & rust side

* Update .changes/fix-fs-write-default-option....

0ea45fffad28a68dd9c273a96d29c1d451b1269b authored 12 months ago by 阿良仔 <[email protected]>
Publish New Versions (v2) (#854)

Co-authored-by: FabianLars <[email protected]>

Committed via a GitHub action:...

764a248e6733f2fd1cb090bf762ec66b7aab5f2c authored 12 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(fs): use correct arg name for unwatch (#857)

* fix(fs): use correct arg name for unwatch

* fmt

Committed via a GitHub action: https://githu...

230739425300c7bf115e7a35a91501ab599f27e7 authored 12 months ago by Amr Bashir <[email protected]>
fix(fs): Fix DebouncedEvent type to match what notify-rs returns (#848)

* fix(fs): Fix DebouncedEvent type to match what notify-rs returns

* Update fix-debounced-event...

a7d15f938177af64aedd5afb96a677942e5b7e60 authored 12 months ago by Trevor Fitzgerald <[email protected]>
fix(fs): fix panic due to unwrap & truncate by default (#847)

* fix(fs): fix panic due to unwrap & truncate by default

closes #846

* fmt and change file

Co...

36ad88f30597cc20599840aa9dcd6cb70d766e95 authored 12 months ago by Amr Bashir <[email protected]>
Publish New Versions (v2) (#832)

Co-authored-by: lucasfernog <[email protected]>

Committed via a GitHub actio...

12cbca0c60fbb76a690907936c6042d0db9d61f5 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor(fs): use scope from tauri core (#825)

* fix(fs): scope checks on Android

On Android, when we call canonicalize() on "/data/user/0/app...

25453e979bd9dd57e73e95537095cf52732247cd authored about 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat(fs): improved API (#751)

* feat(fs): improved API

* fmt

* fix unix builds

* again

* clippy

* clippy

* fix import in...

f0e4590089899c031aa9c2862d01d4bbdf4d846b authored about 1 year ago by Amr Bashir <[email protected]>
chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839)

* chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13

* fix lockfile

Committed via...

d8dd1355ac1ecfe38ff90615bbe4e60be71f5c95 authored about 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat(fs): include full error message (#826)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7251...

227da92b37194ca16dd1b6eb0f3549b5a2fe6f73 authored about 1 year ago by Lucas Fernandes Nogueira <[email protected]>
Publish New Versions (v2) (#723)

Co-authored-by: lucasfernog <[email protected]>

Committed via a GitHub actio...

26ef1a0810a1bf1d4ec2da6aa72a261ac8239564 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: Update Tauri to alpha.18 (#802)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7171...

38cdf609e4c75cfb410f162e837e5c4f5d7d9769 authored about 1 year ago by Fabian-Lars <[email protected]>
Merge pull request #761 from tauri-apps/ci/features

ci: Test rust crates with all features enabled

Committed via a GitHub action: https://github.co...

4afc528758e817fe94b9ccda4a1098d00abd8029 authored about 1 year ago by Fabian-Lars <[email protected]>
chore: Merge remote-tracking branch 'origin/v1' into v2

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6973...

aea0ad3636b01e624a0d73549a94b46fa82ae641 authored about 1 year ago by Fabian-Lars <[email protected]>
fix(fs): add options argument for `exists` function closes #734 (#744)

closes #734

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/acti...

18ec10f3e8d8bfed08485d48386314bec6e4cddd authored about 1 year ago by Amr Bashir <[email protected]>
fix: add back `main`, `module` and `types` field in top-level package.json (#742)

closes #738

`"moduleResolution": "node"` doesn't handle the `exports` field

Committed via a Gi...

6bd7b6c8beacb27f2d762bdb39855277700fa1ca authored about 1 year ago by Amr Bashir <[email protected]>
fix(updater): Use escaped installer path to start the nsis updater (#727)

Port of v1 change: https://github.com/tauri-apps/tauri/pull/7956

Committed via a GitHub action:...

33fedbc4b4aa1f1b6f04305014cdcfa0a26bb1bc authored about 1 year ago by Fabian-Lars <[email protected]>
chore: Merge branch v1 into v2 (#702)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6857...

549b1cfdf4f683f2f16aeb578755f89022e23d9d authored about 1 year ago by Fabian-Lars <[email protected]>
Publish New Versions (v2) (#688)

Co-authored-by: lucasfernog <[email protected]>
Co-authored-by: Lucas Nogueir...

4b62b6f756f6c6c043d136722b5a63f5456d54b0 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: update to alpha.17, typed mobile plugin IPC arguments (#676)

Co-authored-by: Amr Bashir <[email protected]>

Committed via a GitHub action: https://gi...

1a91ba20ed36713a7d417515939a4c614adfd9f4 authored about 1 year ago by Lucas Fernandes Nogueira <[email protected]>
Publish New Versions (v2) (#629)

Co-authored-by: lucasfernog <[email protected]>

Committed via a GitHub actio...

25ed4f3886de98491f310f474f3b51bd4e8460e9 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: update to tauri alpha.16, api alpha.9 (#673)

Co-authored-by: Amr Bashir <[email protected]>

Committed via a GitHub action: https://gi...

447c98d084c8be6110d24019d1637eefbd75c6dd authored about 1 year ago by Lucas Fernandes Nogueira <[email protected]>
chore(examples): update to tauri 2.0.0-alpha.14 (#600)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6159...

b412d0477bc942da1ac6f5a0024605150366337b authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
Publish New Versions (v2) (#589)

Co-authored-by: lucasfernog <[email protected]>

Committed via a GitHub actio...

8c59ed242f883a3875d332a973619a20264a47bc authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): update to tauri alpha.12 (#593)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6104...

d4cfe22f98130bda328b17f32fdec569426166a3 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
fix(ci): update pnpm lockfile on version bump, fix covector config (#556)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5860...

c90fd8bcad3be92f34a0642d67ab1a6ad9f73dee authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat: update to alpha.11 (#555)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5858...

b38001973f38d10f946f8bce90b2a0c5175c0ddd authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
fix(docs): enable `tauri/dox` feature on docs.rs build (#545)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5821...

0dd45ead4ca3cc8b426614fa47ad9227e9ed2053 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
chore: change readme banners urls (#523)

* set readme banners to absolute url

Signed-off-by: Lorenzo Lewis <[email protected]>

*...

60e8dec66d2582cc39ebdd7b7101e9c96c23e52a authored over 1 year ago by Lorenzo Lewis <[email protected]>
Merge v1 into v2 (#468)

Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: renovate[bot] <29139614+r...

2af538a7046c1e95b225cd14314e1273d6046c7d authored over 1 year ago by Fabian-Lars <[email protected]>
fix(fs-js): fix `writeBinaryFile` invalid command usage (#454)

* write_binary_file -> write_file

* Missing artifact

* Create fs-wiret-binary-file.md

-------...

4eb3ccd8aedbdd4c691e9610f4d0d5823eaf4756 authored over 1 year ago by Pretzel Vector <[email protected]>
docs: added banners and icons (#443)

* added banners and icons

* fix: formatting

Committed via a GitHub action: https://github.com/...

eadce5ab636ba3e02075dbbbf63716881ad5ac15 authored over 1 year ago by Simon Hyll <[email protected]>
chore: add missing banners (#442)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5311...

d2ab098f9cdae1ca9a1ba283a2bb31e7efb92b18 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat: update to 2.0.0-alpha.10 (#441)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5300...

f22a773609ba2f34d650e1e1701fbc6d96314f61 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
fix(window-state): port fixes from v1 (#436)

* fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424)
...

fb676935107d355787d058477eb306f007eade8a authored over 1 year ago by Amr Bashir <[email protected]>
Publish New Versions (v2) (#374)

Co-authored-by: FabianLars <[email protected]>
Co-authored-by: Lucas Nogueira ...

ccdf3e774f7f4b0d164e8aa9281f8908cc5f8094 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(api): update @since tag to 2.0.0 (#395)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5064...

94e593debf3266d104fe08bf0cca55e303681a3c authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat(plugins): inject API on window.__TAURI__ (#383)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5060...

cbad6590e350cab77d18288b9868425bf135a6eb authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
chore: add license headers (#384)

* feat: check for license headers

* add headers

* format

Committed via a GitHub action: https...

67a5b10b73df53bf74f5fdacf3c85f429dea2b79 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
docs: update README.md and remove allowlist information (#381)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5034...

e1c161eee20bc3b6cb49efdaaad0d084af2f455a authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat(ci): add workflow to run covector on v2 (#373)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5015...

a6a23901f7c22d463879eec36eb48e6ba0897c61 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat: prepare v2 alpha release (#371)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5014...

30f3856e166e3aef024fb543d1f5a40c1c9611d2 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
refactor: move fs-watch to fs (#369)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5009...

ee0f99e3a4c7e120f0e84f41e76472258b65a3bd authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat(ci): also test on Windows and macOS (#366)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5008...

c2f02307a086b26e28eb4c6810b546961797dac1 authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
refactor: move deleted tauri APIs, prepare for next release (#355)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4967...

d18b04c21c9313311b2ec5c81d19881597bfec2a authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
feat: use tauri `next` branch, fix tests, MSRV 1.65 (#354)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4962...

e1887290af0a34725a216691b9899c773f106a8a authored over 1 year ago by Lucas Fernandes Nogueira <[email protected]>
Run formatter on new plugins

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4869...

e5fb4de29285150b1d73981c42df59327b841b5f authored over 1 year ago by FabianLars <[email protected]>
Merge branch 'dev' into next. Rename next to v2

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/4869...

655cbae4b85e416c1bf1659222fa0305d4f887e0 authored over 1 year ago by FabianLars <[email protected]>