Amr Bashir
|
9aa0d6e959
|
chore: remove unstable log features & use qualified log::<macro> path (#9069)
* chore: remove unstable log features & use qualified `log::<macro>` path
* fmt
* fix build
|
2024-03-04 21:22:07 +02:00 |
|
renovate[bot]
|
b4ffbe7aa2
|
chore(deps) Update Tauri CLI (dev) (#8226)
* chore(deps) Update Tauri CLI
* updates
* fmt
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2024-03-03 11:36:35 -03:00 |
|
Lucas Fernandes Nogueira
|
4f78941763
|
chore(cli): update deps, fix log compilation issue (#9034)
|
2024-02-29 10:22:47 -03:00 |
|
github-actions[bot]
|
ab060ebb34
|
Apply Version Updates From Current Changes (#9000)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2024-02-29 00:06:59 -03:00 |
|
github-actions[bot]
|
31a33d4680
|
Apply Version Updates From Current Changes (#8980)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
|
2024-02-26 23:05:51 -03:00 |
|
Amr Bashir
|
06d63d67a0
|
feat(cli): add new acl subcommands (#8827)
* unify `CI` var handling, and lay foundation for `permission` subcommand
* feat(cli/init&new): create `permissions` directory by default for plugins
* generate permissions with consistent pathing on windows and unix
* `pemrission create` initial implementation
* add ls command
* finalize `permission create` subcommand
* `permission rm` subcommand
* `permission add` subcommand
* remove empty `permission copy` subcommand
* clippy
* `capability create` subcommand and move modules under `acl` directory
* fix multiselect for `permission add` when capabilty doesn't have identifier
* clippy
* `create` -> `new` and change file
* license headers
* more license headers
* clippy
* Discard changes to examples/resources/src-tauri/.gitignore
* fix build
* cleanup
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2024-02-26 14:42:13 -03:00 |
|
Lucas Fernandes Nogueira
|
cbd9755e09
|
fix: process logs not showing on iOS (#8977)
|
2024-02-25 17:38:27 -03:00 |
|
github-actions[bot]
|
0606ab326b
|
Apply Version Updates From Current Changes (#8938)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2024-02-22 18:50:24 -03:00 |
|
Lucas Nogueira
|
5ddea72c50
|
chore: update cargo-mobile2 to 0.10.2 ref #8949
|
2024-02-22 15:35:14 -03:00 |
|
Lucas Fernandes Nogueira
|
e538ba586c
|
fix(cli): process spawn not working on Node.js for mobile commands, closes #6203 (#8949)
|
2024-02-22 15:14:55 -03:00 |
|
github-actions[bot]
|
af646520cf
|
Apply Version Updates From Current Changes (#8918)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2024-02-21 12:00:32 -03:00 |
|
Lucas Fernandes Nogueira
|
a029b9f77e
|
feat(cli): codesign on iOS is optional for the simulator (#8910)
* feat(cli): codesign on iOS is optional for the simulator
* cargo-mobile2 0.10
|
2024-02-21 09:52:46 -03:00 |
|
github-actions[bot]
|
18ff84fc81
|
Apply Version Updates From Current Changes (#8775)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2024-02-19 15:49:28 -03:00 |
|
Lucas Nogueira
|
c426c0dca2
|
merge from 1.x
|
2024-02-19 08:03:05 -03:00 |
|
Lucas Nogueira
|
e816a46b95
|
chore: update lock files
|
2024-02-18 23:46:17 -03:00 |
|
github-actions[bot]
|
b735b6799f
|
Apply Version Updates From Current Changes (v1) (#8475)
* chore: change bump to patch
* apply version updates
---------
Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
|
2024-02-18 19:31:52 -03:00 |
|
Fabian-Lars
|
052e8b4311
|
fix(cli): Downgrade minisign to 0.7.3 once again (#8838)
* fix(cli): Downgrade minisign to 0.7.3 once again
* add tests
* add change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2024-02-16 08:24:00 -03:00 |
|
Amr Bashir
|
b0f27814b9
|
fix(cli): map --profile dev to debug folder when finding executable (#8776)
|
2024-02-05 16:12:08 +02:00 |
|
github-actions[bot]
|
d54a2b055a
|
Apply Version Updates From Current Changes (#8759)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
|
2024-02-04 17:06:31 -03:00 |
|
github-actions[bot]
|
88a1dd17c3
|
Apply Version Updates From Current Changes (#8638)
* apply version updates
* promote to beta
* fix check version
* update dependencies section [skip ci]
* update npm versions
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2024-02-03 10:59:09 -03:00 |
|
github-actions[bot]
|
e0b38d7434
|
Apply Version Updates From Current Changes (#8438)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
|
2024-01-16 18:11:50 -03:00 |
|
Ning Sun
|
ef9fb982f8
|
feat: upgrade handlebars to 5.0 (#8615)
|
2024-01-16 17:21:18 +02:00 |
|
Olivier Lemasle
|
091100acbb
|
feat(bundler): Add RPM packaging, closes #4402 (#5202)
* feat(bundler): Add RPM packaging
* feat(bundler): Update 'rpm' to 0.13.1
* Fix fmt
|
2023-12-23 18:38:15 +01:00 |
|
github-actions[bot]
|
5966812735
|
Apply Version Updates From Current Changes (v1) (#8396)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-12-20 13:50:17 -03:00 |
|
Fabian-Lars
|
0a2175eabb
|
fix(cli): expand globs in workspace member paths (#8439)
* fix(cli): Expand globs in workspace member paths
fixes #8403
* unusued import
* into_iter
* return error instead of of empty vec
* Update dev-watcher-glob.md
|
2023-12-20 15:57:10 +02:00 |
|
Lucas Nogueira
|
a9b87c057d
|
Merge branch '1.x' into dev
|
2023-12-19 13:52:53 -03:00 |
|
Lucas Nogueira
|
6cd6d3fb32
|
chore(utils): add change file for #7964
|
2023-12-19 12:48:05 -03:00 |
|
github-actions[bot]
|
e44b36fea4
|
Apply Version Updates From Current Changes (#8274)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-12-19 11:03:26 -03:00 |
|
github-actions[bot]
|
f9c97b7e5b
|
Apply Version Updates From Current Changes (v1) (#8377)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
|
2023-12-13 14:43:54 -03:00 |
|
amrbashir
|
14e29f320d
|
chore: update tauri-cli lock file
|
2023-12-01 04:27:26 +02:00 |
|
github-actions[bot]
|
61cc7d9c5a
|
Apply Version Updates From Current Changes (v1) (#8203)
* apply version updates
* fmt
---------
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
|
2023-12-01 03:05:05 +02:00 |
|
阿良仔
|
f78e5e4d4a
|
refactor: replace once_cell with std::sync::OnceLock (#8309)
Our MSRV is currently 1.70 and these new types were introduced in 1.70
|
2023-11-29 01:12:03 +02:00 |
|
Amr Bashir
|
3b91e236c6
|
refactor(tauri-utils)!: remove windows_version and is_windows_7 (#8271)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-11-20 18:21:42 -03:00 |
|
github-actions[bot]
|
3acf0d2ba4
|
Apply Version Updates From Current Changes (#8140)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-11-20 15:11:24 -03:00 |
|
renovate[bot]
|
626121e7bf
|
chore(deps) Update Tauri CLI (1.x) (#8193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-11-13 23:58:27 -03:00 |
|
Lucas Fernandes Nogueira
|
25e5f91dae
|
feat(cli): merge user-defined plist with the iOS plist file (#8200)
|
2023-11-13 21:12:44 -03:00 |
|
renovate[bot]
|
88ee0d8a04
|
chore(deps) Update Tauri CLI (dev) (#8097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-11-09 08:31:32 -03:00 |
|
fetzsav
|
50f7ccbbf3
|
[feat (issue #6389)] make tauri icon support SVGs (#6444)
Co-authored-by: Fetzer <fetz@fetzverse.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2023-11-07 09:58:01 -03:00 |
|
github-actions[bot]
|
618c4538ea
|
Apply Version Updates From Current Changes (#8064)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-10-28 15:04:15 -03:00 |
|
github-actions[bot]
|
ae75004cee
|
Apply Version Updates From Current Changes (v1) (#8065)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-10-23 21:20:02 -03:00 |
|
Fabian-Lars
|
5264e41db3
|
fix(deps): Downgrade minisign to 0.7.3 again (#8082)
|
2023-10-23 15:12:00 -03:00 |
|
Lucas Nogueira
|
c6c59cf237
|
Merge branch '1.x' into dev
|
2023-10-20 08:56:02 -03:00 |
|
renovate[bot]
|
5f75ebbbbb
|
chore(deps) Update Tauri CLI (1.x) (#8051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-10-20 02:26:11 +00:00 |
|
github-actions[bot]
|
ae13be2d17
|
Apply Version Updates From Current Changes (v1) (#8062)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-10-19 16:48:27 +00:00 |
|
github-actions[bot]
|
d16206a086
|
Apply Version Updates From Current Changes (#8005)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-10-19 16:04:21 +00:00 |
|
Lucas Fernandes Nogueira
|
9bead42dbc
|
feat(cli): allow rotating updater private key (#8059)
|
2023-10-19 15:43:48 +00:00 |
|
renovate[bot]
|
c90ee65dbf
|
chore(deps) Update Tauri CLI (dev) (#7630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-10-19 11:14:23 -03:00 |
|
renovate[bot]
|
94bef1c705
|
chore(deps) Update Tauri CLI (1.x) (#7641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-10-18 09:48:30 -03:00 |
|
github-actions[bot]
|
550173aaf5
|
Apply Version Updates From Current Changes (v1) (#8022)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-10-17 12:29:33 -03:00 |
|
Amr Bashir
|
9d40840299
|
chore: update tauri-cli lock file (#8015)
|
2023-10-16 08:50:11 -03:00 |
|