Fabian-Lars
|
5ee5ed4dc6
|
fix: schemars 0.8.18 compatibility (#9680)
* fix: schemars 0.8.18 compatibility
backport of #9676
Co-authored-by: Hankung <73242257+Hankung7183@users.noreply.github.com>
* fix clippy lol
---------
Co-authored-by: Hankung <73242257+Hankung7183@users.noreply.github.com>
|
2024-05-06 21:35:01 +02:00 |
|
Amr Bashir
|
fe6f81fa88
|
chore: fix clippy false positive (#9329)
|
2024-04-01 13:11:09 -03:00 |
|
Amr Bashir
|
8ce51cec3b
|
feat: retain cli args when relaunching after update, closes #7402 (#7718)
* feat: retain cli args when relaunching after update, closes #7402
* 1.61 compatible OsString join
* fix msi impl as well
* fix tests
* Update .changes/tauri-bundler-nsis-args.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
* Update .changes/tauri-updater-retain-args.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
* more typos
* fix update args
* pull args from Env
* check if not empty
* pin memchr
* Update core.rs
* Update core.rs
* move /args
* fix build
* lint
* more lints
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2024-01-31 16:02:48 -03:00 |
|
Naman Garg
|
7aa30dec85
|
feat: Add Section, Priority and Changelog options (#8620)
* Init section, priority and changelog
* Add section. priority and changelog support
* fix variable name
* Add .changes file
* Fix Formatting
* Apply suggestions from code review
|
2024-01-17 04:21:46 +02:00 |
|
Amr Bashir
|
9b230de7bc
|
fix(utils/config): fix parsing f64 values, closes #8252 (#8407)
|
2023-12-18 18:18:44 -03:00 |
|
Lucas Nogueira
|
b3e53e7243
|
feat(core): add AssetManager::iter (#8288)
This new function allows users to iterate on all embedded assets, important if you want to AssetManager::get an asset you are not sure exists.
|
2023-11-23 16:12:38 +02:00 |
|
Amr Bashir
|
d8f1b6c59b
|
feat: migrate manual implementation to the light windows-version crate (#8242)
|
2023-11-19 08:51:17 -03:00 |
|
Lucas Fernandes Nogueira
|
c68fbfcb2d
|
fix: Returns a warning instead of panicking if an AppImage is not mounted, closes #7736 (#7912)
Co-authored-by: Benjamin Demetz <50681275+Benji377@users.noreply.github.com>
|
2023-09-28 10:46:17 -03:00 |
|
Fabian-Lars
|
9aa34ada57
|
feat(core): Allow http origin on Windows, fixes: #3007 (#7645)
Co-authored-by: Lucas Nogueira <118899497+lucasfernog-crabnebula@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-09-26 14:40:38 -03:00 |
|
Jason Tsai
|
e3bfb01411
|
feat(nsis): support choosing compression algorithms, closes #7685 (#7776)
|
2023-09-07 18:45:15 +03:00 |
|
Fabian-Lars
|
9308dee0a1
|
docs: Be more specific about plugin names in ipc scope (#7605)
|
2023-08-15 10:56:05 -03:00 |
|
Amr Bashir
|
a6b52e44f2
|
fix(tauri-utils): include \n in io::read_line, closes #6388 (#6519)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
fix(tauri-utils): include `\n` in `io::read_line`, closes #6388
|
2023-08-08 16:43:19 -03:00 |
|
Lucas Fernandes Nogueira
|
4dd4893d7d
|
feat: allow specifying a resource map, closes #5844 (#5950)
Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
closes #5844
|
2023-07-13 18:28:52 -03:00 |
|
Lucas Fernandes Nogueira
|
eeff1784e1
|
chore(deps): update unmaintained dependency from kuchiki to kuchikiki (#7359) (#7367)
Co-authored-by: Davide Baldo <davide@baldo.me>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2023-07-11 19:19:13 +09:00 |
|
Amr Bashir
|
066c09a6ea
|
fix(core): fix require_literal_leading_dot flipped behavior (#7227)
|
2023-06-17 09:17:36 -03:00 |
|
Amr Bashir
|
d75c1b829b
|
fix(cli): warn about bundling updater target without appropriate targets, closes #7181 (#7189)
* fix(cli): warn about bundling updater target without appropriate targets, closes #7181
* change tags
* cleanup
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-06-14 02:14:35 +03:00 |
|
Lucas Fernandes Nogueira
|
52474e479d
|
feat(cli): enhance Cargo features injection, add tests (#7141)
|
2023-06-06 13:29:28 -03:00 |
|
Reupen Shah
|
85e77fb797
|
fix: correct MIME type of .txt files (ref: #6762) (#7111)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-06-05 09:16:05 -03:00 |
|
Tomáš Diblík
|
c4d6fb4b1e
|
feat(core): Ability to disable minimize/maximize/close native window's buttons, closes #2353 (#6665)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-05-24 17:23:32 -03:00 |
|
Francis The Basilisk
|
35cd751adc
|
feat(bundler): custom desktop file template, closes #5176 (#5180)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-05-24 16:04:54 -03:00 |
|
Amr Bashir
|
df89ccc191
|
feat(nsis): implement passive mode, closes #6955 (#6998)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-05-24 14:16:12 -03:00 |
|
Amr Bashir
|
3cb7a3e642
|
fix(cli/devserver): inject autoreload into HTML only, closes #6997 (#7032)
|
2023-05-23 17:39:11 +03:00 |
|
Amr Bashir
|
acc36fe117
|
feat(core): add option for require_literal_leading_dot, closes #6158 (#6969)
* feat(core): add option for `require_literal_leading_dot`, closes #6158
* change to `Option<bool>`
* fix to tokens impl
* Apply suggestions from code review
Co-authored-by: Simon Hyll <hyllsimon@gmail.com>
---------
Co-authored-by: Simon Hyll <hyllsimon@gmail.com>
|
2023-05-18 16:11:50 +03:00 |
|
Amr Bashir
|
cd3846c8ce
|
feat(nsis): restart app after updating, closes #6955 (#6987)
* feat(nsis): restart app after updating, closes #6955
* Apply suggestions from code review
|
2023-05-18 16:11:31 +03:00 |
|
Amr Bashir
|
82169e69fc
|
fix(core): remove trailing slash in http scope url, closes #5208 (#6974)
* fix(core): remove trailing slash in http scope url, closes #5208
* fix tests
* one more tests fix
* clippy
|
2023-05-17 14:33:10 +03:00 |
|
Amr Bashir
|
2948820579
|
feat(bundler/NSIS): allow specifying custom lang files (#6867)
* feat(bundler/NSIS): allow specifying custom lang files
* add dunc as dep on all platforms
* clippy
* Update tooling/bundler/src/bundle/windows/nsis.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update core/tauri-utils/src/config.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* schema files
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-05-15 18:11:10 +03:00 |
|
Amr Bashir
|
e092f79946
|
feat(bundler/nsis): allow specifying custom template, closes #6887 (#6922)
|
2023-05-12 14:02:07 +03:00 |
|
Simon Hyll
|
469d9f8a4a
|
docs(tauri-utils): described behavior of version field when omitted (#6938)
|
2023-05-11 14:18:45 +08:00 |
|
Lucas Fernandes Nogueira
|
ee71c31fd0
|
feat(core): allow configuring remote domains with IPC access, closes #5088 (#5918)
|
2023-04-11 08:50:15 -03:00 |
|
Elliot Waite
|
8c07076e25
|
docs: update grammer
|
2023-03-28 16:04:44 +02:00 |
|
Lucas Fernandes Nogueira
|
c46c09f31d
|
fix(deps): pin raw-window-handle to 0.5.0 (#6480)
* fix(deps): pin raw-window-handle to 0.5.0
* lint [skip ci]
|
2023-03-17 14:11:24 -03:00 |
|
Shaun Hamilton
|
c2867a65d8
|
feat: add config links to json schema (closes #5479) (#6356)
* feat(core): add config links to json schema
* feat(core): add schema builds
|
2023-03-17 13:17:34 -03:00 |
|
Lucas Fernandes Nogueira
|
5fdf8dcb8e
|
fix(core): mime type of .less, .sass and .styl files (#6316)
|
2023-02-19 16:23:18 -03:00 |
|
Lucas Fernandes Nogueira
|
46e6187c89
|
chore: update license year (#6311)
|
2023-02-19 10:17:49 -03:00 |
|
Amr Bashir
|
9da996073f
|
fix(cli): fix printing paths on Windows (#6137)
|
2023-01-26 10:45:58 -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 |
|
Amr Bashir
|
d4d6a98d98
|
fix(core): convert js Map to object before serialization, closes #6078 (#6099)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-18 22:17:01 -03:00 |
|
Lucas Nogueira
|
1b9f0ec350
|
fix(core): adjust aes_gcm usage
|
2023-01-17 13:09:49 -03:00 |
|
matthme
|
72aa17f79a
|
added additional information to AllowlistConfid documentation (#5985)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-04 18:21:26 -03:00 |
|
Amr Bashir
|
c94e1326a7
|
feat(bundler): add nsis, closes #4450, closes #2319 (#4674)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-03 14:29:20 -03:00 |
|
Lucas Nogueira
|
015020760a
|
chore: fix clippy warnings
|
2022-12-15 18:03:28 -03:00 |
|
Noam Zaks
|
3dc38b150e
|
feat(core): expose additional_browser_args to window config (fix: #5757) (#5799)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-12-14 11:46:24 -03:00 |
|
Amr Bashir
|
4ab5545b7a
|
feat: add content protection api, closes #5132 (#5513)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-12-13 01:04:22 -03:00 |
|
Lucas Fernandes Nogueira
|
d0d873e39a
|
feat(core): add support to mailto: and tel: links, closes #5521 (#5544)
|
2022-12-13 00:57:39 -03:00 |
|
Amr Bashir
|
bb2510876d
|
fix(core): extend allowlist with app's allowlist, closes #5650 (#5652)
|
2022-11-18 12:27:38 -03:00 |
|
Fabian-Lars
|
5fe68b1cec
|
docs: Various docs improvements (#5643)
|
2022-11-17 18:47:54 -03:00 |
|
Lucas Fernandes Nogueira
|
6c13840cee
|
feat(examples): add desktop/web application example (#5537)
|
2022-11-03 18:01:47 -03:00 |
|
Amr Bashir
|
a178f95d68
|
feat: config schema generator (#5193)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-28 10:44:37 -03:00 |
|
Lucas Fernandes Nogueira
|
e7ccbd8573
|
feat(cli): detect JSON5 and TOML configuration files in the dev watcher (#5439)
|
2022-10-19 15:37:54 -03:00 |
|
Caesar Schinas
|
4137ab44a8
|
feat(macos): add tabbing_identifier option, closes #2804, #3912 (#5399)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-19 09:20:17 -03:00 |
|