Amr Bashir
|
7fc29c326b
|
chore: add repository field in Cargo.toml (#1143)
closes #1135
|
2024-04-05 00:15:04 +02:00 |
|
github-actions[bot]
|
815a7073bc
|
Publish New Versions (v2) (#1116)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2024-04-02 18:57:12 -03:00 |
|
github-actions[bot]
|
70136b1fe8
|
Publish New Versions (v2) (#1047)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2024-03-21 09:01:05 -03:00 |
|
github-actions[bot]
|
5006717a7f
|
publish new versions (#986)
|
2024-03-07 00:24:51 -03:00 |
|
lucasfernog
|
e0d415e405
|
publish new versions
|
2024-02-21 14:40:33 -03:00 |
|
Lucas Nogueira
|
abd0176cc1
|
beta
|
2024-02-03 15:46:15 -03:00 |
|
lucasfernog
|
18e478aba0
|
publish new versions
|
2024-02-03 15:46:07 -03:00 |
|
Tillmann
|
d198c01486
|
feat: update to tauri beta, add permissions (#862)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
|
2024-02-03 15:14:41 -03:00 |
|
github-actions[bot]
|
e80626cf81
|
Publish New Versions (v2) (#854)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
|
2023-12-28 10:37:04 -03:00 |
|
github-actions[bot]
|
8c6d96e645
|
Publish New Versions (v2) (#832)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-12-19 23:56:51 -03:00 |
|
github-actions[bot]
|
68cb23f9c0
|
Publish New Versions (v2) (#723)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-12-14 15:44:44 -03:00 |
|
Fabian-Lars
|
251852ccbc
|
chore: Merge branch v1 into v2 (#702)
|
2023-11-13 21:50:13 -03:00 |
|
github-actions[bot]
|
d4d1633c4d
|
Publish New Versions (v2) (#688)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-10-29 16:19:52 -03:00 |
|
Lucas Fernandes Nogueira
|
e438e0a62d
|
feat: update to alpha.17, typed mobile plugin IPC arguments (#676)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2023-10-29 16:06:44 -03:00 |
|
github-actions[bot]
|
437dfba814
|
Publish New Versions (v2) (#629)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-10-23 09:01:39 -03:00 |
|
github-actions[bot]
|
903361100c
|
Publish New Versions (v2) (#589)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-09-07 00:23:17 -03:00 |
|
github-actions[bot]
|
553c87bde0
|
Publish New Versions (v2) (#423)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-08-14 15:11:44 -03:00 |
|
Lucas Fernandes Nogueira
|
d5a7c77a8d
|
fix(docs): enable tauri/dox feature on docs.rs build (#545)
|
2023-08-10 10:23:27 -03:00 |
|
Lucas Nogueira
|
43be6c7585
|
Merge remote-tracking branch 'origin/v1' into v2
|
2023-05-24 10:42:03 -03:00 |
|
github-actions[bot]
|
a2d68e04a1
|
Publish New Versions (v2) (#374)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-05-24 10:33:37 -03:00 |
|
Lucas Fernandes Nogueira
|
717ae67097
|
feat: prepare v2 alpha release (#371)
|
2023-05-18 10:08:37 -03:00 |
|
github-actions[bot]
|
843800ab1e
|
Publish New Versions (#341)
* publish new versions
* Update Cargo.toml
* add msrv note to changelog
* changelog wording
---------
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2023-05-17 17:52:51 +02:00 |
|
Lucas Fernandes Nogueira
|
702b7b36bd
|
refactor: move deleted tauri APIs, prepare for next release (#355)
|
2023-05-13 12:32:30 -03:00 |
|
renovate[bot]
|
57727f262a
|
fix(deps): update rust crate aho-corasick to v1 (#333)
* fix(deps): update rust crate aho-corasick to v1
* fix compilation
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2023-04-26 16:40:22 +02:00 |
|
Fabian-Lars
|
ebb2eb2fe2
|
fix(persisted-scope): Prevent out-of-memory issues, fixes #274 (#328)
* fix(persisted-scope): Unescape paths before saving to disk.
* fix cfg flags
* dedupe code
* unescape when reading to try to fix existing files
* add more patterns. only fix pattern on app start. don't check if pattern is allowed already.
* remove dbg log
* typo
* remove unused imports
* clippy
* fix compilation with asset-protocol feature flag enabled
* update patterns
* manually re-save state once
* add changefile
* remove dbg print
|
2023-04-26 12:37:23 +02:00 |
|
Jonas Kruckenberg
|
e6cfc80b17
|
update readmes and package descriptions
|
2023-01-06 17:42:43 +01:00 |
|
Jonas Kruckenberg
|
5966b7d133
|
chore: add rust-version field
|
2023-01-06 17:01:21 +01:00 |
|
Jonas Kruckenberg
|
eb3495fb72
|
copy plugin sources
|
2022-12-14 18:43:39 +01:00 |
|