Commit Graph

  • bcc6c092f2
    split into openUrl and openPath amrbashir 2024-11-12 17:04:49 +0200
  • adf4d52445
    strong type openWith paramter amrbashir 2024-11-12 16:01:26 +0200
  • f5da785902
    update window crate amrbashir 2024-11-12 16:01:06 +0200
  • 32f28e6b87
    Merge branch 'v2' into ws-patch Twilight 2024-11-12 13:24:57 +0545
  • f3a5f88702
    fmt amrbashir 2024-11-12 04:32:58 +0200
  • eb88ad5a62
    try to fix CI amrbashir 2024-11-12 04:27:09 +0200
  • 371a2f7361
    fix(log): inconsistent webview log target (#2021) Tony 2024-11-12 10:10:38 +0800
  • a8866b9533 Fixed formatting jLynx 2024-11-12 14:52:55 +1300
  • be60315005 Updated detection method jLynx 2024-11-12 14:30:52 +1300
  • 69d6a556fd
    Merge branch 'v2' into fix/deb_update jLynx 2024-11-12 14:30:32 +1300
  • 7f7f3e4633
    lock file amrbashir 2024-11-12 02:42:17 +0200
  • a24915eb2c
    error msg amrbashir 2024-11-12 02:38:42 +0200
  • 51581012f9
    remove regex and urlpattern deps amrbashir 2024-11-12 02:32:58 +0200
  • f7244d5645
    Merge branch 'v2' into feat/plugin-opener amrbashir 2024-11-12 02:06:25 +0200
  • 52c093ac9d
    docs(fs): Fix scope example in js inline docs (#2034) Fabian-Lars 2024-11-11 23:20:36 +0100
  • c9d1a32a08
    regen #2034 fabianlars 2024-11-11 23:13:10 +0100
  • 236e7d0178
    Update plugins/fs/guest-js/index.ts Fabian-Lars 2024-11-11 22:21:15 +0100
  • 2073927370
    Update plugins/fs/guest-js/index.ts Fabian-Lars 2024-11-11 22:21:02 +0100
  • 2efea4d2e4
    Merge branch 'v2' into docs/fs-scope Amr Bashir 2024-11-11 21:55:46 +0200
  • 29f04fef35
    chore(deps): lock file maintenance #2030 renovate[bot] 2024-11-11 18:04:24 +0000
  • 6d6508f18e
    chore(deps): update dependency typescript-eslint to v8.14.0 (v2) (#2035) renovate[bot] 2024-11-11 19:01:45 +0100
  • 3fa814d1f0
    docs(websocket): fix short description (server -> client) Fabian-Lars 2024-11-11 18:52:54 +0100
  • 08a78109de
    Merge branch 'v2' into docs/fs-scope Fabian-Lars 2024-11-11 18:38:36 +0100
  • af28c3832e
    chore(deps): update dependency typescript-eslint to v8.14.0 #2035 renovate[bot] 2024-11-11 17:34:54 +0000
  • 1fe3dab64c
    fix(deps): update rust crate thiserror to v2 (v2) (#2012) renovate[bot] 2024-11-11 18:33:58 +0100
  • 5dadd205f5
    feat(upload): add `progressTotal` to event payload (#2033) sid 2024-11-11 20:54:59 +0400
  • 1f75d04afe
    docs(fs): Fix scope example in js inline FabianLars 2024-11-11 17:53:35 +0100
  • 785d1e0034
    lockfile #2012 FabianLars 2024-11-11 17:38:48 +0100
  • 8e1fbc20e3
    fix(deps): update rust crate thiserror to v2 renovate[bot] 2024-11-11 16:34:06 +0000
  • 3e15acea9a
    fix(deps): update tauri monorepo (v2) (#2026) renovate[bot] 2024-11-11 17:28:35 +0100
  • 08013d4374
    Update .changes/add-total-transferred-field.md #2033 Fabian-Lars 2024-11-11 17:26:38 +0100
  • 9b14621cc5 add changelog entry for `total_transferred` field 514sid 2024-11-11 20:21:35 +0400
  • f2ab7febc5 feat: add progress_total to track cumulative progress 514sid 2024-11-11 20:10:10 +0400
  • dc31250c1e
    less specific tauri version #2026 Fabian-Lars 2024-11-11 17:06:56 +0100
  • 71b9fb4fe8
    fix(deps): update tauri monorepo renovate[bot] 2024-11-11 16:05:14 +0000
  • 3e78173df9
    fix(fs): ignore metadata error while reading dir entries (#2018) Amr Bashir 2024-11-11 18:02:03 +0200
  • 64fac08bfb
    chore(deps): update dependency rollup to v4.25.0 (v2) (#2024) renovate[bot] 2024-11-11 16:56:04 +0100
  • 120adf99b3
    chore(deps): update dependency rollup to v4.25.0 #2024 renovate[bot] 2024-11-11 15:54:49 +0000
  • fdc382dff0
    chore(example): Add Haptics page (#2032) Fabian-Lars 2024-11-11 16:53:56 +0100
  • cfe1d586be fix: correct progress reporting 514sid 2024-11-11 19:45:33 +0400
  • 92c756da3e
    chore(example): Add Haptics page #2032 FabianLars 2024-11-11 16:44:58 +0100
  • 139ba037f7 feat: add total_transferred field to track cumulative data transferred 514sid 2024-11-11 19:44:41 +0400
  • ca913a6e57 fix: build iife Twilight 2024-11-11 15:35:36 +0000
  • 07bf5725f3
    chore: add changelog Twilight 2024-11-10 11:06:32 +0545
  • 6a090f63ab
    feat(websocket): add ability to remove listener Twilight 2024-11-10 11:01:13 +0545
  • b2aea04567
    fix(deep-link): Remove getCurrent call in onOpenUrl (#2008) Fabian-Lars 2024-11-09 14:05:46 +0100
  • e2b1f191f2
    Use the third line instead of second #2021 Tony 2024-11-09 11:03:29 +0800
  • 7018b93a11
    Lower rust version requirement Tony 2024-11-08 19:55:03 +0800
  • 80e6d80323
    It's log-plugin not log Tony 2024-11-08 19:45:24 +0800
  • df2a0cbb4d
    Add change file Tony 2024-11-08 19:41:02 +0800
  • f060ec5e50
    Fix very inconsistent webview log target Tony 2024-11-08 19:38:51 +0800
  • 5399e543e9
    implement revealItemInDir in JS amrbashir 2024-11-07 22:19:05 +0200
  • 8555563919
    lock file and licenese headers amrbashir 2024-11-07 22:12:01 +0200
  • fe2fdee60b
    1.0.0 & major in change file amrbashir 2024-11-07 22:08:57 +0200
  • 73959f5d9a
    macos impl amrbashir 2024-11-07 22:06:51 +0200
  • 67c8f42936
    reveal_item_in_dir (linux impl) amrbashir 2024-11-07 21:54:22 +0200
  • 6766bfdbd4
    add show_item_in_dir (windows impl) amrbashir 2024-11-07 21:19:00 +0200
  • b9ced5422b
    clippy amrbashir 2024-11-07 21:11:19 +0200
  • 42ab44cd5f
    migrate to using scope amrbashir 2024-11-07 21:09:55 +0200
  • 7553a321ea
    remove package manager #2018 amrbashir 2024-11-07 19:56:05 +0200
  • 17f8ff88aa
    fix(fs): ignore metadata error while reading dir entries amrbashir 2024-11-07 18:26:47 +0200
  • 38369c832d
    [WIP] create tauri-plugin-opener amrbashir 2024-11-07 05:11:38 +0200
  • 3449dd5a8f
    feat(localhost): add custom host binding to allow external access (#1982) Ari 2024-11-06 12:52:49 +0200
  • 28467d9801
    Update plugins/localhost/src/lib.rs #1982 Ari 2024-11-06 11:55:55 +0200
  • c5ca148536
    clippy #2008 Fabian-Lars 2024-11-05 19:05:17 +0100
  • 4514afd166
    same for the rust side FabianLars 2024-11-05 18:56:46 +0100
  • c07697458a
    fix(deep-link): Remove getCurrent call in onOpenUrl FabianLars 2024-11-05 18:50:23 +0100
  • 57f69c6615
    Publish New Versions (v2) (#1966) window-state-v2.0.2 upload-v2.1.0 upload-js-v2.1.0 sql-v2.0.2 sql-js-v2.0.1 log-plugin-v2.0.2 fs-js-v2.0.2 clipboard-manager-v2.0.2 github-actions[bot] 2024-11-05 17:32:55 +0100
  • 001e4d6246 publish new versions #1966 FabianLars 2024-11-05 16:02:09 +0000
  • cfb3ec0e21
    fix(window-state): Ignore is_maximized state in resize events on macos (#2007) Fabian-Lars 2024-11-05 17:01:35 +0100
  • 1ee74fb629
    fix(window-state): Ignore is_maximized state in resize events on macos #2007 FabianLars 2024-11-05 14:27:33 +0100
  • b8bf4ad360
    chore(deps): update unocss monorepo to ^0.64.0 (v2) (#2006) renovate[bot] 2024-11-05 13:23:46 +0100
  • 305bb5cb38
    chore(deps): update unocss monorepo to ^0.64.0 #2006 renovate[bot] 2024-11-05 12:10:40 +0000
  • 87cc58527d
    feat(upload): Add transfer_speed for downloading and uploading files (#1797) Artaza Sameen 2024-11-05 03:11:48 +0530
  • aa7b4c39ce
    license header #1797 Fabian-Lars 2024-11-04 22:33:01 +0100
  • 2dc7138e67
    Merge branch 'v2' into download-progress-speed Victor Aremu 2024-11-04 20:51:39 +0100
  • 3651103796
    Merge branch 'v2' into fix/deb_update jLynx 2024-11-05 07:44:51 +1300
  • e0d2e2c53f
    chore(deps): update dependency typescript-eslint to v8.13.0 (#2004) renovate[bot] 2024-11-04 19:36:33 +0100
  • 6e5ad742d9
    fix(deps): update rust crate zbus to v5 #2005 renovate[bot] 2024-11-04 18:10:40 +0000
  • 7a7a831d55
    chore(deps): update dependency typescript-eslint to v8.13.0 #2004 renovate[bot] 2024-11-04 18:10:00 +0000
  • 09dcc82222
    Added changefile for transfer_speed feature VirtualPirate 2024-11-04 23:04:08 +0530
  • 337df4b83d
    Merge branch 'v2' into download-progress-speed Artaza Sameen 2024-11-04 22:53:06 +0530
  • 5760308216
    Fixed 1. Formatting Issue 2. Convert ProgressPayload fields to camel case 3. Added the transferSpeed field in the ProgressPayload type in typescript VirtualPirate 2024-11-04 22:51:50 +0530
  • 0a8484c52d
    chore(deps): update eslint monorepo to v9.14.0 (v1) (#2000) renovate[bot] 2024-11-04 17:16:22 +0100
  • 558a11b630
    fix(deps): update rust crate notify to v7 #2003 renovate[bot] 2024-11-04 16:08:42 +0000
  • 9eee1b1b28
    fix(deps): update rust crate notify-debouncer-mini to 0.5 #2002 renovate[bot] 2024-11-04 16:08:33 +0000
  • c412688944
    fix(deps): update rust crate fern to 0.7 #2001 renovate[bot] 2024-11-04 15:38:42 +0000
  • cfc95e014d
    chore(deps): update eslint monorepo to v9.14.0 #2000 renovate[bot] 2024-11-04 15:38:00 +0000
  • 9a7092ca44
    fix(deps): update rust crate notify to v7 (v2) (#1999) renovate[bot] 2024-11-04 15:56:31 +0100
  • 4a428b6d94
    fix linux #1999 FabianLars 2024-11-04 15:43:49 +0100
  • f0aa1b5c63
    fmt again... FabianLars 2024-11-04 15:42:32 +0100
  • c3cb04c4f9
    fmt FabianLars 2024-11-04 15:39:01 +0100
  • e6ba2d25c2
    fix FabianLars 2024-11-04 15:37:37 +0100
  • 9740361c70
    fix(deps): update rust crate notify to v7 renovate[bot] 2024-11-04 14:01:28 +0000
  • 73c5c2e150
    fix(deps): update rust crate notify-debouncer-full to 0.4 #1998 renovate[bot] 2024-11-04 14:01:19 +0000
  • 606fa08dae
    fix(deps): update rust crate fern to 0.7 (v2) (#1997) renovate[bot] 2024-11-04 15:00:01 +0100
  • 7b31b72d3a
    Update log-update-fern.md #1997 Fabian-Lars 2024-11-04 14:56:01 +0100
  • e289809c6b
    Create log-update-fern.md Fabian-Lars 2024-11-04 14:54:31 +0100
  • 5c37512c2a
    fix(deps): update rust crate zbus to v5 #1953 renovate[bot] 2024-11-04 12:24:27 +0000
  • a47284fca7
    chore(deps): update dependency @rollup/plugin-typescript to v12 #1825 renovate[bot] 2024-11-04 12:24:21 +0000