Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
72a4670
Added deb update support
jLynx Oct 31, 2024
c890ec6
WIP
jLynx Oct 31, 2024
552c7b8
WIP
jLynx Oct 31, 2024
0be9dbb
WIP
jLynx Nov 1, 2024
a0ad60b
updated logging
jLynx Nov 1, 2024
fb269f0
add tarball support
jLynx Nov 1, 2024
b178029
reverted to deb only
jLynx Nov 1, 2024
a3f8462
add tarball support
jLynx Nov 1, 2024
7f7b6fd
Removed logs
jLynx Nov 1, 2024
c88064b
removed spaces
jLynx Nov 1, 2024
9b5d30a
fixed comments
jLynx Nov 1, 2024
408ccba
Clean up comments
jLynx Nov 1, 2024
4d4f2f8
Fixed console log
jLynx Nov 1, 2024
37ec629
Removed gz support
jLynx Nov 3, 2024
f1e3c10
Merge branch 'v2' into fix/deb_update
jLynx Nov 3, 2024
3651103
Merge branch 'v2' into fix/deb_update
jLynx Nov 4, 2024
69d6a55
Merge branch 'v2' into fix/deb_update
jLynx Nov 12, 2024
be60315
Updated detection method
jLynx Nov 12, 2024
a8866b9
Fixed formatting
jLynx Nov 12, 2024
337e23e
refactor
jLynx Nov 12, 2024
af8c8d9
Merge branch 'v2' into fix/deb_update
jLynx Nov 12, 2024
d8dcfef
Added changes file
jLynx Nov 12, 2024
f9f9297
Added update with kdialog support
jLynx Nov 12, 2024
466cdae
Check if file is deb
jLynx Nov 12, 2024
7d70f62
Updated as per comments
jLynx Nov 12, 2024
ffec0ed
Added appimage implementaion
jLynx Nov 13, 2024
f79dfbf
WIP test for deb
jLynx Nov 13, 2024
7346ade
got deb running
jLynx Nov 13, 2024
5a95db8
Now runs both appimage and deb tests
jLynx Nov 13, 2024
cbb0813
Adjusted order
jLynx Nov 13, 2024
36469f2
Merge branch 'v2' into fix/deb_update
jLynx Nov 13, 2024
a13d5b4
Got the build working
jLynx Nov 13, 2024
9c4f9d8
Merge branch 'fix/deb_update' of https://github.com/jLynx/plugins-wor…
jLynx Nov 13, 2024
8f07405
Got deb tests passing
jLynx Nov 14, 2024
5622972
Attempt at buidling with GH Actions
jLynx Nov 14, 2024
cf50659
WIP GH Actions
jLynx Nov 14, 2024
44d2e77
WIP
jLynx Nov 14, 2024
6b21e88
wip
jLynx Nov 14, 2024
bea474c
chore(deps): lock file maintenance (#2065)
renovate[bot] Nov 18, 2024
ff05a59
chore(deps): update rust crate mockito to 1.6.1 (#2068)
renovate[bot] Nov 18, 2024
8a33595
chore(deps): update dependency rollup to v4.27.3 (#2071)
renovate[bot] Nov 18, 2024
c34b2ea
chore(deps): update dependency typescript-eslint to v8.15.0 (#2072)
renovate[bot] Nov 18, 2024
ee3fb1d
chore(deps): update eslint monorepo to v9.15.0 (#2058)
renovate[bot] Nov 18, 2024
1051db4
docs(clipboard-manager): update readImage doc to use async rgba() ins…
ViniciusCestarii Nov 19, 2024
383e636
feat: add `tauri-plugin-opener` (#2019)
amrbashir Nov 19, 2024
4db6263
feat(positioner): add `moveWindowConstrained` for tray-icon positions…
jakobwesthoff Nov 20, 2024
59dd5f1
chore: fmt toml
amrbashir Nov 20, 2024
ac2edc2
docs(notification): Add note about installation requirement on windows
FabianLars Nov 20, 2024
5092ea5
feat(fs): support `ReadableStream<Unit8Array>` for `writeFile` API (#…
amrbashir Nov 21, 2024
ed98102
feat(fs): improve `readTextFile` and `readTextFileLines` performance …
amrbashir Nov 21, 2024
fecfd55
fix(fs)!: use `tauri::scope::fs::Scope` (#2070)
FabianLars Nov 21, 2024
a3b553d
feat(http): add request and response tracing behind feature flag (#2079)
amrbashir Nov 21, 2024
628a355
Reverted tests
jLynx Nov 24, 2024
cd37fc1
Reverted tests
jLynx Nov 24, 2024
a6b9da7
Reverted tests
jLynx Nov 24, 2024
9c5eaef
Merge branch 'v2' into fix/deb_update
jLynx Nov 24, 2024
338aedb
Fixed formatting
jLynx Nov 24, 2024
db526a1
chore(deps): lock file maintenance (#2090)
renovate[bot] Nov 25, 2024
b1b0565
chore(deps): update dependency rollup to v4.27.4 (v2) (#2086)
renovate[bot] Nov 25, 2024
d44f0ee
chore(deps): update dependency typescript to v5.7.2 (v2) (#2084)
renovate[bot] Nov 25, 2024
51cd283
docs(deep-link): Fix js inline docs (#2093)
FabianLars Nov 25, 2024
5070476
docs(store): Fix file reference (#2094)
sosweetham Nov 25, 2024
88b3995
Fixed formatting
jLynx Nov 25, 2024
ce46dd5
Merge branch 'v2' into fix/deb_update
jLynx Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"dialog",
"fs",
"global-shortcut",
"opener",
"http",
"nfc",
"notification",
Expand All @@ -87,6 +88,7 @@
"dialog-js",
"fs-js",
"global-shortcut-js",
"opener-js",
"http-js",
"nfc-js",
"notification-js",
Expand Down Expand Up @@ -186,6 +188,14 @@
"path": "./plugins/global-shortcut",
"manager": "javascript"
},
"opener": {
"path": "./plugins/opener",
"manager": "rust"
},
"opener-js": {
"path": "./plugins/opener",
"manager": "javascript"
},
"haptics": {
"path": "./plugins/haptics",
"manager": "rust"
Expand Down
5 changes: 5 additions & 0 deletions .changes/deb-update-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": "minor"
---

Added support for `.deb` package updates on Linux systems.
6 changes: 6 additions & 0 deletions .changes/fix-fs-scope-escape-paths.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fs: minor
persisted-scope: minor
---

**Breaking Change:** Replaced the custom `tauri_plugin_fs::Scope` struct with `tauri::fs::Scope`.
6 changes: 6 additions & 0 deletions .changes/fs-perf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"fs": "patch"
"fs-js": "patch"
---

Improve performance of `readTextFile` and `readTextFileLines` APIs
7 changes: 7 additions & 0 deletions .changes/fs-readable-stream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"fs": "patch"
"fs-js": "patch"
---

Add support for using `ReadableStream<Unit8Array>` with `writeFile` API.

5 changes: 5 additions & 0 deletions .changes/http-tracing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"http": "patch"
---

Add tracing logs for requestes and responses behind `tracing` feature flag.
6 changes: 6 additions & 0 deletions .changes/opener-initial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"opener": "major"
"opener-js": "major"
---

Initial Release
6 changes: 6 additions & 0 deletions .changes/positioner-move-window-constrained-js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"positioner-js": minor
---

Add `moveWindowConstrained` function that is similar to `moveWindow` but constrains the window to the screen dimensions in case of tray icon positions.

6 changes: 6 additions & 0 deletions .changes/positioner-move-window-constrained.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"positioner": minor
---

Add `WindowExt::move_window_constrained` method that is similar to `WindowExt::move_window` but constrains the window to the screen dimensions in case of tray icon positions.

4 changes: 4 additions & 0 deletions .github/workflows/check-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- .github/workflows/check-generated-files.yml
- plugins/global-shortcut/guest-js/**
- plugins/global-shortcut/src/api-iife.js
opener:
- .github/workflows/check-generated-files.yml
- plugins/opener/guest-js/**
- plugins/opener/src/api-iife.js
haptics:
- .github/workflows/check-generated-files.yml
- plugins/haptics/guest-js/**
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
tauri-plugin-global-shortcut:
- .github/workflows/lint-rust.yml
- plugins/global-shortcut/**
tauri-plugin-opener:
- .github/workflows/lint-rust.yml
- plugins/opener/**
tauri-plugin-haptics:
- .github/workflows/lint-rust.yml
- plugins/haptics/**
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
- .github/workflows/test-rust.yml
- Cargo.toml
- plugins/global-shortcut/**
tauri-plugin-opener:
- .github/workflows/test-rust.yml
- Cargo.toml
- plugins/opener/**
tauri-plugin-haptics:
- .github/workflows/test-rust.yml
- Cargo.toml
Expand Down
Loading
Loading