Commit Graph

26 Commits

Author SHA1 Message Date
Fractal-Tess
1565df2ffd remove plugin 2022-12-21 02:56:30 +02:00
Fractal-Tess
9a0a951e46 port 2022-12-21 02:07:40 +02:00
dependabot[bot]
8291c61871 Bump serde_json from 1.0.82 to 1.0.91 in /src-tauri (#17)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.91.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.82...v1.0.91)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-20 17:46:55 +02:00
dependabot[bot]
c8c91bd152 Bump tauri-build from 1.0.4 to 1.2.1 in /src-tauri (#18)
Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 1.0.4 to 1.2.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.0.4...tauri-build-v1.2.1)

---
updated-dependencies:
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-20 17:46:46 +02:00
dependabot[bot]
d0fc297bd7 Bump sha2 from 0.10.2 to 0.10.6 in /src-tauri (#13)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.6)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-19 03:34:12 +02:00
dependabot[bot]
299278a74b Bump tauri-plugin-store from 9e3732e to 9bd993a in /src-tauri (#12)
Bumps [tauri-plugin-store](https://github.com/tauri-apps/tauri-plugin-store) from `9e3732e` to `9bd993a`.
- [Release notes](https://github.com/tauri-apps/tauri-plugin-store/releases)
- [Commits](9e3732e0cf...9bd993aa67)

---
updated-dependencies:
- dependency-name: tauri-plugin-store
  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-19 03:34:02 +02:00
dependabot[bot]
4b0bce7c7f Bump serde from 1.0.140 to 1.0.151 in /src-tauri (#14)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.151.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.140...v1.0.151)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-19 03:33:49 +02:00
dependabot[bot]
bbe056d0b1 Bump tauri-plugin-window-state from a10a3de to 17f4680 in /src-tauri (#15)
Bumps [tauri-plugin-window-state](https://github.com/tauri-apps/tauri-plugin-window-state) from `a10a3de` to `17f4680`.
- [Release notes](https://github.com/tauri-apps/tauri-plugin-window-state/releases)
- [Commits](a10a3defb4...17f4680629)

---
updated-dependencies:
- dependency-name: tauri-plugin-window-state
  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-19 03:33:39 +02:00
dependabot[bot]
2805995b9b Bump tauri from 1.1.1 to 1.2.2 in /src-tauri (#16)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.1 to 1.2.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.1...tauri-v1.2.2)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-19 03:33:19 +02:00
Fractal-Tess
d4615a22ff expanded starter function 2022-11-09 23:10:54 +02:00
Fractal-Tess
385aa2e7c6 removed comment and improved plugin init syntax 2022-11-09 22:00:26 +02:00
Fractal-Tess
124ab3926a bump tauri 2022-09-21 21:07:19 +03:00
Fractal-Tess
2dea096a14 new icon 2022-09-21 21:04:49 +03:00
Fractal-Tess
04b41e9016 description 2022-09-21 08:01:41 +03:00
Fractal-Tess
8b33a9f574 updated identifier 2022-09-21 08:01:29 +03:00
Fractal-Tess
8c3e36d379 fix last commit 2022-09-18 04:13:31 +03:00
Fractal-Tess
7458f45138 update config 2022-09-18 04:12:56 +03:00
Fractal-Tess
8472508005 switch to pnpm 2022-09-18 04:10:30 +03:00
Fractal-Tess
0cb224d15b purged ignore file 2022-09-17 22:36:49 +03:00
Fractal-Tess
967dce733a all targets 2022-09-15 20:34:14 +03:00
Fractal-Tess
c6584b909f config update 2022-09-15 20:33:56 +03:00
Fractal-Tess
c50fc43e9c fix: 🩹 switched package manager
The main reason reason for this switch is a postcss parsing error of some css classes when using pnpm
2022-09-12 11:57:14 +03:00
rGamer9
40b8c2b9e3 reduce initial window size 2022-09-04 19:09:12 +03:00
Fractal-Tess
8d46ff44af new icon pack 2022-09-04 04:40:50 +03:00
Fractal-Tess
775a8bd1ae changed dev & build package manger call from tauri 2022-08-27 19:10:28 +03:00
Fractal-Tess
3e2667722a first commit 2022-07-30 17:58:06 +03:00