Lucas Nogueira
|
1341ca9a1b
|
chore(cli.rs): adjust info command output formatting [skip ci]
|
2021-05-31 13:33:44 -03:00 |
|
Lucas Nogueira
|
4937741d33
|
chore(docs): document cargo features [skip ci]
|
2021-05-31 13:29:09 -03:00 |
|
Jacob Bolda
|
a5d821efd5
|
fix cta workflow to use platform (instead of branch) (#1929)
|
2021-05-31 10:53:27 -05:00 |
|
Lucas Fernandes Nogueira
|
6ec54c53b5
|
feat(core): allow dev_path , dist_dir as array of paths, fixes #1897 (#1926)
* feat(core): allow `dev_path`, `dist_dir` as array of paths, fixes #1897
* fix: clippy
|
2021-05-31 11:42:10 -03:00 |
|
Lucas Fernandes Nogueira
|
cb6c807ac8
|
Merge pull request #1925 from tauri-apps/feat/new-tao-apis
|
2021-05-30 22:57:04 -03:00 |
|
Lucas Nogueira
|
e06aa27738
|
feat(core): add set_skip_taskbar API
|
2021-05-30 22:09:12 -03:00 |
|
renovate[bot]
|
7e160675d1
|
chore(deps) Update Tauri JS CLI (major) (#1788)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 21:01:24 -03:00 |
|
renovate[bot]
|
4d38f2e2b4
|
chore(deps) Update Rust crate semver to v1 (#1909)
* chore(deps) Update Rust crate semver to v1
* fix: build
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-05-30 20:43:43 -03:00 |
|
dependabot[bot]
|
2dc93b4ee3
|
chore(deps): bump ws from 7.4.4 to 7.4.6 in /tooling/cli.js (#1923)
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.4.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-30 20:42:17 -03:00 |
|
Lucas Nogueira
|
5525b03a78
|
feat(core): add skip_taskbar API to the WindowBuilder/WindowOptions
|
2021-05-30 18:43:28 -03:00 |
|
Lucas Nogueira
|
36506c967d
|
feat(core): add is_visible API
|
2021-05-30 18:06:24 -03:00 |
|
Lucas Nogueira
|
5f351622c7
|
feat(core): add focus API to the WindowBuilder and WindowOptions, #1737
|
2021-05-30 17:41:28 -03:00 |
|
Lucas Nogueira
|
bb6992f888
|
feat(core): add set_focus window API, fixes #1737
|
2021-05-30 17:30:26 -03:00 |
|
Lucas Nogueira
|
1e8af280c2
|
feat(core): add is_resizable Window getter
|
2021-05-30 17:23:52 -03:00 |
|
Lucas Nogueira
|
f58a2114fb
|
feat(core): add is_decorated Window getter
|
2021-05-30 17:21:05 -03:00 |
|
renovate[bot]
|
f63925e776
|
chore(deps) Update Rust crate thiserror to 1.0.25 (#1899)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 17:05:32 -03:00 |
|
renovate[bot]
|
0642944547
|
chore(deps) Update Rust crate winreg to 0.9 (#1901)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 17:05:23 -03:00 |
|
renovate[bot]
|
77cce60baf
|
chore(deps) Update Rust crate handlebars to v4 (#1904)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 17:04:28 -03:00 |
|
Laegel
|
23707764dc
|
Drag region attribute check (#1907)
|
2021-05-30 17:04:17 -03:00 |
|
renovate[bot]
|
998cbed565
|
chore(deps) Update Tauri CLI (major) (#1905)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 17:01:09 -03:00 |
|
dependabot[bot]
|
d80038f906
|
chore(deps): bump browserslist from 4.16.3 to 4.16.6 in /tooling/cli.js (#1910)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-30 17:00:46 -03:00 |
|
renovate[bot]
|
65eba71f9d
|
chore(deps) Update Tauri API Definitions (#1902)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 17:00:08 -03:00 |
|
renovate[bot]
|
053a5a73b5
|
chore(deps) Update create-tauri-app (#1903)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 17:00:00 -03:00 |
|
Amr Bashir
|
277f5ca5a8
|
feat(api): export BaseDirectory in path module (#1885)
|
2021-05-30 16:59:46 -03:00 |
|
renovate[bot]
|
bd21f70fb4
|
chore(deps) Update Tauri JS CLI (#1900)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-30 16:59:05 -03:00 |
|
imspace
|
3bf853d782
|
feat(cli.rs): support tauri build on M1 chip (#1915)
|
2021-05-29 01:21:24 -03:00 |
|
renovate[bot]
|
e85472b9e2
|
chore(deps) Update create-tauri-app to v27 (#1906)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-26 20:50:34 -05:00 |
|
Lucas Fernandes Nogueira
|
abf78c5860
|
fix(core): set parent window handle on dialogs, closes #1876 (#1889)
|
2021-05-21 16:53:46 -03:00 |
|
david
|
977b3a8a08
|
feat(benches): Basic bench implementation (#1871)
|
2021-05-21 16:50:40 -03:00 |
|
Lucas Fernandes Nogueira
|
8c0d0739ee
|
feat(core): add run_iteration , parent_window and owner_window APIs, closes #1872 (#1874)
|
2021-05-21 16:16:05 -03:00 |
|
Poly
|
74714177e8
|
feat(core) Use rfd for message dialogs (#1887)
|
2021-05-21 15:44:29 -03:00 |
|
Lucas Fernandes Nogueira
|
35a2052771
|
fix(bundler): windows resources bundling with nested folders (#1878)
* fix(bundler): windows resources bundling with nested folders
* fix: change file
|
2021-05-21 13:35:55 -03:00 |
|
Lucas Fernandes Nogueira
|
4aeb936e9b
|
fix(api): WebviewWindow constructor is public (#1888)
|
2021-05-21 13:25:10 -03:00 |
|
Lucas Fernandes Nogueira
|
d1f650edd3
|
chore(docs): improve manage API examples on interior mutability (#1875)
|
2021-05-20 10:40:18 -03:00 |
|
renovate[bot]
|
f0ca35f443
|
chore(deps) Update create-tauri-app (#1867)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-19 18:17:32 -03:00 |
|
renovate[bot]
|
f6b672c90e
|
chore(deps) Update Tauri JS CLI (#1868)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-19 18:01:53 -03:00 |
|
Lucas Fernandes Nogueira
|
aab3e1f18b
|
refactor(core): move api modules behind allowlist feature flags (#1864)
* refactor(core): move api modules behind allowlist feature flags
* run fmt
|
2021-05-19 09:21:57 -03:00 |
|
renovate[bot]
|
d509b2d6ff
|
chore(deps) Update Tauri JS CLI (#1866)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-19 01:52:24 -03:00 |
|
renovate[bot]
|
9726979116
|
chore(deps) Update Rust crate terminal_size to 0.1.17 (#1862)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-05-19 01:51:09 -03:00 |
|
renovate[bot]
|
eeb2bde464
|
chore(deps) Update Tauri Core (#1865)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-19 01:50:58 -03:00 |
|
renovate[bot]
|
c7dec3179b
|
chore(deps) Update Tauri API Definitions (#1863)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-05-19 01:16:01 -03:00 |
|
Lucas Fernandes Nogueira
|
17c7c4396f
|
refactor(core): use attohttpc by default (#1861)
|
2021-05-19 01:06:08 -03:00 |
|
Noah Klayman
|
f237435093
|
feat(macros/generate_handler): add doc comment (#1860)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-05-18 22:42:34 -03:00 |
|
Lucas Fernandes Nogueira
|
1be37a3f30
|
refactor(core): remove image dependency (#1859)
|
2021-05-18 21:46:21 -03:00 |
|
Lucas Fernandes Nogueira
|
95d518afa1
|
feat(core): expose AppHandle , add create_window API (#1855)
|
2021-05-18 16:49:01 -03:00 |
|
chip
|
3d8dcbbf81
|
fix(core): allow wry to be an optional dep again (fix #1841) (#1854)
|
2021-05-18 00:42:02 -03:00 |
|
Lucas Fernandes Nogueira
|
2881ccc329
|
docs(api): document allowlist for each module (#1853)
|
2021-05-17 22:33:09 -03:00 |
|
Lucas Fernandes Nogueira
|
de147cd3a9
|
docs(api): document window.__TAURI__ option on each module [skip ci] (#1852)
|
2021-05-17 17:56:14 -03:00 |
|
chip
|
5ff0c98dad
|
docs(cli.rs): add note on debian dependency (#1851)
|
2021-05-17 17:45:20 -03:00 |
|
Lucas Fernandes Nogueira
|
e97846aae9
|
feat(core): validate devPath and distDir values (#1848)
* feat(core): validate `devPath` and `distDir` values
* fix tests
|
2021-05-17 14:47:05 -03:00 |
|