Lucas Fernandes Nogueira
|
8fd1baf69b
|
fix(core): pull package info from tauri.conf.json if set (#1581)
* fix(core): pull package info from tauri.conf.json if set
* fix: codegen
|
2021-04-22 12:28:18 -03:00 |
|
nothingismagick
|
7d8eb5effb
|
chore(authors): use programme title (#1478)
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
|
2021-04-14 13:11:08 -05:00 |
|
github-actions[bot]
|
49c450d6fe
|
Apply Version Updates From Current Changes (#1165)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-14 10:50:15 -03:00 |
|
nothingismagick
|
22d1803b77
|
chore(license): purge template path because not everyone is a robot (#1462)
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
|
2021-04-12 10:57:42 -03:00 |
|
chip
|
a6def7066e
|
Refactor(tauri): move tauri-api and tauri-updater to tauri (#1455)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-12 01:09:41 -03:00 |
|
chip
|
7fab1c039b
|
refactor(tauri): expose all items meant to be public (#1454)
|
2021-04-11 20:44:01 -03:00 |
|
nothingismagick
|
bf82136466
|
feat(license): SPDX Headers (#1449)
* chore(licenses): api
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(licenses): scripts
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): cli/core
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): cli/tauri-bundler
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): workflows
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): require license_template in rust
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-api
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-build
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-codegen
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-macros
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-updater
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-utils
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): examples
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): cli/tauri.js
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): changefile
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): place both licenses in root
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): package.json SPDX
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): SPDX everywhere
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* fix(tauri.js): tests more time for ubuntu
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): commons conservancy language
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): add spdx file
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* fix(license): clippy
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): language
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
|
2021-04-11 00:09:09 +02:00 |
|
Lucas Fernandes Nogueira
|
8b36fe0c5d
|
refactor: move tauri crates to /core folder (#1444)
|
2021-04-08 13:22:20 -03:00 |
|
chip
|
8584e667cd
|
speed up asset inclusion on debug mode (fixes #1394) (#1430)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-06 01:15:53 -03:00 |
|
david
|
6d70c8e1e2
|
feat(updater): Alpha version (#643)
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: nothingismagick <denjell@mailscript.com>
Co-authored-by: Laegel <valentin.chouaf@laposte.net>
|
2021-04-05 14:51:17 -03:00 |
|
chip
|
2158a68d7d
|
wip: big refactor, removing application cycle + allowing generic parameters to the application (#1400)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-03 21:41:04 -03:00 |
|
Lucas Nogueira
|
5eb04461ae
|
fix: asset resolution on debug mode
|
2021-03-31 02:51:32 -03:00 |
|
William
|
0d3e2c5542
|
Fix extremely slow dev builds caused by embedding + compressing assets at compile time (#1395)
|
2021-03-27 19:51:09 -03:00 |
|
Lucas Fernandes Nogueira
|
8bdd894925
|
refactor(core): move bundle script to /tauri crate (#1377)
* refactor(core): move bundle script to /tauri crate
* fix(cli): clippy
* fix(core): tests
|
2021-03-23 00:03:07 -03:00 |
|
chip
|
c88838aa76
|
feat: build without proc macros (#1226)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-03-12 22:10:19 -03:00 |
|