Amr Bashir
|
8de308d1bf
|
feat(core): implement new config structure (#8723)
* feat(core): implement new config structure
RFC#5 f3e82a6b0c/texts/0005-tauri-config-restructure.md
* fixes
* remove tauri-plugin copy [skip ci]
* move platform specific configs
* fix build
* fix cli
* doctests
* change files
* read updater plugin config on CLI
* doctests
* remove env var from docs
* fix getting pubkey
* add migrations
* clippy
* update change file [skip ci]
* rename frontendDist to prodFrontend?
* Revert "rename frontendDist to prodFrontend?"
This reverts commit ef7394f085 .
* fix all_features check
* fix field name
* single license getter on bundler
* readd msiexec_args
* remove unused fixture
* update template
* Update .changes/tauri-bundle-settings-rfc-5.md
* Update .changes/config-restructure-rfc-5.md
* lint bundler, fix change file
* rename AppUrl to FrontendDist, add explicit variants for docs
* fix build
* lint
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
|
2024-02-03 00:39:48 -03:00 |
|
Fabian-Lars
|
5cb196976e
|
fix(examples): Update web example to latest dialog plugin (#8567)
|
2024-01-09 02:03:23 +02:00 |
|
Fabian-Lars
|
c2ad4d28c4
|
refactor(api)!: Rename primitives mod to core (#8273)
|
2023-11-20 17:53:13 -03:00 |
|
Lucas Fernandes Nogueira
|
880266a7f6
|
chore: bump MSRV to 1.70 (#8031)
|
2023-10-17 11:08:15 -03:00 |
|
Amr Bashir
|
a63e71f979
|
refactor(core&api)!: hide internal functions and reuse them in api.js & rename tauri module to primitives (#7942)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-10-17 09:40:20 -03:00 |
|
Amr Bashir
|
092a561ca6
|
refactor!: remove tauri::api module (#7874)
* refactor!: remove `tauri::api` module
ref: https://github.com/tauri-apps/tauri/issues/7756
* change file
* fix builds
|
2023-09-21 15:55:42 +03:00 |
|
Bo
|
3b98141aa2
|
feat: add file association support, closes #3736 (#4320)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Raphii <iam@raphii.co>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-07-16 18:34:43 -03:00 |
|
Amr Bashir
|
e1e85dc2a5
|
chore: fix ci and cleanup leftovers (#6925)
* chore: fix ci and cleanup leftovers
1. removed leftover feature flags
2. remove zip/extract apis which are not used anymore
3. removed leftoever scopes
4. removed leftover allowlist and updater options
5. updated the example api
* remove leftover updater structs
* move updater under bundle and remove uneeded options
* fix cli on linux
* remove create_proxy
* clippy
* more clippy
* clippppy
* readd path api
* fix api example
* remove window allowlist
* remove window from allowlist config
* remove `all` allowlist option
* remove file_move
* lint
* fix windows build
* remvoe unused deps
* remvoe allowlist config option, move protocol to `security > asset_protocol`
* fix diffing features
* fmt and test
* fix scope alias
* change files
* android lint
* simplify allow_file impl
* Revert "simplify allow_file impl"
This reverts commit b8882f2fd0 .
* expose scopes
* remove unused error variants
* protocol-asset on docs.rs
* ignore reqwest on udeps
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-05-13 13:48:28 +03:00 |
|
Lucas Fernandes Nogueira
|
b072daa3bd
|
refactor(core): move updater to a plugin (#6919)
|
2023-05-09 16:43:31 -07:00 |
|
Lucas Fernandes Nogueira
|
3188f37649
|
feat: update MSRV to 1.65 (#6883)
|
2023-05-06 17:16:52 -03:00 |
|
Lucas Nogueira
|
1fd329935e
|
Merge branch 'dev' into next
|
2023-02-19 11:34:02 -03:00 |
|
Lucas Fernandes Nogueira
|
46e6187c89
|
chore: update license year (#6311)
|
2023-02-19 10:17:49 -03:00 |
|
Amr Bashir
|
f6c3ea6faa
|
chore: simplify windows_subsystem attribute (#6273)
|
2023-02-18 16:23:09 -03:00 |
|
Lucas Nogueira
|
3d5cc7ab86
|
Merge remote-tracking branch 'origin/dev' into next
|
2023-02-14 10:58:46 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
7eb9aa75cf
|
Update gtk to 0.16 (#6155)
Co-authored-by: Wu Yu Wei <wusyong9104@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-29 15:08:27 -03:00 |
|
Amr Bashir
|
35b587c830
|
feat: add languages support for nsis (#6039)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-19 14:39:53 -03:00 |
|
dependabot[bot]
|
8e4820642e
|
chore(deps): bump tokio from 1.21.2 to 1.24.1 in /examples/web/core (#6003)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-16 22:41:57 -03:00 |
|
Fabian-Lars
|
b08ae637a0
|
fix(cli): remove default features from template (#6074)
|
2023-01-16 21:43:29 -03:00 |
|
Ben Wishovich
|
878421beb7
|
fix: Add WASM files to Vite Allow List and change devPath to localhost to fix Web Example (#5560)
Co-authored-by: Ben Wishovich <ben@benw.is>
|
2022-11-06 16:26:27 -03:00 |
|
Lucas Fernandes Nogueira
|
6c13840cee
|
feat(examples): add desktop/web application example (#5537)
|
2022-11-03 18:01:47 -03:00 |
|