Lucas Nogueira
dac8b6331c
fix(ci): commig schemas
2024-02-03 18:46:36 -03:00
Lucas Fernandes Nogueira
8502b90287
Merge pull request #859 from tauri-apps/release-v2
...
Publish New Versions (v2)
2024-02-03 18:28:39 -03:00
Lucas Nogueira
fe10ab488f
beta.1
2024-02-03 18:16:49 -03:00
Lucas Nogueira
7659b9515d
merge from v2
2024-02-03 17:05:27 -03:00
Lucas Fernandes Nogueira
5673a416a8
Merge pull request #927 from tauri-apps/v1v2
...
chore: merge v1 into v2 for the last time
2024-02-03 16:58:35 -03:00
FabianLars
ee910bfcce
come on, that felt personal
2024-02-03 20:29:33 +01:00
FabianLars
331a3eaf06
unlucky typo lol
2024-02-03 20:28:12 +01:00
FabianLars
cb5ff764a6
license
2024-02-03 20:26:49 +01:00
FabianLars
0688416425
lint
2024-02-03 20:23:09 +01:00
FabianLars
14f5961569
chore: merge v1 into v2 for the last time
2024-02-03 20:16:36 +01:00
Lucas Nogueira
63afaf1dfa
fmt
2024-02-03 15:46:18 -03:00
Lucas Nogueira
abd0176cc1
beta
2024-02-03 15:46:15 -03:00
lucasfernog
18e478aba0
publish new versions
2024-02-03 15:46:07 -03:00
Lucas Nogueira
2643a4c331
fix(ci): revert pre.json changes
2024-02-03 15:24:43 -03:00
Tillmann
d198c01486
feat: update to tauri beta, add permissions ( #862 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-02-03 15:14:41 -03:00
Amr Bashir
506ce4835b
refactor(updater): accomodate to new tauri config restructure ( #924 )
...
* refactor(updater): accomodate to new tauri config restructure
RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md
RFC#5 PR implementation: https://github.com/tauri-apps/tauri/pull/8723
* lint and update configs
2024-02-03 09:14:39 -03:00
Lucas Fernandes Nogueira
15dc7060e8
fix(shell): deadlock on read line error ( #923 )
2024-02-01 00:01:23 -03:00
Shubham Parihar
18cb861b52
type: add OpenDialogReturn generic type ( #919 )
...
* type: add OpenDialogReturn generic type
* chore: run pnpm format
* type: export OpenDialogReturn type
* chore: run pnpm format
2024-01-30 02:08:46 +02:00
Lucas Fernandes Nogueira
8dea78ac7d
fix(notification): scheduled notifications not working ( #909 )
...
* fix(notification): scheduled notifications not working
* do not use toJSON since it doesnt work on isolation pattern
* fmt
2024-01-24 13:02:11 -03:00
Daniel Faust
61edbbec0a
feat(fs/watch): migrate to notify-debouncer-full ( #885 )
...
* Add support for notify-debouncer-full
* Add fs watch to demo
* Remove notify-debouncer-mini
* Rename RawEvent to WatchEvent
* Add full type definition for EventKind
* Remove `track file ids` option from fs watcher
* Update plugins/fs/guest-js/index.ts
2024-01-18 20:35:49 +02:00
Amr Bashir
0879a87a7e
refactor(updater): migrate to tauri's new resource table ( #899 )
...
* refactor(updater): migrate to tauri's new resource table
* fmt
* fmt
* Create updater-js-started-event.md
2024-01-18 12:48:44 +01:00
Amr Bashir
8505a756b5
chore: add change file for updater proxy change ( #907 )
2024-01-17 17:51:20 +02:00
Zhang San
4e2e77580c
feat(updater) support proxy ( #891 )
...
* add proxy support
Signed-off-by: San Zhang <sanzhang@mail.com >
* 1. change string to url for proxy type
2. add proxy option in js api
Signed-off-by: San Zhang <sanzhang@mail.com >
* fix fmt issue
Signed-off-by: San Zhang <sanzhang@mail.com >
* Update plugins/updater/guest-js/index.ts
---------
Signed-off-by: San Zhang <sanzhang@mail.com >
2024-01-17 16:47:26 +02:00
Anton Piliugin
8a3db790b8
fix(updater): fix readme and types ( #903 )
...
* Types fix
* generate files
2024-01-17 01:45:22 +02:00
Olivier Lemasle
bf5a21d5b2
fix(dialog): On Android, do not add a Cancel button to message dialogs ( #873 )
2024-01-11 04:30:32 +02:00
阿良仔
1b1d795b58
fix(notification): export the missing Schedule class ( #874 )
...
* fix: export the missing `Schedule` class
* remove `ScheduleData`
2024-01-03 13:34:15 +01:00
Amr Bashir
ae0cb92438
refactor(http): migrate to tauri's new resource table ( #834 )
...
* refactor(http): migrate to tauri's new resource table
* fmt
* change file
2024-01-02 21:55:57 +02:00
阿良仔
ea8eadce85
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.md
2024-01-02 20:44:09 +02:00
lopo
be5aebdec9
docs(log): update readme code example for v2 ( #869 )
2024-01-01 12:24:41 +01:00
Matthias Lohscheidt
b9d29a0154
docs(sql): Add migrations section to README ( #867 )
...
Add section about migration management.
2023-12-31 16:42:22 +01:00
hygkui
1a347203a5
fix: fix http plugin fetch init with connectTimeout. ( #858 )
2023-12-28 18:07:52 +02:00
github-actions[bot]
e80626cf81
Publish New Versions (v2) ( #854 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2023-12-28 10:37:04 -03:00
Amr Bashir
2e2fc8de69
fix(fs): use correct arg name for unwatch ( #857 )
...
* fix(fs): use correct arg name for unwatch
* fmt
2023-12-28 11:18:44 +01:00
Trevor Fitzgerald
85f8419682
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-type.md
2023-12-27 15:39:05 +02:00
Amr Bashir
c60123093d
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
2023-12-27 15:27:45 +02:00
github-actions[bot]
38b5d37b54
Publish New Versions (v2) ( #843 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-12-20 14:29:57 -03:00
Lucas Fernandes Nogueira
8b1d821a37
fix(deep-link): issue with tauri alpha.20 emit breaking change ( #844 )
2023-12-20 14:05:24 -03:00
阿良仔
bfa87da848
feat(http): expose proxy configuration ( #824 )
...
* feat(http): add proxy config
* chore: build iife api
* chore: allow `too_many_arguments`
* improvement
* refactor: restructure code
* improvement
* format
2023-12-20 16:14:12 +02:00
Lucas Nogueira
c2115d8d21
chore: fill description field for new crates
2023-12-20 00:10:26 -03:00
github-actions[bot]
8c6d96e645
Publish New Versions (v2) ( #832 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-12-19 23:56:51 -03:00
Lucas Nogueira
7bdc32079c
fix(ci): set dependencies on covector config
2023-12-19 23:21:37 -03:00
Lucas Fernandes Nogueira
10b80391fc
refactor(fs): use scope from tauri core ( #825 )
...
* fix(fs): scope checks on Android
On Android, when we call canonicalize() on "/data/user/0/appid" (which is the data dir), the result is a "/data/data/appid" path, so we need to adjust our scope for that.
* use scope from core
* update persisted-scope
* fix build
* dev branch
2023-12-19 23:19:01 -03:00
Tillmann
1eaf640255
Added Security Policy and Threat Model for Log Plugin ( #828 )
...
* Initial threat model and security contact
* Corrections and finalize policy
2023-12-19 22:25:42 -03:00
Amr Bashir
69a1fa099c
feat(fs): improved API ( #751 )
...
* feat(fs): improved API
* fmt
* fix unix builds
* again
* clippy
* clippy
* fix import in docs examples
* fmt, clippy
* Update linux.rs
* add API for watch
* fix with `watcher` feature flag
* use baseDir for all commands
* do not export close function
* fix build
* organize and address review comments
* fmt
* generated files
* rename FsFile to FileHandle, move APIs and docs
* extend example
* extend `Resource`
* actually extend it
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-12-19 22:08:34 -03:00
Lucas Fernandes Nogueira
2cf8faa3e1
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
2023-12-20 00:18:05 +02:00
Amr Bashir
e5f979f91a
fix(core/updater): check if installer args are not empty before passing -ArgumentList ( #818 )
2023-12-19 17:37:27 -03:00
Lucas Nogueira
8df28a9875
feat(mobile): add biometric plugin ( #829 )
...
* chore: update deps, make mobile script paths relative
* feat(biometric): setup plugin folder
* feat: implement iOS
* add api
* android
* fix plugin name
* also check empty info.plist entry
* add example
* fix android
* supress
* lint
* better explanation
* add partners & contributed by
* change ext
* license headers
* update vite
* add covector setup
* tauri/dox removed
* add example
* docs
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-12-19 11:16:13 -03:00
Lucas Nogueira
fe79adb5c7
feat(mobile): add NFC plugin ( #830 )
...
* feat: scaffold NFC plugin, initial iOS code
* adjust script paths (api example)
* update entitlements & plist
* update class name
* update api
* sketch api, remove desktop
* update response data
* add write fn
* remove commands
* fixes for write mode
* check nfc state before using the APIs
* fix(example): downgrade internal-ip to v7
* feat: typed iOS arguments
* update swift requirement
* android updates
* update tauri
* fix icon
* update example
* fix build
* fix notification example
* fix clipboard
* fix ios notification build
* fix info.plist
* update tauri
* add change file
* fmt
* update to new args class syntax :( [skip ci]
* add lang code handling in RTD_TEXT helper (written payload is broken without it)
* update nfc to latest tauri. use tauri from git
* update lockfile
* android: add initial nfc writer implementation
* check sdk version for pendingintent flag
* quicksaving basic ndef reading that doesn't crash
* add basic ndef reading (android)
* small cleanup
* change pending action type
* validate available state
* gradle 8.0.0
* use session class
* implement keep session alive
* fix notification crash??
* remove dox feature, fix breaking changes
* update dependencies
* fix shell tests [skip ci]
* fmt [skip ci]
* type safe args
* scan kind options
* commit .idea files
* update api
* update example
* fix app check
* alertmessage options for iOS
* default to tag on example
* fix(ios): always close session on write, remove keepsessionalive option
* add kind input to write options
* empty records if message not found
* fill tag metadata for ndef read
* add contributors
* update vite
* covector setup
* tauri/dox removed
* docs and examples
* fmt [skip ci]
---------
Co-authored-by: FabianLars-crabnebula <fabianlars@crabnebula.dev >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-12-19 10:50:31 -03:00
Fabian-Lars
7c59e3785b
feat(dialog): Re-export FileResponse ( #837 )
...
closes #835
2023-12-19 15:35:53 +02:00
Amr Bashir
b1c6a7885e
fix(core/dialog): reconstruct path using appropriate separator ( #820 )
...
* fix(core/dialog): reconstruct path using appropriate separator
ref: tauri-apps/tauri#8074
* Reference original issue [skip ci]
2023-12-18 21:09:04 -03:00
Lucas Fernandes Nogueira
2d6bfbfacf
feat(fs): include full error message ( #826 )
2023-12-18 15:01:47 -03:00
github-actions[bot]
68cb23f9c0
Publish New Versions (v2) ( #723 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-12-14 15:44:44 -03:00
Fabian-Lars
387c2f9e0c
chore: Update Tauri to alpha.18 ( #802 )
2023-12-11 15:41:42 -03:00
Fabian-Lars
78e60e6618
fix(updater): Typo in error enum ( #812 )
2023-12-11 15:19:05 -03:00
Tillmann
a848e1870a
chore(barcode): Added security policy ( #766 )
2023-12-07 13:42:18 +01:00
Mitchell van der Hoeff
f4b2674fd5
fix(sql): Encode JSON numbers as f64 to fix JSON_EXTRACT queries ( #797 )
...
Signed-off-by: Mitchell van der Hoeff <8631205+mitchelljustin@users.noreply.github.com >
2023-12-06 15:20:35 +01:00
Michael Howell
0e3e3d4eac
fix(dialog): Pin rfd to 0.12 to prevent freeze on Linux ( #796 )
...
* Do not use rfd 0.12.1
https://github.com/PolyMeilex/rfd/pull/152
conflicts with the way tauri uses it.
> Yeah, this is a decent solution, not much else we can do about this global state bs on C side.
>
> This will obviously blow up as soon as someone has other code that also uses GTK, but let's ignore that for now, as I want to get rid of GTK backend one day anyway (#66 ).
Yes, Tauri is other code that also uses GTK, and it does, indeed, blow up. The best way around this is to stop using rfd entirely (they're planning to drop the GTK backend, which will probably break since the XDG Portal API doesn't cover message dialogs).
* Update dialog-pin-rfd.md
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-12-05 19:31:08 +01:00
kris-ava
e7c72c9816
fix(updater): fix appimage extraction ( #784 )
...
* fix updater on linux
* review changes
* Apply suggestions from code review
* change file
---------
Co-authored-by: Kris Krolak <krzysiek.krolak@gmail.com >
2023-11-30 20:46:02 +02:00
pashokitsme
2e2c0a1b95
fix(dialog): fix message dialog return with custom buttons, fixes #711 ( #769 )
...
* fix confirm
* remove unnecessary lines
* fix
* change file
2023-11-27 19:55:26 +02:00
Fabian-Lars
f49b391f10
Merge pull request #761 from tauri-apps/ci/features
...
ci: Test rust crates with all features enabled
2023-11-24 11:12:11 +01:00
Fabian-Lars
df73183f2c
test http without features
2023-11-23 22:30:25 +01:00
FabianLars
bd0b015180
update notify version to match code
2023-11-23 22:05:01 +01:00
Fabian-Lars
7d1f3e7a08
ci: Test rust crates with all features enabled
2023-11-23 21:56:49 +01:00
Fabian-Lars
913b767c4b
chore: Merge remote-tracking branch 'origin/v1' into v2
2023-11-23 20:47:28 +01:00
FabianLars
058d5dde0d
Merge remote-tracking branch 'origin/v1' into v1-into-v2-again
2023-11-23 19:59:58 +01:00
Kai Hata
5106b9d0c6
docs(localhost): incorrect usage of RemoteDomainAccessScope in README. ( #757 )
...
* Fix incorrect usage of RemoteDomainAccessScope in README.
* Fix incorrect usage of RemoteDomainAccessScope in README.
2023-11-23 11:03:33 +01:00
Fabian-Lars
0864c54147
fix(updater): replace url vars in query params ( #756 )
2023-11-22 16:08:24 +01:00
Amr Bashir
445c1e6cb6
feat(notifications): use the ligh windows-version crate ( #750 )
...
* feat(notifications): use the ligh `windows-version` crate
* Update desktop.rs
* optional
2023-11-21 14:23:47 +02:00
Amr Bashir
88d260d901
fix(fs): add options argument for exists function closes #734 ( #744 )
...
closes #734
2023-11-21 01:31:00 +02:00
Amr Bashir
eea3df56ef
fix: add back main, module and types field in top-level package.json ( #742 )
...
closes #738
`"moduleResolution": "node"` doesn't handle the `exports` field
2023-11-20 16:00:55 +02:00
Amr Bashir
5a8bbe2967
chore: remove dead code from updater test ( #731 )
2023-11-16 18:55:46 +02:00
Amr Bashir
a3ca64275a
fix(updater): Use escaped installer path to start the msi updater ( #728 )
...
* fix(updater): Use escaped installer path to start the msi updater
Continuation of #727
* change file
* fix build
2023-11-16 01:26:11 +02:00
Fabian-Lars
9db40a6dc4
fix(updater): Use escaped installer path to start the nsis updater ( #727 )
...
Port of v1 change: https://github.com/tauri-apps/tauri/pull/7956
2023-11-15 14:58:57 +02:00
Amr Bashir
1b98b85a1f
refactor: simplify rollup config and match @tauri-apps/api output style ( #722 )
...
* refactor: simplify rollup config and match `@tauri-apps/api` output style
* add license headers
* update api-iife.js [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-11-14 21:09:53 +02:00
Amr Bashir
fc62ead565
fix(os): use an internal object instead of window.__TAURI__, closes #719 ( #721 )
...
fix(os): use an internal object instead of ` window.__TAURI__`, closes #719
2023-11-13 21:55:00 -03:00
Fabian-Lars
251852ccbc
chore: Merge branch v1 into v2 ( #702 )
2023-11-13 21:50:13 -03:00
github-actions[bot]
d4d1633c4d
Publish New Versions (v2) ( #688 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-10-29 16:19:52 -03:00
Lucas Fernandes Nogueira
e438e0a62d
feat: update to alpha.17, typed mobile plugin IPC arguments ( #676 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-29 16:06:44 -03:00
Lucas Fernandes Nogueira
76cfdc32b4
fix: adjust chrono dependency requirement ( #680 )
2023-10-23 11:17:32 -03:00
Lucas Fernandes Nogueira
0fc910a9f3
fix(authenticator): u2f cannot handle the chrono 0.4.30 breaking change ( #679 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-10-23 10:30:16 -03:00
github-actions[bot]
437dfba814
Publish New Versions (v2) ( #629 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-10-23 09:01:39 -03:00
Mo
beb6b139eb
Fix invoke calls in dialog & shell init scripts ( #675 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-10-22 10:09:40 -03:00
Lucas Fernandes Nogueira
5c137365c6
chore: update to tauri alpha.16, api alpha.9 ( #673 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-20 13:50:18 -03:00
Amr Bashir
b7c5407cac
refactor: remove window and app plugins ( #671 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-10-19 23:17:09 +00:00
pashokitsme
0e642e68de
fix(updater): installation on macos #591 ( #592 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
fix(updater): installation on macos #591
fix(updater): use zip flate2 feature #591
fix(updater): use zip flate2 feature #591 "
2023-10-19 22:50:37 +00:00
Lucas Fernandes Nogueira
d1b7c2c1fb
feat: build docs.rs documentation for Android ( #654 )
2023-10-19 17:39:54 +00:00
Lucas Fernandes Nogueira
5de23e79f9
chore: update deps, make mobile script paths relative ( #649 )
2023-10-19 14:31:42 -03:00
Fabian-Lars
1240631840
fix(websocket): Fix argument mismatch, fixes #661 ( #663 )
2023-10-16 20:40:09 +03:00
Amr Bashir
c2103c91bc
feat(global-shortcut): pass app handle to the closure, closes #657 ( #658 )
...
* feat(global-shortcut): pass app handle to the closure, closes #657
* Update global-shortcut-app-handle.md
2023-10-16 20:39:27 +03:00
Fabian-Lars
28ec084e56
fix(updater): Fix endpoint string replacements, fixes #655 ( #662 )
...
* fix(updater): Fix endpoint string replacements, fixes #655
* fmt
2023-10-16 20:39:02 +03:00
Lucas Fernandes Nogueira
8902fe9adf
fix(notification): permission on mobile returns prompt ( #627 )
2023-09-30 10:09:21 -03:00
Fermín Cirella
a1738b2401
fix(notification): function 'invoke' not found in permission request ( #596 )
2023-09-26 04:08:59 +03:00
github-actions[bot]
2b9ddbe29a
Publish New Versions (v2) ( #603 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-09-14 11:41:25 -03:00
Tejas Kumar
8e8ba52766
Fix logos ( #604 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-09-14 10:35:11 -03:00
Lucas Fernandes Nogueira
454428cd50
feat: add barcode scanner plugin ( #536 )
2023-09-14 09:34:04 -03:00
Fabian-Lars
eccd6f977a
feat: Add deep link plugin for mobile ( #504 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-09-14 08:55:51 -03:00
Lucas Fernandes Nogueira
2409b01fe7
chore(examples): update to tauri 2.0.0-alpha.14 ( #600 )
2023-09-12 09:39:17 -03:00
github-actions[bot]
903361100c
Publish New Versions (v2) ( #589 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-09-07 00:23:17 -03:00
Lucas Fernandes Nogueira
4e2cef9b70
chore(deps): update to tauri alpha.12 ( #593 )
2023-09-07 00:11:07 -03:00
Jason Tsai
70e535abd5
fix(window): use button property for data-tauri-drag-region left mouse button detection ( #590 )
2023-09-04 20:09:23 +03:00
i-c-b
2cb0fa719b
fix(http): remove cmd property from http|fetch invoke, closes #587 ( #588 )
...
* Remove `cmd` property from `http|fetch` invoke
* Build generated JS file
* Create http-remove-cmd-property.md
* Fix incompatible declaration for reading body
Co-authored-by: Louis Bailleau <Bricklou@users.noreply.github.com >
* Build generated JS file
Co-authored-by: Louis Bailleau <Bricklou@users.noreply.github.com >
---------
Co-authored-by: Louis Bailleau <Bricklou@users.noreply.github.com >
2023-09-04 15:45:41 +03:00
github-actions[bot]
319de692bf
Publish New Versions (v2) ( #560 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-08-15 10:58:32 -03:00
Lucas Fernandes Nogueira
1a94e73db7
fix(ci): run pnpm install with --no-frozen-lockfile ( #562 )
2023-08-15 10:54:40 -03:00
Gökçe Merdun
e510f2fe4c
fix(os): correct typo in OsType ( #561 )
...
* fix(window): correct typo in OsType
* change file
* fix fmt check
2023-08-15 03:39:32 +03:00
Lucas Fernandes Nogueira
d0c0084859
fix(example): build on macOS ( #557 )
2023-08-14 15:54:29 -07:00
Lucas Fernandes Nogueira
265dbc02e3
chore(shell): remove outdated todo ( #559 )
2023-08-14 15:54:17 -07:00
Lucas Fernandes Nogueira
aec17a90fc
feat(http): improve performance ( #558 )
2023-08-14 15:53:55 -07:00
Lucas Fernandes Nogueira
12adc1dbec
fix(ci): update pnpm lockfile on version bump, fix covector config ( #556 )
2023-08-14 13:26:28 -07:00
github-actions[bot]
553c87bde0
Publish New Versions (v2) ( #423 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-14 15:11:44 -03:00
Lucas Fernandes Nogueira
d74fc0a097
feat: update to alpha.11 ( #555 )
2023-08-14 14:51:20 -03:00
Lucas Fernandes Nogueira
d5a7c77a8d
fix(docs): enable tauri/dox feature on docs.rs build ( #545 )
2023-08-10 10:23:27 -03:00
Amr Bashir
4ab90f048e
feat(updater): refactor and improvements ( #431 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-08-07 16:01:21 -03:00
Amr Bashir
84133b57b8
feat(window): refactor and improvements ( #426 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-07 13:20:17 -03:00
Lucas Fernandes Nogueira
5b3210c224
feat(shell): expand Command APIs ( #526 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-08-07 09:38:12 -03:00
Jason Tsai
be591d2feb
fix(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 ( #445 )
2023-08-07 09:34:16 -03:00
Amr Bashir
7d9df7297a
feat(http): refactor and improvements ( #428 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-07 08:33:00 -03:00
Lucas Fernandes Nogueira
7f2e2dd5b8
fix(docs): plugin usage examples using wrong package name ( #527 )
2023-08-02 07:41:14 -03:00
Lorenzo Lewis
6f01bc11ab
chore: change readme banners urls ( #523 )
...
* set readme banners to absolute url
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
* Revert "set readme banners to absolute url"
This reverts commit c46b464c69 .
* update banners to absolute paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
* Revert "update banners to absolute paths"
This reverts commit c8b8f9309e .
* fix banner paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
* Revert "fix banner paths"
This reverts commit 27edc59b41 .
* fix banners...again
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
---------
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
2023-07-28 21:29:50 +02:00
Fabian-Lars
aba07c27b8
Merge v1 into v2 ( #468 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: Alexandre Dang <124160233+vdang-crabnebula@users.noreply.github.com >
Co-authored-by: Ludea <ludovicw35@hotmail.com >
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
Co-authored-by: Duke Jones <104690+dukejones@users.noreply.github.com >
Co-authored-by: NaokiM03 <37442712+NaokiM03@users.noreply.github.com >
Co-authored-by: Thibault <thibault_poisson@orange.fr >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Blythe <49919035+writeDavid@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
fix(stronghold): change wrong argument name for `remove` (#422 )
fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424 )
fix(stronghold): return null if there is no record (#129 )
fix(window-state): propagate promise (#435 )
closes #432
fix(window-state): manual default implentation (#425 )
fix(window-state): manual default implentation, closes #421
fix(deps): update rust crate iota-crypto to 0.21 (#438 )
fix readme example (#447 )
fix: handle recursive directory correctly (#455 )
fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 (#464 )
fix(persisted-scope): separately save asset protocol patterns (#459 )
fix(deps): update rust crate iota-crypto to 0.22 (#475 )
fix(deps): update tauri monorepo to v1.4.0 (#482 )
resolve to v15.1.0 (#489 )
fix(deps): update rust crate iota-crypto to 0.23 (#495 )
2023-07-19 14:50:43 -03:00
Pretzel Vector
0bba6932c0
fix(fs-js): fix writeBinaryFile invalid command usage ( #454 )
...
* write_binary_file -> write_file
* Missing artifact
* Create fs-wiret-binary-file.md
---------
2023-07-10 16:18:37 +03:00
Amr Bashir
52ef0addd8
feat(shell): ensure launched processes are detached ( #463 )
...
* feat(shell): ensure launched processes are detached
ref: https://github.com/tauri-apps/tauri/issues/6849
* change file
2023-07-04 14:30:22 +03:00
Simon Hyll
5fd597ddaf
docs: added banners and icons ( #443 )
...
* added banners and icons
* fix: formatting
2023-06-20 14:55:14 +03:00
Amr Bashir
56d455d343
fix(updater): fix nsis updater unable to launch installers requiring elevation ( #444 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-06-19 20:58:14 -03:00
Lucas Fernandes Nogueira
a79d6d94bd
feat(window): add option to disable controls ( #406 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-06-19 11:14:38 -03:00
Lucas Fernandes Nogueira
83abea3cae
feat(window): add is_focused API ( #407 )
2023-06-19 09:46:22 -03:00
Lucas Fernandes Nogueira
0417b7ad60
chore: add missing banners ( #442 )
2023-06-19 04:30:18 -07:00
Lucas Fernandes Nogueira
1cb831183c
feat(updater): backport changes from tauri v1 ( #405 )
2023-06-18 07:36:39 -03:00
Amr Bashir
db7f4f9a41
refactor(os): refactor EOL const ( #427 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-06-18 07:35:07 -03:00
Lucas Fernandes Nogueira
c8c3191565
feat(window): add setEffects API ( #392 )
2023-06-18 07:21:27 -03:00
Amr Bashir
2fc420ba37
feat(window): add incognito option ( #418 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-06-18 07:19:04 -03:00
Amr Bashir
c81dff292a
fix(notification): remove default notification sound on Windows ( #440 )
2023-06-18 07:18:20 -03:00
Lucas Fernandes Nogueira
32c2a441c3
feat: update to 2.0.0-alpha.10 ( #441 )
2023-06-17 18:54:35 -03:00
Lucas Fernandes Nogueira
9359b5b138
fix(examples): adjust layout for iOS ( #439 )
2023-06-16 08:05:55 -07:00
Amr Bashir
84b3612393
fix(window-state): port fixes from v1 ( #436 )
...
* fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424 )
* fix(window-state): propagate promise (#435 )
closes #432
* fix(window-state): manual default implentation (#425 )
* fix(window-state): manual default implentation, closes #421
* Update lib.rs
* change file
* generated files
* fix symlinks?
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-06-13 23:30:39 +03:00
Amr Bashir
c73049d3ed
fix: remove tsconfig symlink ( #429 )
...
* fix: remove tsconfig symlink
* one more tsconfig
2023-06-09 03:17:53 +03:00
Amr Bashir
1091d6d6ac
feat(os): refactor and improvemnts ( #419 )
2023-06-07 08:13:31 -03:00
github-actions[bot]
91ffc01a91
Publish New Versions (v2) ( #402 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-06-06 09:31:55 -03:00
Lucas Nogueira
0413ed3ce6
Merge remote-tracking branch 'origin/v1' into v2
2023-06-06 09:24:49 -03:00
Fabian-Lars
d8b4aca69f
fix(notification): Fix init.js script for use without global tauri object. ( #414 )
2023-06-04 13:36:49 +02:00
Lucas Fernandes Nogueira
cf5864266e
chore(window): fix package name on documentation ( #408 )
2023-05-27 09:20:09 -03:00
Lucas Fernandes Nogueira
0f480d0985
fix(tests): backport updater test fix from tauri ( #404 )
2023-05-27 04:39:54 -07:00
Ngo Iok Ui (Wu Yu Wei)
a7cba0dac7
Merge pull request #401 from tauri-apps/feat/notification-sound
...
feat(notification): play default sound on Windows
2023-05-25 11:01:16 +08:00
Lucas Nogueira
7906397c64
fix(ci): enable sqlite feature when publishing the sql plugin
2023-05-24 18:14:54 -03:00
Lucas Nogueira
7d71ad4e58
feat(notification): play default sound on WIndows
...
Ref https://github.com/tauri-apps/tauri/pull/6680
2023-05-24 16:03:50 -03:00
Lucas Nogueira
94b3747a9c
fix(covector): move fs up in the packages tree
2023-05-24 12:14:24 -03:00
Lucas Fernandes Nogueira
b259baa17e
refactor: rename clipboard plugin to clipboard-manager ( #400 )
2023-05-24 12:06:07 -03:00
Lucas Fernandes Nogueira
26d993cfea
chore(plugins): update description field ( #399 )
2023-05-24 11:11:26 -03:00
Lucas Nogueira
396f493fdb
fix(ci): install deps on v2 covector workflow
2023-05-24 10:55:06 -03:00
Lucas Fernandes Nogueira
b5aaf5d9dd
fix(ci): adjust package-latest-version script ( #398 )
2023-05-24 10:51:04 -03:00
Lucas Nogueira
43be6c7585
Merge remote-tracking branch 'origin/v1' into v2
2023-05-24 10:42:03 -03:00
github-actions[bot]
a2d68e04a1
Publish New Versions (v2) ( #374 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-05-24 10:33:37 -03:00
Fabian-Lars
37d65620f1
chore: Add mirror for notification plugin ( #397 )
2023-05-24 12:36:41 +02:00
Lucas Fernandes Nogueira
9bf98f68e7
chore(api): update @since tag to 2.0.0 ( #395 )
2023-05-23 23:44:05 -03:00
Lucas Fernandes Nogueira
7e3034904c
feat(os): add locale API ( #391 )
2023-05-23 22:29:57 -03:00
Lucas Fernandes Nogueira
5676e77209
feat: update covector ( #393 )
2023-05-23 17:36:39 -07:00
Lucas Fernandes Nogueira
b131bc8f7c
feat(plugins): inject API on window.__TAURI__ ( #383 )
2023-05-23 14:20:14 -03:00
Lucas Fernandes Nogueira
3c8577bc9a
refactor(log): extend target with filter fn and file name, closes #123 ( #386 )
2023-05-22 15:04:34 -07:00
Simon Hyll
a0133cb5b3
fix: exclude debug only function in release mode ( #387 )
2023-05-22 15:02:06 -03:00
Lucas Fernandes Nogueira
f3f92a6ff6
fix(window): change commands to async ( #385 )
2023-05-21 17:08:39 -03:00
Lucas Fernandes Nogueira
5914fb9f36
chore: add license headers ( #384 )
...
* feat: check for license headers
* add headers
* format
2023-05-21 16:56:10 -03:00
Lucas Fernandes Nogueira
95329dded1
chore: add remaining mirrors ( #382 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-05-21 11:07:50 -03:00
Lucas Fernandes Nogueira
f4069f5588
docs: update README.md and remove allowlist information ( #381 )
2023-05-20 20:28:27 -03:00
Lucas Fernandes Nogueira
d677f73495
feat(ci): test mobile targets ( #378 )
2023-05-19 09:46:06 -07:00
Lucas Fernandes Nogueira
8bd80eb651
fix(audit): update deps, ignore advisories ( #379 )
2023-05-19 13:22:30 -03:00
Lucas Fernandes Nogueira
fdec66c69f
fix: adjust Cargo features to fix android build ( #375 )
2023-05-19 10:59:26 -03:00
Lucas Fernandes Nogueira
ba4ef9a037
feat(ci): add workflow to run covector on v2 ( #373 )
2023-05-18 11:39:53 -03:00
Lucas Fernandes Nogueira
3c9771e287
feat: update to tauri 2.0.0-alpha.9 ( #372 )
2023-05-18 11:39:46 -03:00
Lucas Fernandes Nogueira
717ae67097
feat: prepare v2 alpha release ( #371 )
2023-05-18 10:08:37 -03:00
Amr Bashir
b08a45352d
ci: smarter tests ( #370 )
2023-05-18 08:35:37 -03:00
Lucas Fernandes Nogueira
ac76abcebd
refactor: move fs-watch to fs ( #369 )
2023-05-17 22:50:45 -03:00
Lucas Fernandes Nogueira
b064718f32
feat(ci): also test on Windows and macOS ( #366 )
2023-05-17 20:53:03 -03:00
Lucas Fernandes Nogueira
22991af9f4
feat(plugins): use @tauri-apps namespace on NPM ( #368 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-05-17 20:52:53 -03:00
Lucas Fernandes Nogueira
caf8456864
fix: adjust feature flags, wrong zip usage ( #367 )
2023-05-17 18:47:12 -03:00
Lucas Fernandes Nogueira
7ae7167fbe
feat: add init scripts ( #361 )
2023-05-17 18:25:56 -03:00
Lucas Fernandes Nogueira
d87b569643
chore(deps): update tauri and Android project ( #360 )
2023-05-16 20:39:00 -03:00
Lucas Fernandes Nogueira
702b7b36bd
refactor: move deleted tauri APIs, prepare for next release ( #355 )
2023-05-13 12:32:30 -03:00
Lucas Fernandes Nogueira
937e6a5be6
feat: use tauri next branch, fix tests, MSRV 1.65 ( #354 )
2023-05-12 17:16:50 -03:00
Lucas Fernandes Nogueira
e0e7b4fc71
fix(global-shortcut): update to 0.2.1 to fix macos build ( #353 )
2023-05-12 09:30:55 -03:00
Lucas Fernandes Nogueira
bb26f7d710
feat(window): add plugin ( #352 )
2023-05-12 07:58:20 -03:00
Lucas Fernandes Nogueira
a95fb473a2
feat(updater): add plugin ( #350 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-05-11 13:33:24 -03:00
Lucas Fernandes Nogueira
012d32e8ed
feat(process): add plugin ( #348 )
2023-05-09 12:00:44 -03:00
Lucas Fernandes Nogueira
61e7d6ede5
feat(os): add plugin ( #346 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-05-08 13:39:54 -03:00
Lucas Fernandes Nogueira
bcb42b7343
feat(app): add plugin ( #345 )
2023-05-08 12:55:50 -03:00
Lucas Fernandes Nogueira
02754f527c
refactor(examples): remove dedicated dialog example ( #343 )
2023-05-06 12:27:53 -03:00
Lucas Fernandes Nogueira
5015132ece
feat: add API example ( #317 )
2023-05-05 09:41:17 -03:00
Lucas Fernandes Nogueira
be1c775b8d
feat(notification): implement Android and iOS APIs ( #340 )
2023-05-05 09:22:19 -03:00
FabianLars
1397172e95
chore: Fix shell tests
2023-05-03 09:58:25 +02:00
FabianLars
33d6352550
chore: Fix lint issues
2023-05-03 09:37:48 +02:00
FabianLars
48cb5e349c
Merge branch 'v1' into v2
2023-05-03 09:33:41 +02:00
FabianLars
b730c34923
Run formatter on new plugins
2023-05-03 09:13:24 +02:00
FabianLars
d0be006776
Merge branch 'v1' into v2
2023-05-03 09:12:30 +02:00
FabianLars
4a10f218f0
Merge branch 'dev' into next. Rename next to v2
2023-05-03 09:02:40 +02:00
Lucas Nogueira
4470468d7b
Merge branch 'dev' into next
2023-05-02 13:47:10 -03:00
Lucas Nogueira
9244d4ee8f
fix(store): adjust load and save implementation
2023-05-02 13:46:56 -03:00
Lucas Nogueira
dabacbe644
fix(http): adjust client id argument name on request command usage
2023-05-02 13:40:57 -03:00
Lucas Fernandes Nogueira
e9bbe94181
feat(notification): add plugin ( #326 )
2023-05-02 13:09:50 -03:00
Lucas Fernandes Nogueira
864b9d790f
chore(ci): update covector configuration ( #335 )
2023-05-02 13:01:51 -03:00
FabianLars
04278f1ba6
ci: Add cli and clipboard mirrors
2023-04-26 18:02:08 +02:00
FabianLars
59cb08e902
chore: Adapt readmes to next branch
2023-04-26 18:01:46 +02:00
FabianLars
b1b6c34b9c
ci: Update mirrors.txt to include new packages
2023-04-26 17:29:45 +02:00
FabianLars
e7e925ee32
fix(http): Enable "DOM.Iterable" in typescript
2023-04-26 17:18:13 +02:00
FabianLars
5c9b4ea234
Merge remote-tracking branch 'origin/dev' into next
2023-04-26 17:13:13 +02:00
FabianLars
0b234d5f43
Merge remote-tracking branch 'origin/dev' into next
2023-04-26 16:56:57 +02:00
FabianLars
fad6edab71
Merge remote-tracking branch 'origin/dev' into next
2023-04-26 16:56:03 +02:00
Lucas Fernandes Nogueira
8ed00adaa0
feat(shell): add plugin ( #327 )
2023-04-23 15:39:48 -03:00
Lucas Fernandes Nogueira
89fb40caac
feat(http): add plugin ( #325 )
2023-04-23 15:34:31 -03:00
Lucas Fernandes Nogueira
7a8633f429
feat(dialog): add plugin ( #306 )
2023-04-18 22:41:12 -03:00
Lucas Nogueira
4d32919f0f
fix(clipboard): adjust clip data and response kind types
2023-04-18 22:32:34 -03:00
Amr Bashir
00757a2918
chore(global-shortcut/deps): update to global-hotkey v0.2
2023-04-19 03:21:50 +02:00
Lucas Fernandes Nogueira
4b66ba03a5
feat(global-shortcut): add plugin ( #324 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-04-18 22:18:14 -03:00
Lucas Fernandes Nogueira
8cd7d3501b
feat(clipboard): add plugin ( #323 )
2023-04-18 10:19:45 -03:00
Lucas Fernandes Nogueira
4539c03f95
feat(fs): add plugin ( #308 )
2023-04-16 08:53:19 -03:00
Lucas Fernandes Nogueira
775581d824
feat(template): add mobile projects, build script, fill initial src code ( #305 )
2023-04-14 15:47:37 -03:00
Lucas Fernandes Nogueira
0fed10fdce
feat(cli): add plugin ( #304 )
2023-04-14 15:31:28 -03:00
Lucas Nogueira
4b229031b7
chore(deps): update Tauri CLI
2023-04-14 08:15:46 -03:00
Lucas Fernandes Nogueira
bbdccefa2d
chore(deps): update to tauri alpha.8 ( #303 )
2023-04-14 08:02:48 -03:00
Lucas Fernandes Nogueira
14e4705d55
refactor(log): use NSString instead of SRString on iOS ( #302 )
2023-04-13 18:27:56 -03:00
Lucas Nogueira
39b144df42
chore(deps): update tauri to 2.0.0-alpha.4, tauri-build to 2.0.0-alpha.2
2023-03-20 09:02:13 -03:00
Lucas Nogueira
e53788240c
chore(deps): update tauri
2023-03-19 08:51:44 -03:00
Lucas Nogueira
9330e05398
chore(deps): update tauri, adjust iOS plugin
2023-03-18 11:31:55 -03:00
Lucas Fernandes Nogueira
539c38a692
feat: update swift-rs ( #285 )
...
* feat: update swift-rs
* swift-rs v1
* pin deps
2023-03-16 09:36:31 -03:00
Lucas Fernandes Nogueira
961602bd1b
fix(log): use Swift OSLog instead of oslog Rust binding ( #262 )
2023-02-23 14:17:15 -03:00
Lucas Fernandes Nogueira
22f987bf24
feat: update setup hook to new syntax ( #257 )
2023-02-16 13:42:26 -03:00
FabianLars
738636472c
Merge branch 'dev' into next
2023-02-15 15:57:37 +01:00
FabianLars
082e05e045
Merge branch 'dev' into next
2023-02-15 15:49:39 +01:00
Jonas Kruckenberg
e151ffcf61
Update Cargo.toml
2023-02-01 09:51:57 +01:00
Jonas Kruckenberg
37e0511020
Merge pull request #96 from tauri-apps/feat/mobile-log
...
feat(log): implement mobile logging
2023-01-19 17:35:17 +01:00
Lucas Nogueira
1675a4de80
fix unused var [skip ci]
2023-01-17 19:22:18 -03:00
Lucas Nogueira
5f13148aad
simplify default formatter for mobile
2023-01-17 18:30:06 -03:00
Lucas Nogueira
df21598a48
update deps
2023-01-17 18:26:19 -03:00
Lucas Nogueira
510845c1a0
update android_logger
2023-01-17 18:25:10 -03:00
Lucas Nogueira
9424204a19
fix ios [skip ci]
2023-01-17 16:00:09 -03:00
Lucas Nogueira
bbdabbd64d
refactor: keep fern [skip ci]
2023-01-17 15:51:16 -03:00
Lucas Nogueira
fa44de7440
remove warnings
2023-01-17 13:22:48 -03:00
Lucas Nogueira
cc03bde0ea
revert tauri dep
2023-01-17 13:15:02 -03:00
Lucas Nogueira
976cd70eef
fix default log level
2023-01-17 12:58:10 -03:00
Lucas Nogueira
ff2ce60a9c
fix ios subsystem
2023-01-17 12:44:53 -03:00
Lucas Nogueira
13fcc06087
fix iOS build
2023-01-16 18:08:36 -03:00
Lucas Nogueira
42037a7a99
feat(log): implement mobile logging
2023-01-16 17:47:43 -03:00
Jonas Kruckenberg
58dd417f1b
Update Cargo.toml
2023-01-13 20:46:57 +01:00
Jonas Kruckenberg
0b42d3f554
update Tauri to alpha version
2023-01-13 12:43:19 +01:00