Ngo Iok Ui (Wu Yu Wei)
|
ee60e42422
|
feat: asset custom protocol to access local file system (#2104)
|
2021-06-28 10:56:20 -03:00 |
|
Lucas Fernandes Nogueira
|
628a53eb61
|
fix(cli): properly detect target architecture, closes #2040 (#2102)
* fix(cli): properly detect target architecture, closes #2040
* clippy
|
2021-06-28 10:17:43 -03:00 |
|
Lucas Fernandes Nogueira
|
8e23870189
|
fix(cli.rs): fix out dir detection when target arg is set, closes #2040 (#2098)
|
2021-06-27 21:21:05 -03:00 |
|
Lucas Fernandes Nogueira
|
d18b5367a9
|
feat(core): enfore label uniqueness, closes #2067 (#2097)
|
2021-06-27 21:05:45 -03:00 |
|
Lucas Fernandes Nogueira
|
7765c7fa28
|
fix(core): invoke key injection on ES module, improve performance (#2094)
|
2021-06-27 19:51:47 -03:00 |
|
Lucas Fernandes Nogueira
|
fe32afcc93
|
fix(core): Window must be Send + Sync on Windows, closes #2078 (#2093)
|
2021-06-27 11:02:17 -03:00 |
|
Lucas Fernandes Nogueira
|
8c13344f8f
|
fix(core): command events not firing consistently (#2082)
|
2021-06-27 10:00:43 -03:00 |
|
Lucas Fernandes Nogueira
|
a61572127d
|
fix(bundler): resources bundling on Windows with nested folder structure (#2081)
|
2021-06-25 21:15:45 -03:00 |
|
github-actions[bot]
|
df95fb6aaa
|
Apply Version Updates From Current Changes (#2068)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2021-06-24 09:47:49 -03:00 |
|
Roojay
|
394b6e0572
|
fix(api): http ResponseType export type error (#2065)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-06-24 09:38:29 -03:00 |
|
github-actions[bot]
|
5353379d15
|
Apply Version Updates From Current Changes (#1823)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2021-06-23 16:56:16 -03:00 |
|
Lucas Nogueira
|
b4426eda9e
|
Revert "WebDriver support (#1972)"
This reverts commit be76fb1dfe .
|
2021-06-23 16:30:40 -03:00 |
|
Lucas Fernandes Nogueira
|
ebaa33cb47
|
fix(core): remove closed window from window.__TAURI__.__windows (#2057)
|
2021-06-23 16:20:19 -03:00 |
|
Lucas Fernandes Nogueira
|
fca976404e
|
fix(wry): window event listeners being emitted to all windows (#2056)
|
2021-06-23 16:20:09 -03:00 |
|
Lucas Fernandes Nogueira
|
dee71ad583
|
fix(workflows): update docs workflow syntax (#2054)
|
2021-06-23 15:24:23 -03:00 |
|
Lucas Fernandes Nogueira
|
47f7558417
|
fix(core): resolve HTTP API on non-ok status code, fix binary response, closes #2046 (#2053)
|
2021-06-23 14:22:28 -03:00 |
|
Lucas Nogueira
|
c22e5a7c2e
|
fix(covector): keep tauri-driver version as alpha
|
2021-06-23 14:20:14 -03:00 |
|
chip
|
be76fb1dfe
|
WebDriver support (#1972)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-06-23 13:59:47 -03:00 |
|
Lucas Fernandes Nogueira
|
f0603fccb3
|
feat(bundler): desktop shortcut on Windows (#2052)
|
2021-06-23 13:02:28 -03:00 |
|
Lucas Fernandes Nogueira
|
160fb0529f
|
feat(core): improve RPC security, closes #814 (#2047)
|
2021-06-22 17:29:10 -03:00 |
|
Lucas Fernandes Nogueira
|
034c26013b
|
feat(core): add accelerator method to CustomMenuItem (#2043)
|
2021-06-22 12:53:13 -03:00 |
|
Lucas Fernandes Nogueira
|
59784c7e55
|
feat(core): implement CommandArg for AppHandle (#2037)
|
2021-06-21 14:00:34 -03:00 |
|
Lucas Fernandes Nogueira
|
1006c1cf3b
|
fix(core): HTTP headers being overwritten by reqwest, closes #2032 (#2036)
|
2021-06-21 13:47:21 -03:00 |
|
Lucas Fernandes Nogueira
|
285bf64bf9
|
feat(core): add clipboard writeText and readText APIs (#2035)
|
2021-06-21 13:32:22 -03:00 |
|
Lucas Fernandes Nogueira
|
3280c4aa91
|
refactor(core): global shortcut is now provided by tao (#2031)
|
2021-06-21 12:29:26 -03:00 |
|
Lucas Fernandes Nogueira
|
9cd10df4d5
|
feat(core): allow disabling file drop handler, closes #2014 (#2030)
|
2021-06-21 10:55:14 -03:00 |
|
Lucas Fernandes Nogueira
|
b769c7f7da
|
feat(bundler): windows installer license, closes #2009 (#2027)
|
2021-06-21 10:36:13 -03:00 |
|
Lucas Fernandes Nogueira
|
7dcca6e928
|
feat(core): add request_user_attention API, closes #2023 (#2026)
* feat(core): add `request_user_attention` API
* fix: api lint
* fix build without window allowlist
|
2021-06-20 23:42:38 -03:00 |
|
Lucas Fernandes Nogueira
|
08c161c5e8
|
fix(core): remove window from HashMap on close (#2024)
|
2021-06-20 14:12:28 -03:00 |
|
Lucas Fernandes Nogueira
|
8a7921e5cb
|
fix(core): fallback to index.html on asset loading, closes #2020 #2021 (#2022)
|
2021-06-20 11:47:15 -03:00 |
|
Lucas Fernandes Nogueira
|
70fc87a7ff
|
feat(core): add config and package_info getters on App and AppHandle (#2016)
|
2021-06-20 09:42:11 -03:00 |
|
Lucas Fernandes Nogueira
|
5ca462f6cc
|
feat(core): add path resolver API to the App and AppHandle structs (#2015)
|
2021-06-19 14:47:30 -03:00 |
|
Lucas Fernandes Nogueira
|
86d0aaa021
|
fix(core): notification panic on Windows, closes #917 (#2011)
|
2021-06-19 13:57:45 -03:00 |
|
Lucas Fernandes Nogueira
|
2a5ba7fe77
|
feat(core): add error message to HTTP API rejection, closes #2003 (#2004)
|
2021-06-17 11:33:53 -03:00 |
|
Lucas Fernandes Nogueira
|
ab3eb44bac
|
fix(core): deadlock on window getters, fixes #1893 (#1998)
* fix(core): deadlock on window getters, fixes #1893
* fix compilation without menu feature
|
2021-06-16 11:07:41 -03:00 |
|
Lucas Fernandes Nogueira
|
954460c520
|
feat(core): MenuHandle show , hide , is_visible and toggle APIs (#1958)
|
2021-06-15 22:04:44 -03:00 |
|
Edgar Geier
|
cca8115d9c
|
refactor: update wry, simplify script eval (#1965)
* refactor: simplify `handle_event_loop`
* update wry to git rev
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-06-15 22:04:06 -03:00 |
|
Lucas Fernandes Nogueira
|
4791961981
|
feat(bundler): allow setting wix language, closes #1976 (#1988)
|
2021-06-15 21:12:34 -03:00 |
|
nothingismagick
|
463fd00d06
|
fix(csp): add wss and tauri to conf template (#1974)
* fix(csp): add wss and tauri to conf template
* add change file, update examples/docs
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-06-15 13:37:24 -03:00 |
|
Lucas Fernandes Nogueira
|
49fb3b7225
|
fix(core): build without dialog Cargo features (#1973)
|
2021-06-09 22:22:26 -03:00 |
|
Lucas Fernandes Nogueira
|
cd1a299a7d
|
chore(core): hide phf, closes #1961 (#1964)
|
2021-06-09 19:04:31 -03:00 |
|
Lucas Fernandes Nogueira
|
5cba6eb4d2
|
feat(core): add window center API, closes #1822 (#1954)
|
2021-06-05 18:20:16 -03:00 |
|
Lucas Fernandes Nogueira
|
6a95d7acc3
|
fix(cli.rs): info version checks not striping \r on Windows (#1952)
|
2021-06-05 09:23:09 -03:00 |
|
Lucas Fernandes Nogueira
|
dc6b0d8522
|
feat(core): set .rc values from tauri.conf.json, closes #1849 (#1951)
|
2021-06-05 01:16:54 -03:00 |
|
Lucas Fernandes Nogueira
|
9bf82f0d92
|
fix(core): run_on_main_thread now wakes the event loop (#1949)
* fix(core): `run_on_main_thread` now wakes the event loop
* chore: simplify code
|
2021-06-04 22:23:03 -03:00 |
|
Oleg Shilov
|
07fd9a92de
|
fix(core): add hash symbol in uri parse, closes #1943 (#1947)
* fix(core): add hash symbol in uri parse
* chore: add changelog
Co-authored-by: Evgeniy Abramov <i@kio.ninja>
|
2021-06-04 18:37:23 -03:00 |
|
Lucas Fernandes Nogueira
|
f7e9fe8f3f
|
refactor(core): new system tray and window menu APIs, closes #1898 (#1944)
|
2021-06-04 13:51:15 -03:00 |
|
Lucas Fernandes Nogueira
|
8f29a260e6
|
fix(cli.rs): copy resources and binaries on dev, closes #1298 (#1946)
|
2021-06-04 01:58:15 -03:00 |
|
Lucas Fernandes Nogueira
|
8be35ced78
|
fix(cli.rs): tauri.conf.json > tauri > bundle > targets being ignored (#1945)
* fix(cli.rs): `tauri.conf.json > tauri > bundle > targets` being ignored
* fix: cli.ts run
|
2021-06-04 00:57:00 -03:00 |
|
Lucas Fernandes Nogueira
|
c021968eb8
|
fix(core): asset loading not decoding percent-encoded path, closes #1879 (#1938)
|
2021-06-01 15:49:24 -03:00 |
|