18 Commits

Author SHA1 Message Date
dependabot[bot]
4d77363615 chore(deps): bump tauri from 1.1.2 to 1.1.3 in /examples/vanilla/src-tauri (#25)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.2...tauri-v1.1.3)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 22:54:20 +02:00
dependabot[bot]
e3611efef3 chore(deps): bump tauri from 1.1.2 to 1.1.3 in /examples/emit-event/src-tauri (#26)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.2...tauri-v1.1.3)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 22:54:12 +02:00
dependabot[bot]
941e10ec8d chore(deps): bump tauri from 1.1.1 to 1.1.2 in /examples/emit-event/src-tauri (#23)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.1...tauri-v1.1.2)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 13:33:21 +02:00
dependabot[bot]
0345c8fb37 chore(deps): bump tauri from 1.1.1 to 1.1.2 in /examples/vanilla/src-tauri (#22)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.1...tauri-v1.1.2)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 13:33:14 +02:00
amrbashir
0c7f1f4cb5 chore: update msrv to 1.60 2022-09-27 22:06:38 +02:00
dependabot[bot]
9bcdd1f447 chore(deps): bump tauri in /examples/emit-event/src-tauri (#16)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.5...tauri-v1.0.6)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 21:39:18 +02:00
dependabot[bot]
9ea14dd0f6 chore(deps): bump tauri in /examples/vanilla/src-tauri (#15)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.2 to 1.0.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.2...tauri-v1.0.6)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 21:39:07 +02:00
Lucas Fernandes Nogueira
bb0374d0e9 fix: use bundle identifier in dbus path and name (#10) 2022-09-06 08:30:33 -03:00
amrbashir
ca63208b6b chore: update lock file 2022-09-01 18:24:54 +02:00
amrbashir
0bdfe927b1 fix(Windows): limit window/class names to 15 chars, closes #5 2022-08-31 01:49:33 +02:00
amrbashir
8baf90d881 chore(deps): update tauri to v1 stable 2022-07-06 00:55:58 +02:00
jojobyte
e825e10165 Remove @tauri-apps/api dependecy 2022-06-16 03:31:33 -06:00
jojobyte
e54755fec5 feat: Add example with an emit_all event 2022-06-16 00:59:37 -06:00
amrbashir
b0052d2da4 feat: pass an AppHandle to the callback 2022-06-15 13:19:02 +02:00
amrbashir
e02e88f4f7 refactor!: always close second instances
Always close second instances and remove the ability to to close them manually
we can bring it later if it is needed
2022-05-03 13:59:07 +02:00
amrbashir
c86f4dc024 feat: implement linux 2022-05-03 13:52:52 +02:00
amrbashir
ff1035740e feat: add the ability to close the new instance 2022-05-01 13:52:34 +02:00
amrbashir
02a59015f7 init 2022-05-01 13:16:13 +02:00