Zihan Hu
|
aa080696e0
|
fix(core): fix incorrect isTauri return type (#9618)
|
2024-04-30 19:03:49 +03:00 |
|
Amr Bashir
|
70c51371e0
|
feat(core): add isTauri (#9539)
* feat(core): add `isTauri`
* generate api
|
2024-04-22 15:07:11 +02:00 |
|
Graham Held
|
cf615e8e4d
|
Set internal message ID to nextId after handling pending messages (#9463)
* Set internal message ID to nextId after handling pending messages
* add change file
* update bundle
* update reference.md
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2024-04-21 11:21:34 -03:00 |
|
Lucas Fernandes Nogueira
|
e62ca4ee95
|
feat(ipc): preserve channel message order (#9070)
|
2024-03-04 17:03:24 -03:00 |
|
Amr Bashir
|
4b75834a41
|
chore: update license headers 2024 (#9043)
|
2024-03-01 08:29:01 -03:00 |
|
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 |
|
Amr Bashir
|
428ea6524c
|
feat(api): expose Resource class (#8370)
* feat(api): expose `Resource` class
continuation of https://github.com/tauri-apps/tauri/pull/8276
* Apply suggestions from code review
* fmt
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-12-18 18:16:21 -03:00 |
|
Fabian-Lars
|
c2ad4d28c4
|
refactor(api)!: Rename primitives mod to core (#8273)
|
2023-11-20 17:53:13 -03:00 |
|