github-actions[bot]
5006717a7f
publish new versions ( #986 )
2024-03-07 00:24:51 -03:00
Amr Bashir
0f67dfc9b4
feat(http): enhance scope config to accept string as well ( #1025 )
2024-03-07 00:10:45 -03:00
Lucas Fernandes Nogueira
cacf544d51
chore(deps): update to tauri beta.9 ( #1037 )
2024-03-07 00:08:52 -03:00
Fabian-Lars
16fc0f2ee3
fix(dialog): Remove Linux specific code for rfd 0.14 compatibility ( #1033 )
...
fixes #956
2024-03-06 19:38:51 +02:00
Tahmin Ahmed
735810237e
fix: fix plugins/fs infinite loop on autoregen ( #1029 )
...
* Created safety check for redundant autogenerations
* Accounted for empty file case, added .changes file
* Update plugins/fs/build.rs
2024-03-06 19:30:13 +02:00
Lucas Fernandes Nogueira
ac520a2841
feat(http): enhance scope URL matching via urlpattern ( #1030 )
...
* feat(http): enhance scope URL matching via urlpattern
* update schema
2024-03-06 13:44:51 -03:00
Rigidity
d9870f1948
docs: improve tauri-plugin-store readme and code example ( #996 )
...
* Improve tauri-plugin-store readme and code example
* Remove advanced error handling section and fix inaccuracy
* Switch to expect
2024-03-06 06:08:35 +02:00
Victor Aremu
54cd4a58b8
chore(stronghold): readme typo ( #1028 )
2024-03-05 11:21:24 +01:00
Victor Aremu
570fb8f335
feat: Improve Stronghold (v2) README with usage examples ( #1023 )
...
feat: add client side usage
2024-03-05 02:03:44 +02:00
Ahmed Elkhoudiry
22f5acf240
feat(store): Add android & iOS support ( #1011 )
...
* update cli
* init android module
* upgdate gitignore
* add desktop and mobile
* android
* ios
* lib
* remove comment
* cargo fmt
* skip empty file creation
* android comments
* apple path
* Discard changes to plugins/store/ios/README.md
* stop auto directories creation
* Update README.md
2024-03-04 21:02:17 +02:00
Fabian-Lars
8a5e05cd83
fix: Fix comp with latest beta ( #1018 )
...
* fix: Fix comp with latest beta
* linux
2024-03-04 19:59:24 +02:00
Amr Bashir
9586eabd5a
chore(deps): update to open-rs@5.1 ( #1021 )
...
* chore(deps): update to `open-rs@5.1`
ref: #1003
* changefile
2024-03-04 18:28:53 +02:00
Tony
2397ec5937
fix: single instance doesn't shutdown immediately ( #1019 )
...
* Fix single instance doesn't shutdown immediately
* Add change file
2024-03-04 14:52:40 +01:00
Fabian-Lars
99bea2559c
chore: Update tauri to beta.8 ( #1005 )
...
* chore: Update tauri to beta.8
fixes #1000
* Update and rename tauri-beta.7.md to tauri-beta-8.md
2024-02-29 19:34:43 +02:00
AHQ
9d4b25cf85
Bump tauri to v2 beta.7 ( #1001 )
...
* Bump tauri to v2 beta.7
* change file
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2024-02-28 19:03:51 +02:00
Tillmann
f59436dad0
Added Security Policy to All Plugins ( #930 )
...
* Added contact and security policy to remaining plugins and the repository
* Added default security policy to shared template
2024-02-27 11:43:31 -03:00
TukanDev
dc6d3321e5
feat(clipboard): Implement HTML and clear functionality ( #977 )
...
* Implement arboard HTML features (desktop only) and ability to trigger clipboard clear
Signed-off-by: TukanDev <contact@tukandev.com >
* Update readme of clipboard plugin
Signed-off-by: TukanDev <contact@tukandev.com >
* Update plugins/clipboard-manager/src/desktop.rs
Propagate error for clear as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update plugins/clipboard-manager/guest-js/index.ts
Change to camelCase as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update plugins/clipboard-manager/guest-js/index.ts
use camelCase here too
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update README.md
Revert back as mentioned in HTML PR
* Update index.ts
After discussion readHtml() is decided to be removed. Will follow and remove corresponding rust side function too.
* Strip all other existence of read_html out as determined in HTML support PR conversation
Signed-off-by: TukanDev <contact@tukandev.com >
* Apply requested changes v2
Signed-off-by: TukanDev <contact@tukandev.com >
* pnpm run build and cargo fmt
Signed-off-by: TukanDev <contact@tukandev.com >
* Update plugins/clipboard-manager/src/mobile.rs
fix ci calling
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* mobile read_html omg....
Signed-off-by: TukanDev <contact@tukandev.com >
* Update plugins/clipboard-manager/src/mobile.rs
* pnpm format....
Signed-off-by: TukanDev <contact@tukandev.com >
* error on mobile as well
* clear on mobile
* change file
---------
Signed-off-by: TukanDev <contact@tukandev.com >
2024-02-25 19:46:12 +02:00
Amr Bashir
aa25c91bb0
feat(dialog): allow setting canCreateDirectories on macOS ( #978 )
...
* feat(dialog): allow setting `canCreateDirectories` on macOS
closes #949
* Discard changes to plugins/log/src/api-iife.js
* Discard changes to plugins/store/src/api-iife.js
* Discard changes to plugins/window-state/src/api-iife.js
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/lib.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-02-23 21:05:29 +02:00
Amr Bashir
ae56b13a4d
fix(http): allow User-Agent header to be set ( #983 )
...
* fix(http): allow `User-Agent` header to be set
closes #966
* lint
* fix build
2024-02-23 18:32:19 +02:00
github-actions[bot]
267e39e250
Publish New Versions (v2) ( #982 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-02-22 22:20:16 -03:00
Lucas Fernandes Nogueira
6d1e6218b5
fix(single-instance): wrong zbus import, closes #980 ( #981 )
2024-02-22 22:17:59 -03:00
Lucas Fernandes Nogueira
7c6d9fd956
Merge pull request #948 from tauri-apps/release-v2
...
Publish New Versions (v2)
2024-02-21 14:42:46 -03:00
lucasfernog
e0d415e405
publish new versions
2024-02-21 14:40:33 -03:00
Lucas Nogueira
5ca9a80f45
chore: fix covector
2024-02-21 14:38:22 -03:00
Lucas Fernandes Nogueira
b1b9a02f9e
Merge pull request #971 from tauri-apps/chore/tauri-beta-3
...
chore: update to tauri beta.4
2024-02-21 14:32:22 -03:00
Lucas Nogueira
ac8251774a
remove dbus
2024-02-21 13:59:43 -03:00
Lucas Nogueira
7039c9b995
fmt, clippy
2024-02-21 13:39:40 -03:00
Lucas Nogueira
14f381acf8
bump msrv
2024-02-21 13:34:10 -03:00
Lucas Nogueira
e414579b31
fmt, fix check
2024-02-21 13:32:37 -03:00
Lucas Nogueira
569defbe94
updates
2024-02-21 13:29:09 -03:00
Lucas Fernandes Nogueira
31e72f9a41
Merge pull request #968 from tauri-apps/feat/new-method
...
feat(sql,store): add `Builder::new`
2024-02-21 10:23:22 -03:00
ppbl
3f81555fbf
fix(http): response with status code 204 ( #960 )
...
* Fix response construction with status code 204
* run pnpm build
2024-02-21 04:20:46 +02:00
Lucas Nogueira
4709c343bc
inline notify-rust [skip ci]
2024-02-20 10:44:52 -03:00
Lucas Nogueira
df3fc7c251
Merge branch 'chore/tauri-beta-3' of github.com:tauri-apps/plugins-workspace into chore/tauri-beta-3
2024-02-19 17:38:06 -03:00
Lucas Nogueira
a31ef8e67e
rfd disable default features [skip ci]
2024-02-19 17:37:21 -03:00
Lucas Nogueira
af6ebc8399
fmt
2024-02-19 17:17:22 -03:00
Lucas Nogueira
dbc0c0757e
dist
2024-02-19 17:16:06 -03:00
Lucas Nogueira
193624b73a
lockfile
2024-02-19 17:15:37 -03:00
Lucas Nogueira
9dd1d09797
rebuild
2024-02-19 17:15:24 -03:00
Lucas Nogueira
78abd7bdfb
comma
2024-02-19 17:14:11 -03:00
Lucas Nogueira
d98fa3e9fa
rfd 0.14
2024-02-19 17:13:19 -03:00
Lucas Nogueira
c4fda036cc
delete files
2024-02-19 17:11:42 -03:00
Lucas Nogueira
8461cf1d1b
chore: update to tauri beta.3
2024-02-19 17:10:49 -03:00
Amr Bashir
8645a02aee
docs(global-shortcut): add registering example
2024-02-19 17:13:31 +02:00
Amr Bashir
7cefa2b0bd
pub
2024-02-19 16:03:32 +02:00
Amr Bashir
fe4fb7dc7a
Update plugin.rs
2024-02-19 16:03:20 +02:00
amrbashir
72db444401
feat(sql,store): add Builder::new
...
ref: https://github.com/tauri-apps/tauri/issues/8880
2024-02-19 15:54:56 +02:00
amrbashir
696af68c9b
docs(global-shortcut): update examples in README.md closes #965
2024-02-19 15:44:38 +02:00
Tony
51ba4c5330
fix(fs): make rename third parameter optional ( #962 )
...
* Fix rename option can't be empty
* change file
2024-02-19 14:48:22 +02:00
Tony
9b49f0abf7
docs(fs): dir -> baseDir ( #961 )
2024-02-19 14:37:06 +02:00
Fabian-Lars
e28115cb42
ci: Use latest stable toolchain to install cross ( #959 )
2024-02-16 17:41:58 +01:00
Amr Bashir
e856adc72c
fix(shell): export open module ( #939 )
...
closes #934
2024-02-16 16:27:19 +01:00
i-c-b
2f0e30852a
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-file-drop-directory.md
* Update .changes/allow-recursive-fs-scope-on-file-drop-directory.md
2024-02-15 16:55:51 +02:00
Amr Bashir
531123cad0
fix(fs/wtacher): fix incorrect type for rename events ( #947 )
2024-02-14 15:29:27 +02:00
Kunjan Dalal
343b1f55af
chore: ReadMe updated with all plugins details ( #951 )
...
* ReadMe updated with all plugins details
* Update README.md
---------
Co-authored-by: Kunjan Dalal <kunjee@pop-os.localdomain >
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-02-14 12:04:40 +01:00
amrbashir
53c0e89860
docs(global-shortcut): fix cargo name
...
closes #946
2024-02-14 01:12:37 +02:00
Tony
2e7ef46d8b
refactor!(dialog): change type field in JS to kind ( #945 )
...
* Fix dialog type not working
* gen files
* type -> kind
* update API example
---------
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
2024-02-14 01:05:54 +02:00
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
Fabian-Lars
8c9ff2a2a9
chore: Add sponsors section to readme ( #758 )
...
* chore: Add sponsors section to readme
* which link style works in nested folders?
* add sponsors to plugin readmes
* use https links as src
* double test it with the pr branch
* revert last commit
* fmt
2023-11-23 17:18:09 +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
renovate[bot]
2d941a407b
chore(deps): update dependency svelte-check to v3.6.1 ( #755 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 14:13:57 +01:00
renovate[bot]
0617e2354a
chore(deps): update dependency rollup to v4.5.1 ( #754 )
...
* chore(deps): update dependency rollup to v4.5.1
* pnpm dedupe
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-11-22 13:58:45 +01:00
renovate[bot]
e66b196852
chore(deps): update dependency vite to v5.0.2 ( #753 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 18:24:35 +01:00
renovate[bot]
32309c90d8
chore(deps): update dependency vite to v5.0.1 ( #752 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 14:56:57 +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
renovate[bot]
a3b506f559
chore(deps): update typescript-eslint monorepo to v6.12.0 ( #748 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 20:38:19 +01:00
renovate[bot]
0a387ea358
chore(deps): update dependency typescript to v5.3.2 ( #747 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 20:35:03 +01:00
renovate[bot]
f16433be43
chore(deps): update dependency svelte to v4.2.7 ( #743 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 16:25:37 +01: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
renovate[bot]
53a1a7e436
chore(deps): update dependency vite to v5 ( #732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 14:02:53 +01:00
renovate[bot]
af3b36647c
chore(deps): update dependency svelte to v4.2.6 ( #741 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 13:57:02 +01:00
renovate[bot]
20ef22fc3a
chore(deps): update dependency eslint-config-standard-with-typescript to v40 ( #740 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-18 12:28:03 +01:00
renovate[bot]
4e6712ed40
chore(deps): update dependency rollup to v4.5.0 ( #739 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-18 12:18:59 +01:00
renovate[bot]
8d6a60d4a2
chore(deps): update dependency eslint to v8.54.0 ( #737 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 23:19:20 +01:00
renovate[bot]
19529b6097
chore(deps): update dependency svelte to v4.2.5 ( #736 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 18:14:05 +01:00
renovate[bot]
b11221a7c9
chore(deps): update dependency svelte to v4.2.4 ( #733 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-17 13:04:41 +01:00
Amr Bashir
5a8bbe2967
chore: remove dead code from updater test ( #731 )
2023-11-16 18:55:46 +02:00
renovate[bot]
642a195d34
fix(deps): update rust crate windows-sys to 0.52 ( #730 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-16 17:10:19 +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
renovate[bot]
cb1586b4d1
chore(deps): update dependency @sveltejs/kit to v1.27.6 ( #726 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 17:48:03 +01:00
renovate[bot]
aeca2d0d87
chore(deps): update dependency rollup to v4.4.1 ( #725 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 12:06:00 +01: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
renovate[bot]
b13d97c7c7
chore(deps): update typescript-eslint monorepo to v6.11.0 ( #720 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-13 20:10:58 +01:00
renovate[bot]
f807d02c08
chore(deps): update dependency prettier to v3.1.0 ( #718 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-13 09:34:04 +01:00
renovate[bot]
2888925973
chore(deps): update dependency rollup to v4.4.0 ( #716 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-12 12:12:10 +01:00
renovate[bot]
eac0cbff3c
chore(deps): update dependency @sveltejs/kit to v1.27.5 ( #715 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 20:31:25 +01:00
renovate[bot]
8ab2267944
chore(deps): update dependency rollup to v4.3.1 ( #714 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 14:12:32 +01:00
renovate[bot]
84a2a11c4d
chore(deps): update dependency svelte-check to v3.6.0 ( #713 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 18:01:35 +01:00
renovate[bot]
04e396d036
chore(deps): update dependency svelte to v4.2.3 ( #712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 15:20:58 +01:00
renovate[bot]
5ca7a63da2
chore(deps): update dependency eslint-plugin-n to v16.3.1 ( #710 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 15:10:22 +01:00
renovate[bot]
61e862597e
chore(deps): update dependency @sveltejs/kit to v1.27.4 ( #709 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-09 15:16:52 +01:00
renovate[bot]
6865299149
chore(deps): update dependency eslint-plugin-n to v16.3.0 ( #705 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 09:02:26 +01:00
renovate[bot]
ba6acafb5b
chore(deps): update typescript-eslint monorepo to v6.10.0 ( #704 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-06 21:04:27 +01:00
renovate[bot]
4247434ed8
chore(deps): update dependency rollup to v4.3.0 ( #700 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 11:20:50 +01:00
renovate[bot]
33e40d819d
chore(deps): update dependency eslint to v8.53.0 ( #699 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 11:09:29 +01:00
renovate[bot]
af0ee307d4
chore(deps): update dependency @sveltejs/adapter-auto to v2.1.1 ( #697 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 11:07:59 +01:00
renovate[bot]
96d5cabc17
chore(deps): update dependency @sveltejs/kit to v1.27.3 ( #698 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-04 11:03:21 +01:00
renovate[bot]
8d6045421a
chore(deps): update dependency rollup to v4.2.0 ( #693 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-31 11:14:58 +01:00
renovate[bot]
c77cbe936d
chore(deps): update dependency rollup to v4.1.6 ( #692 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-31 10:51:53 +01:00
renovate[bot]
11048fd997
chore(deps): update typescript-eslint monorepo to v6.9.1 ( #691 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 20:51:36 +01:00
Fabian-Lars
f595684ba8
ci: ignore tauri-cli vite config CVE ( #690 )
2023-10-30 08:41:51 -03:00
renovate[bot]
d472eebad2
chore(deps): update dependency rollup to v4 ( #639 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 11:02:52 +01:00
renovate[bot]
c27699ffab
chore(deps): update dependency @sveltejs/kit to v1.27.2 ( #689 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 10:26:01 +01: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
renovate[bot]
68d77f999c
chore(deps): update dependency @sveltejs/kit to v1.27.1 ( #685 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-25 19:39:28 +02:00
Fabian-Lars
1712f27b77
feat(upload): Use BufWriter for file downloads. ( #684 )
2023-10-25 12:25:33 +02:00
renovate[bot]
8dd371814a
chore(deps): update dependency eslint-plugin-import to v2.29.0 ( #678 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-24 11:50:35 +02:00
renovate[bot]
5c3b2f7511
chore(deps): update dependency @sveltejs/kit to v1.27.0 ( #681 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-24 11:17:57 +02:00
renovate[bot]
227bf5424a
chore(deps): update typescript-eslint monorepo to v6.9.0 ( #682 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-24 11:12:26 +02: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
renovate[bot]
c25b7537e3
chore(deps): update dependency eslint to v8.52.0 ( #674 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-21 10:28:46 +02: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
renovate[bot]
9e24e52164
chore(deps): update dependency @tauri-apps/cli to v1.5.5 ( #672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 22:54:28 +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
renovate[bot]
444a16ca73
chore(deps): update dependency @sveltejs/kit to v1.26.0 ( #668 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 12:53:41 +02:00
renovate[bot]
cff0cdeaa8
chore(deps): update dependency svelte to v4.2.2 ( #670 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-19 12:52:03 +02:00
dependabot[bot]
57c1db41a3
chore(deps): bump rustix from 0.37.23 to 0.37.25 ( #669 )
...
Bumps [rustix](https://github.com/bytecodealliance/rustix ) from 0.37.23 to 0.37.25.
- [Release notes](https://github.com/bytecodealliance/rustix/releases )
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.23...v0.37.25 )
---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 12:43:17 +02:00
renovate[bot]
6630e5db75
fix(deps): update tauri monorepo ( #665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18 12:50:05 +02:00
renovate[bot]
662c61826b
chore(deps): update dependency vite to v4.5.0 ( #666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18 12:45:03 +02:00
renovate[bot]
44df7726ae
chore(deps): update typescript-eslint monorepo to v6.8.0 ( #664 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 19:43:23 +02: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
renovate[bot]
b4535af927
chore(deps): update dependency eslint-plugin-n to v16.2.0 ( #651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 19:33:00 +02:00
Pylogmon
77b81af36c
chore(sql): Refine features for sql plugin ( #660 )
...
This makes it possible to use the sqlite feature without ring for windows-aarch64 support until all dependencies update to ring 0.17
2023-10-15 18:34:47 +02:00
renovate[bot]
9b20f28d74
chore(deps): update dependency @sveltejs/kit to v1.25.2 ( #647 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-10 08:59:10 +02:00
renovate[bot]
1e56d86b51
chore(deps): update typescript-eslint monorepo to v6.7.5 ( #646 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 22:27:01 +02:00
renovate[bot]
07650ca94b
chore(deps): update dependency @rollup/plugin-node-resolve to v15.2.3 ( #645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 11:55:42 +02:00
renovate[bot]
d68d5cce60
chore(deps): update dependency @tauri-apps/cli to v1.5.2 ( #643 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-08 18:55:01 +02:00
renovate[bot]
faab5f6cee
chore(deps): update dependency eslint-config-standard-with-typescript to v39.1.1 ( #641 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 12:14:32 +02:00
renovate[bot]
4ecc649839
chore(deps): update dependency eslint to v8.51.0 ( #640 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 11:19:51 +02:00
renovate[bot]
9f27e6e441
chore(deps): update dependency @rollup/plugin-typescript to v11.1.5 ( #638 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 17:33:33 +02:00
renovate[bot]
3f0917bd50
chore(deps): update dependency @rollup/plugin-terser to v0.4.4 ( #637 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 17:11:22 +02:00
renovate[bot]
9048f80a4e
chore(deps): update dependency @rollup/plugin-node-resolve to v15.2.2 ( #636 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 17:05:30 +02:00
mellobacon
ac7390973b
feat(log): Custom .log file names ( #633 )
...
* feat (log): custom .log file names
* fix (log): corrected typo
* chore (log): refactor
* chore (log): replaced empty string with Option
* Apply suggestions from code review
* Update plugins/log/src/lib.rs
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-10-05 15:24:04 +02:00
renovate[bot]
d5f5d78830
chore(deps): update dependency vite to v4.4.11 ( #635 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-05 13:51:01 +02:00
renovate[bot]
1f799ae25e
chore(deps): update dependency vite to v4.4.10 ( #632 )
...
* chore(deps): update dependency vite to v4.4.10
* update postcss to fix audit
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-10-04 11:47:49 +02:00
renovate[bot]
fa32d1afa9
chore(deps): update dependency @tauri-apps/cli to v1.5.1 ( #630 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 17:36:00 +02:00
renovate[bot]
f41d3e5e77
chore(deps): update typescript-eslint monorepo to v6.7.4 ( #631 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 16:34:35 +02:00
Lucas Fernandes Nogueira
8902fe9adf
fix(notification): permission on mobile returns prompt ( #627 )
2023-09-30 10:09:21 -03:00
renovate[bot]
9b96996b5a
fix(deps): update tauri monorepo to v1.5.0 ( #626 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 11:59:59 +02:00
renovate[bot]
9af4c3727c
chore(deps): update dependency rollup to v3.29.4 ( #624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-28 11:47:03 +02:00
Xinyu Yang
3d279094d4
fix(positioner): Prevent tray relative windows from being moved off-screen ( #291 )
...
* feat: add system tray positioning method
* apply patch
* remove pos
* fix linter
* fix cargo fmt
* linter
* add changefile
* Update and rename stronghold-tray-position.md to tray-position.md
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-09-27 15:55:44 +02:00
renovate[bot]
6c7a4c0984
chore(deps): update dependency eslint-config-standard-with-typescript to v39 ( #622 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 21:00:16 +02:00
renovate[bot]
1c17161f2a
chore(deps): update dependency eslint-plugin-n to v16.1.0 ( #580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:55:07 +02:00
renovate[bot]
6111c7f3da
fix(deps): update rust crate notify-debouncer-mini to 0.4 ( #577 )
...
* fix(deps): update rust crate notify-debouncer-mini to 0.4
* Update lib.rs
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-09-26 18:54:26 +02:00
renovate[bot]
746067bb70
fix(deps): update rust crate auto-launch to 0.5 ( #621 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:53:46 +02:00
renovate[bot]
0623903f12
chore(deps): update dependency eslint to v8.50.0 ( #618 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:38:06 +02:00
renovate[bot]
043de033b0
chore(deps): update dependency @rollup/plugin-node-resolve to v15.2.1 ( #572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:36:46 +02:00
renovate[bot]
7432a399db
fix(deps): update rust crate aho-corasick to 1.1 ( #620 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:36:26 +02:00
renovate[bot]
305c5793ae
chore(deps): update dependency eslint-plugin-import to v2.28.1 ( #575 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:30:56 +02:00
renovate[bot]
4a39b74d5c
chore(deps): update dependency typescript to v5.2.2 ( #619 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:29:31 +02:00
renovate[bot]
dc5a14b6ad
chore(deps): update dependency tslib to v2.6.2 ( #574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:24:12 +02:00
renovate[bot]
2b65e0a149
chore(deps): update typescript-eslint monorepo to v6.7.3 ( #579 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 17:00:30 +02:00
renovate[bot]
beb9095f11
chore(deps): update dependency rollup to v3.29.3 ( #581 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:59:51 +02:00
renovate[bot]
418294b1a3
chore(deps): update dependency svelte-check to v3.5.2 ( #617 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:51:09 +02:00
renovate[bot]
3febb72f28
chore(deps): update dependency svelte to v4.2.1 ( #616 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:38:45 +02:00
renovate[bot]
90fecadb86
chore(deps): update dependency prettier to v3.0.3 ( #615 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:26:36 +02:00
dependabot[bot]
63834d9b63
chore(deps): bump tungstenite from 0.20.0 to 0.20.1 ( #614 )
...
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs ) from 0.20.0 to 0.20.1.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.20.0...v0.20.1 )
---
updated-dependencies:
- dependency-name: tungstenite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 16:22:07 +02:00
renovate[bot]
8654caa26e
chore(deps): update dependency @rollup/plugin-typescript to v11.1.4 ( #586 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 16:21:12 +02:00
renovate[bot]
473991371d
chore(deps): update dependency @sveltejs/kit to v1.25.1 ( #584 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 15:58:34 +02:00
Fabian-Lars
e98e8eac3d
fix(docs): Revert a single change from #612 ( #613 )
2023-09-26 16:44:51 +03:00
Praveen Ravichandran
44d8f60e0d
fix(typo): fixed some language related issues in the documentation ( #612 )
2023-09-26 09:25:22 +03:00
Fermín Cirella
a1738b2401
fix(notification): function 'invoke' not found in permission request ( #596 )
2023-09-26 04:08:59 +03:00
Lorenzo Castellino
b04bde3461
fix: small typo in README ( #611 )
...
"te" -> "the"
2023-09-24 17:19:46 +02:00
Fabian-Lars
0190f68f1d
fix(sql): split up datatypes more granular, fixes #462 ( #608 )
2023-09-20 12:03:30 +02:00
Fabian-Lars
5b85dd22c7
fix(sql): decode float columns as f32, closes #602 ( #607 )
2023-09-20 07:30:12 +02:00
Lucas Fernandes Nogueira
76832e60bf
Revert "fix(deps): update rust crate rust-argon2 to v2 ( #552 )" ( #565 )
...
This reverts commit 83148da959 .
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-09-19 16:34:47 +02: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
dependabot[bot]
5b814f56e6
chore(deps): bump rustls-webpki from 0.101.2 to 0.101.4 ( #582 )
...
Bumps [rustls-webpki](https://github.com/rustls/webpki ) from 0.101.2 to 0.101.4.
- [Release notes](https://github.com/rustls/webpki/releases )
- [Commits](https://github.com/rustls/webpki/compare/v/0.101.2...v/0.101.4 )
---
updated-dependencies:
- dependency-name: rustls-webpki
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 08:16:29 +02:00
renovate[bot]
6647e6ea90
chore(deps): update dependency prettier to v3.0.2 ( #563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 21:00:35 +02:00
renovate[bot]
83148da959
fix(deps): update rust crate rust-argon2 to v2 ( #552 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 10:11:04 -03:00
renovate[bot]
e8d7e765e7
chore(deps): update dependency svelte to v4.2.0 ( #550 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 08:01:32 -03:00
renovate[bot]
76bcecf5b2
chore(deps): update dependency rollup to v3.28.0 ( #544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 07:47:58 -03:00
renovate[bot]
d49aa664e9
chore(deps): update dependency eslint to v8.47.0 ( #549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 07:47:30 -03:00
renovate[bot]
bd0d88243a
chore(deps): update dependency svelte-check to v3.5.0 ( #551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 07:44:43 -03:00
renovate[bot]
f001df870f
chore(deps): update dependency @sveltejs/kit to v1.22.6 ( #548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 07:44:09 -03:00
renovate[bot]
72a6e3ba68
chore(deps): update typescript-eslint monorepo to v6.4.0 ( #538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-15 07:43:48 -03:00
Lorenzo Rizzotti
7e58dc8502
feat(websocket): add custom headers feature ( #542 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-08 13:18:20 -03:00
Lorenzo Rizzotti
ac495b9fb4
fix(websocket): config ( #541 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-08 10:32:34 -03:00
Alexandre Dang
dacde1629d
feat(stronghold): add an init function that uses argon2 ( #449 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-08 09:36:16 -03:00
renovate[bot]
700549ab02
chore(deps): update dependency prettier to v3.0.1 ( #532 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-07 09:37:51 -03:00
renovate[bot]
811b1ec12d
chore(deps): update dependency vite to v4.4.9 ( #537 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-07 09:36:47 -03:00
renovate[bot]
174c5e52e3
chore(deps): update dependency rollup to v3.27.2 ( #534 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-07 08:35:52 -03:00
renovate[bot]
37d057df61
chore(deps): update dependency eslint-config-prettier to v9 ( #535 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-07 08:35:35 -03:00
renovate[bot]
cdb77c4b65
chore(deps): update dependency eslint-plugin-import to v2.28.0 ( #520 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-02 12:05:41 -03:00
renovate[bot]
e47dca954f
chore(deps): update dependency rollup to v3.27.0 ( #522 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-02 07:40:45 -03:00
renovate[bot]
94f62d2503
chore(deps): update typescript-eslint monorepo to v6.2.1 ( #528 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-02 07:40:34 -03:00
renovate[bot]
ee0d314bb5
chore(deps): update dependency svelte to v4.1.2 ( #524 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-01 18:14:12 +02:00
renovate[bot]
ae8a581f9a
chore(deps): update dependency @sveltejs/kit to v1.22.4 ( #525 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-01 18:06:12 +02:00
renovate[bot]
67bff4559d
chore(deps): update dependency vite to v4.4.8 ( #529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-01 18:01:29 +02:00
renovate[bot]
d272bde2bb
chore(deps): update dependency eslint to v8.46.0 ( #521 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-28 18:50:40 +02:00
renovate[bot]
919616d7d3
chore(deps): update typescript-eslint monorepo to v6.2.0 ( #514 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 14:16:30 +02:00
renovate[bot]
b60b46a0b8
chore(deps): update dependency svelte to v4.1.1 ( #508 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 14:15:02 +02:00
renovate[bot]
6d8f517148
chore(deps): update dependency tslib to v2.6.1 ( #515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 14:04:12 +02:00
renovate[bot]
949c59f8a5
chore(deps): update dependency vite to v4.4.7 ( #510 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 14:02:51 +02:00
renovate[bot]
b99844706e
chore(deps): update dependency eslint-config-prettier to v8.9.0 ( #517 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 14:01:27 +02:00
renovate[bot]
92514cca47
fix(deps): update rust crate tokio-tungstenite to 0.20 ( #513 )
...
* fix(deps): update rust crate tokio-tungstenite to 0.20
* adapt new websocket config struct
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-07-24 12:22:22 +02:00
renovate[bot]
81fb450c39
chore(deps): update dependency eslint-config-standard-with-typescript to v37 ( #512 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-22 21:28:33 +02:00
renovate[bot]
c3a6dab24c
chore(deps): update dependency eslint-config-standard-with-typescript to v36.1.1 ( #511 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-22 09:34:05 +02:00
renovate[bot]
0863f800b8
chore(deps): update dependency rollup to v3.26.3 ( #503 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-18 10:55:58 +02:00
renovate[bot]
600ad30756
chore(deps): update typescript-eslint monorepo to v6.1.0 ( #505 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-18 10:43:33 +02:00
David Blythe
51f20b438e
MySQL examples ( #501 )
...
* Update README.md
* Update index.ts
2023-07-16 22:24:20 +02:00
renovate[bot]
4fd6b58070
chore(deps): update dependency eslint-config-standard-with-typescript to v36.1.0 ( #500 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-15 11:12:31 +02:00
renovate[bot]
c8c6d56d1b
chore(deps): update dependency vite to v4.4.4 ( #496 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 20:27:41 +02:00
renovate[bot]
2ed0fd716c
chore(deps): update dependency eslint-config-standard-with-typescript to v36.0.1 ( #497 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 20:08:24 +02:00
renovate[bot]
8286b06198
chore(deps): update dependency eslint to v8.45.0 ( #498 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 20:00:08 +02:00
renovate[bot]
180ec441aa
fix(deps): update rust crate iota-crypto to 0.23 ( #495 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 22:40:05 +02:00
renovate[bot]
07f3a89df0
chore(deps): update dependency @sveltejs/kit to v1.22.3 ( #493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 09:59:57 +02:00
renovate[bot]
c009cb383f
chore(deps): update dependency eslint-plugin-n to v16.0.1 ( #485 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 21:34:37 +02:00
renovate[bot]
00915af7e7
chore(deps): update dependency @sveltejs/kit to v1.22.2 ( #484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 21:29:57 +02:00
renovate[bot]
c499238892
chore(deps): update dependency svelte to v4.0.5 ( #486 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 19:26:59 +02:00
renovate[bot]
ac6f08f193
chore(deps): update dependency svelte-check to v3.4.6 ( #487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 19:17:53 +02:00
renovate[bot]
84d8a21e55
chore(deps): update dependency vite to v4.4.3 ( #492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 18:48:47 +02:00
renovate[bot]
280f99c5f3
chore(deps): update dependency vite to v4.4.2 ( #488 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 18:00:15 +02:00
renovate[bot]
8c10a1b0a7
chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0 ( #489 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 15:22:10 +02:00
renovate[bot]
b6ffbe33da
chore(deps): update dependency eslint to v8.44.0 ( #490 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 15:03:06 +02:00
renovate[bot]
2f2da76aa8
chore(deps): update dependency rollup to v3.26.2 ( #491 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 15:02:11 +02:00
renovate[bot]
9dba680114
chore(deps): update dependency tslib to v2.6.0 ( #483 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:44:03 +02:00
renovate[bot]
2365c46534
fix(deps): update tauri monorepo to v1.4.0 ( #482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:39:27 +02:00
renovate[bot]
01ede23b34
chore(deps): update typescript-eslint monorepo to v6 ( #481 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:36:11 +02:00
renovate[bot]
a2503b795d
chore(deps): update dependency typescript to v5.1.6 ( #480 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:32:38 +02:00
renovate[bot]
65e6870195
chore(deps): update dependency @rollup/plugin-typescript to v11.1.2 ( #479 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:16:38 +02:00
renovate[bot]
ec74b2d69a
chore(deps): update dependency @rollup/plugin-terser to v0.4.3 ( #478 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:13:25 +02:00
Fabian-Lars
6845cefc82
chore: Lock npm deps versions ( #477 )
...
* chore: Lock npm deps versions
* lock ws example too
* override optionator
2023-07-11 14:09:35 +02:00
renovate[bot]
2a8e168149
fix(deps): update rust crate iota-crypto to 0.22 ( #475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 11:49:09 +02:00
Fabian-Lars
efcc3df3fe
chore: Update pnpm to v7.33.1 ( #472 )
2023-07-10 15:39:29 +02:00
Fabian-Lars
9e440d27ae
chore: Re-add changefiles from #416 and #422 ( #457 )
...
This reverts commit 8916544034 .
2023-07-10 12:51:28 +02:00
github-actions[bot]
395ff65547
Publish New Versions ( #470 )
...
* publish new versions
* Update Cargo.toml
---------
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-07-10 12:29:59 +02:00
Fabian-Lars
ad3028646c
fix(persisted-scope): separately save asset protocol patterns ( #459 )
2023-07-10 11:22:11 +02:00
renovate[bot]
0d0ed7b907
chore(deps): update dependency prettier to v3 ( #467 )
...
* chore(deps): update dependency prettier to v3
* fmt
* semver override
* update example deps
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-07-06 11:47:41 +02:00
renovate[bot]
92233ea64a
fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 ( #464 )
...
* fix(deps): update rust crate sqlx to 0.7
* Update sql's msrv in workflow to 1.65
* Update README.md
* Update Cargo.toml
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-07-05 10:46:51 +02:00
renovate[bot]
36b7296746
chore(deps): update dependency svelte to v4 ( #453 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-30 10:52:33 +02:00
renovate[bot]
d9b2331237
chore(deps): update dependency eslint-config-standard-with-typescript to v36 ( #458 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-30 10:50:38 +02:00
github-actions[bot]
8916544034
remove changefiles to publish release ( #456 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2023-06-30 00:26:02 +02:00
github-actions[bot]
3d4697b34a
publish new versions ( #417 )
...
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-06-30 00:15:29 +02:00
Thibault
9174b808dc
[persisted scope] fix: handle recursive directory correctly ( #455 )
...
* fix: use correct functions to allow/forbid
Without changing the data structure
* fix: wrong type passed when passing path by ref
* fix: remove '**' before allowing pattern to no trash the scope
* fmt: run fmt
* fix: Remove trailling '*' for non-recursive directories
* fix: remove superfluous asteriks recursively
* info: add changefile
* fix: remove unwated yarn.lock
* fix: simplify directories' fix and apply it to forbid_path too.
* fix: simplify path to str in fix_directory
* don't convert path back to str
* Update persisted-scope-fix-handle-glob-directories.md
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-06-29 23:23:08 +02:00
NaokiM03
a305ad3ddb
chore(fs-watch) Update Usage ( #451 )
2023-06-22 11:29:08 +02:00
Duke Jones
7b9d7a1d88
docs(websocket): fix readme example ( #447 )
2023-06-20 08:57:13 +02:00
renovate[bot]
c4d2c8c693
fix(deps): update rust crate iota-crypto to 0.21 ( #438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-14 14:52:07 +02:00
amrbashir
be2a90b7e2
chore: remove unneeded change file
2023-06-13 15:56:09 +03:00
Amr Bashir
417c85a2dd
fix(window-state): manual default implentation ( #425 )
...
* fix(window-state): manual default implentation, closes #421
* Update lib.rs
2023-06-13 15:48:10 +03:00
Amr Bashir
617cf38069
fix(window-state): propagate promise ( #435 )
...
closes #432
2023-06-13 15:47:55 +03:00
Ludea
6ad221ed36
fix(stronghold): return null if there is no record ( #129 )
...
* [stronghold] return null if there is no record
* Return value
* return statement
* prettier
* fix function signature
* fix if condition
* simplify condition
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-06-12 19:26:08 +02:00
Fabian-Lars
0984fc8374
chore: Add branch to install instructions that use git ( #433 )
2023-06-12 11:20:59 +02:00
Fabian-Lars
523bcdc528
fix(window-state): correctly set decoration state if no saved state exists, fixes #421 ( #424 )
2023-06-07 15:19:29 +03:00
Alexandre Dang
ea63b40224
fix(stronghold): change wrong argument name for remove ( #422 )
2023-06-07 08:09:43 -03:00