dependabot[bot]
83bf22d36c
chore: bump actions/checkout from 6.0.2 to 6.0.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-03 05:07:14 +00:00
Krishan
9d12943e3a
chore: use shx for cross platform compatibility ( #582 )
2026-05-24 21:15:53 +10:00
Krishan
b670ef0e32
chore: update config.json to match with web code ( #583 )
2026-05-24 21:12:22 +10:00
Krishan
a823e45535
chore: fix script to not break on windows ( #581 )
...
fix script to not break on windows
2026-05-24 21:11:58 +10:00
Krishan
36887eaf40
chore: Release v4.12.2 ( #580 )
...
Release v4.12.2
2026-05-23 23:18:03 +10:00
Krishan
9809657b84
chore: add script for updates ( #578 )
2026-05-23 21:52:55 +10:00
Krishan
2b61520524
fix: update CSP to allow reordering rooms inside space ( #579 )
...
* fix: update CSP to allow reordering rooms inside space
Fixes https://github.com/cinnyapp/cinny/issues/2949
* disable native dnd in windows configuration
* Disable drag and drop for main webview window in lib.rs
* Remove dragDropEnabled setting from tauri.conf.json
* Replace drag_drop_enabled with disable_drag_drop_handler
2026-05-23 21:52:14 +10:00
Krishan
8b7bced138
chore: Release v4.12.1 ( #577 )
...
chore: release v4.12.1
2026-05-15 19:16:31 +10:00
dependabot[bot]
24d34c77d5
chore: bump actions/setup-node from 6.2.0 to 6.4.0 ( #576 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 22:29:10 +10:00
dependabot[bot]
e72e44bb12
chore: bump softprops/action-gh-release from 2.3.3 to 3.0.0 ( #575 )
...
Bump softprops/action-gh-release from 2.3.3 to 3.0.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.3.3 to 3.0.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/6cbd405e2c4e67a21c47fa9e383d020e4e28b836...b4309332981a82ec1c5618f44dd2e27cc8bfbfda )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 14:21:27 +10:00
Shenwei Wang
08fcd330e1
fix: enable tauri plugin opener ( #559 )
...
* fix: enable tauri plugin opener
* fix: add remote urls to make build work on Windows
* fix: update Cargo.lock
We need tauri v2.8.0 since which supports `WebviewBuilder::on_new_window`
* fix: handle `window.open()` using `WebviewBuilder::on_new_window`
---------
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com >
2026-04-13 17:20:44 +10:00
Krishan
0a5f14508c
chore: upload build artifacts to workflow run ( #571 )
...
* Add artifact collection and upload steps to workflow
* Change artifact upload method in test workflow
Replaced the upload-artifact action with a custom bash script to handle artifact uploads.
* Refactor artifact upload process in CI workflow
Removed artifact collection step and added separate upload steps for macOS, Linux, and Windows artifacts.
2026-04-12 18:10:24 +10:00
Pietagorh
a2077499a0
chore: replace link to tauri v1 docs in README ( #568 )
...
now points to tauri v2
2026-04-01 22:33:50 +11:00
Krishan
18b8f696a1
chore: use private vulnerability disclosure ( #565 )
2026-03-22 18:21:18 +11:00
Krishan
957f2a9f77
chore: add issue template to redirect new issues to discussions ( #564 )
...
* chore: add issue template to redirect new issues to discussions
* chore: delete .github/PULL_REQUEST_TEMPLATE.md
* chore: delete .github/ISSUE_TEMPLATE/bug_report.yml
* chore: delete .github/ISSUE_TEMPLATE/feature_request.yml
2026-03-22 17:48:53 +11:00
Shenwei Wang
89804c83ac
fix: use devUrl when dev ( #556 )
2026-03-18 00:29:22 +11:00
Shenwei Wang
a396a54f90
fix: modify CSP to allow connect-src blob ( #549 )
...
* Modify CSP to allow connect-src blob
Updated Content Security Policy to include 'blob' in connect-src.
Fixing #548
* chore(ci): Disable Updater for Fork PRs
* fix: disable createUpdaterArtifacts for fork PRs
* fix: always disable createUpdaterArtifacts
* fix: fix typos
2026-03-17 23:57:32 +11:00
Krishan
3930144876
chore: remove secret from test run
2026-03-13 13:29:00 +11:00
Krishan
d2b51ee0e6
chore(release): v4.11.2 [skip ci] ( #543 )
2026-03-12 01:10:36 +11:00
Krishan
086ba8b77a
fix: version is on top level now ( #542 )
2026-03-12 01:10:18 +11:00
Krishan
8da44b2b88
chore(release): v4.11.1 [skip ci] ( #541 )
2026-03-12 00:35:57 +11:00
Krishan
fcd638bc1c
fix: duplicate window creation and CSP issues ( #540 )
2026-03-12 00:23:50 +11:00
Krishan
c6921d602c
chore: update Renovate configuration for dependency dashboard ( #537 )
...
* Update Renovate configuration for dependency dashboard
* Fix JSON formatting in renovate.json
2026-03-10 14:56:50 +11:00
Krishan
9b3574a80e
chore: add PR title check workflow ( #536 )
...
Add PR title check workflow
2026-03-10 14:56:29 +11:00
Krishan
1e8d28faee
Pin all the action deps to SHA ( #531 )
2026-03-04 00:22:57 +11:00
Krishan
d15e86a176
Update Tauri from v1 to v2 ( #496 )
...
* Upgrade tauri to v2
* update action and disable menu
* Add args to workflow step in test.yml
* Rename environment variables for Tauri signing
* Change mainBinaryName from 'Cinny' to 'cinny'
* Update linux file names to use 'Cinny' instead of 'cinny'
* Upgrade Tauri action to v0.6.1 and fix targets
Updated Tauri action version and corrected target specification.
2026-03-03 23:16:04 +11:00
Krishan
cf839c0fe9
Update Rust installation action in workflow
2026-03-03 22:15:57 +11:00
Krishan
617891af96
Add args to workflow job configuration
2026-03-03 21:47:45 +11:00
Krishan
82d6cc26ec
Fix environment variable names for Tauri signing ( #530 )
2026-03-03 21:20:11 +11:00
Krishan
e4ee81518f
Update Tauri action version to v0.6.1 ( #529 )
2026-03-03 18:49:50 +11:00
Krishan
27565fe635
Update GTK dependency version in test workflow ( #528 )
...
* Update GTK dependency version in test workflow
* Modify test.yml for new platforms and args
Updated GitHub Actions workflow to include Ubuntu 22.04 and additional arguments for macOS.
* Enable pull request trigger for workflow
2026-03-03 11:40:29 +11:00
Krishan
92b4f91c6b
Release v4.10.5 ( #524 )
2026-02-23 23:16:03 +11:00
Krishan
7ae56af131
Release v4.10.4 ( #523 )
...
* Release v4.10.4
* bump cinny submod
2026-02-23 22:48:07 +11:00
renovate[bot]
336313cfa4
Update actions/setup-node action to v6.2.0 ( #521 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-22 18:58:07 +11:00
renovate[bot]
cc07a51ba2
Update actions/checkout action to v6 ( #520 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-22 18:46:41 +11:00
Krishan
24d1e0b0f2
Update node to v24.13.1 LTS ( #509 )
2026-02-22 18:14:28 +11:00
Krishan
fb6dc8ba9a
Release v4.10.3 ( #510 )
2026-02-16 22:51:29 +11:00
Zach
f27b5b9e73
Replace envs.net with unredacted.org in config.json ( #506 )
...
* Replace envs.net with unredacted.org in config.json
* Update defaultHomeserver and modify homeserverList
2026-02-12 10:40:34 +11:00
Krishan
b102ceba08
Release v4.10.2 ( #481 )
2025-11-05 18:22:29 +11:00
Krishan
22f7d58c9f
Release v4.10.1 ( #471 )
2025-09-29 14:50:30 +10:00
dependabot[bot]
934209f93a
Bump softprops/action-gh-release from 2.3.2 to 2.3.3 ( #469 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/72f2c25fcb47643c292f7107632f7a47c1df5cd8...6cbd405e2c4e67a21c47fa9e383d020e4e28b836 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 22:25:57 +10:00
Krishan
fbc7071696
Release v4.10.0 ( #466 )
...
* Release v4.10.0
* bump cinny submodule
2025-08-31 21:24:20 +10:00
Krishan
f127a1474b
Release v4.9.1 ( #463 )
2025-08-17 21:28:42 +10:00
Krishan
8b293cfd51
Release v4.9.0 ( #462 )
...
* Release v4.9.0
* bump cinny sub module
2025-08-13 12:25:53 +10:00
dependabot[bot]
9560e17823
Bump actions/setup-node from 4.3.0 to 4.4.0 ( #444 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-06 23:07:10 +10:00
dependabot[bot]
37f8a63792
Bump softprops/action-gh-release from 2.2.1 to 2.3.2 ( #455 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.2.1 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda...72f2c25fcb47643c292f7107632f7a47c1df5cd8 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-06 23:06:31 +10:00
Ajay Bura
e34faf7f6c
Release v4.8.1 ( #454 )
2025-06-11 00:00:17 +10:00
Ajay Bura
b4a9779f9d
Release v4.8.0 ( #452 )
...
* Release v4.8.0
* update cinny submodule
2025-05-24 21:28:06 +05:30
Ajay Bura
22489e880f
Release v4.7.1 ( #450 )
...
* Release v4.7.1
* update cinny submodule
2025-05-21 17:46:13 +05:30
renovate[bot]
e3c33eeca8
Update dependency ubuntu to v22 ( #449 )
...
* Update dependency ubuntu to v24
* downgrade to v22
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com >
2025-05-21 17:44:21 +05:30
Ajay Bura
77952f5c58
Release v4.7.0 ( #448 )
2025-05-18 12:50:02 +05:30
Krishan
2329d2c55c
Release v4.6.0 ( #441 )
...
* Release v4.6.0
* bump cinny submodule
2025-03-31 23:37:13 +11:00
dependabot[bot]
78dd802c1f
Bump actions/setup-node from 4.2.0 to 4.3.0 ( #438 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-20 20:39:30 +11:00
Krishan
fe40597eac
Release v4.5.1 ( #428 )
...
* Release v4.5.1
* bump cinny submodule
2025-03-05 13:38:28 +11:00
Krishan
de29f8a49e
Release v4.5.0 ( #425 )
...
* Release v4.5.0
* bump cinny submodule
2025-03-04 17:53:14 +11:00
renovate[bot]
8cb87ccae5
Migrate config .github/renovate.json ( #422 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 12:38:46 +11:00
Krishan
ab3ca3ead4
Release v4.4.0 ( #420 )
...
* Release v4.4.0
* bump cinny submodule
2025-02-23 23:39:58 +11:00
Krishan
90af6493d5
Release v4.3.2 ( #419 )
...
* Release v4.3.2
* bump cinny submodule
2025-02-17 12:10:11 +11:00
dependabot[bot]
045c63f04c
Bump actions/setup-node from 4.0.4 to 4.2.0 ( #411 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.4 to 4.2.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.2.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 19:18:08 +11:00
dependabot[bot]
fd966debc9
Bump softprops/action-gh-release from 2.0.8 to 2.2.1 ( #402 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.8 to 2.2.1.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/c062e08bd532815e2082a85e87e3ef29c3e6d191...c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 19:17:43 +11:00
Krishan
c25f7e5afb
Release v4.3.1 ( #416 )
2025-02-11 22:02:44 +11:00
Krishan
39c12c541c
Fix cargo lock ( #417 )
2025-02-11 21:59:02 +11:00
Krishan
e8837ef50e
Release v4.3.0 ( #414 )
...
* Release v4.3.0
* update cinny submodule
2025-02-11 17:11:31 +11:00
⑆ Neveda ⑈
845e247003
Add ability to restore Cinny's window size and position ( #327 )
2025-02-11 13:56:37 +11:00
Krishan
2994608398
Fix typo
2025-01-18 15:34:22 +11:00
Krishan
9fa7c3eb40
Enable actions dependabot updates ( #405 )
2025-01-18 15:23:41 +11:00
Ajay Bura
de3191ecf6
Disable dependabot ( #401 )
2025-01-08 22:37:12 +11:00
Krishan
05ce94884a
Release v4.2.3 ( #391 )
...
* Release v4.2.3
* update cinny submodule
2024-11-12 20:49:57 +11:00
Krishan
792837b02b
Release v4.2.2 ( #379 )
...
* Release v4.2.2
* Bump cinny submodule
2024-10-16 21:34:13 +11:00
dependabot[bot]
bffe15f6f3
Bump actions/checkout from 4.1.7 to 4.2.0 ( #364 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:09:47 +10:00
dependabot[bot]
69c391148d
Bump cla-assistant/github-action from 2.5.1 to 2.6.1 ( #363 )
...
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action ) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/cla-assistant/github-action/releases )
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.5.1...v2.6.1 )
---
updated-dependencies:
- dependency-name: cla-assistant/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:09:31 +10:00
dependabot[bot]
c523cf61c5
Bump actions/setup-node from 4.0.3 to 4.0.4 ( #361 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:09:16 +10:00
dependabot[bot]
d8cd06b5a2
Bump tauri-apps/tauri-action from 0.5.13 to 0.5.14 ( #358 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.5.13 to 0.5.14.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.13...v0.5.14 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:08:57 +10:00
dependabot[bot]
ef8244ede3
Bump tauri-build from 1.5.4 to 1.5.5 in /src-tauri ( #357 )
...
Bumps [tauri-build](https://github.com/tauri-apps/tauri ) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5.4...tauri-build-v1.5.5 )
---
updated-dependencies:
- dependency-name: tauri-build
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:06:41 +10:00
dependabot[bot]
be8c518155
Bump tauri from 1.7.2 to 1.8.0 in /src-tauri ( #355 )
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.7.2...tauri-v1.8.0 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:06:15 +10:00
dependabot[bot]
16c20163b6
Bump @tauri-apps/cli from 1.6.1 to 1.6.2 ( #356 )
...
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.6.1...@tauri-apps/cli-v1.6.2 )
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:05:54 +10:00
Tibor Szentmarjay
32167790ef
Fix MacOS download link README.md ( #365 )
...
MacOS download link was pointing to a 404 page because the build is named diffeerently
2024-10-03 17:05:40 +10:00
Krishan
5acc9eb615
Release v4.2.1 ( #346 )
...
* Release v4.2.1
* update cinny submodule
2024-09-14 23:29:09 +10:00
Krishan
2ed0e8e532
Update screen size to more usable ( #347 )
2024-09-14 21:44:11 +10:00
dependabot[bot]
86073d237f
Bump tauri-build from 1.5.3 to 1.5.4 in /src-tauri ( #335 )
...
Bumps [tauri-build](https://github.com/tauri-apps/tauri ) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5.3...tauri-build-v1.5.4 )
---
updated-dependencies:
- dependency-name: tauri-build
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 22:47:02 +10:00
dependabot[bot]
c75097065f
Bump tauri from 1.7.1 to 1.7.2 in /src-tauri ( #334 )
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.7.1...tauri-v1.7.2 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 22:44:32 +10:00
dependabot[bot]
825b571f4b
Bump @tauri-apps/cli from 1.6.0 to 1.6.1 ( #336 )
...
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.6.0...@tauri-apps/cli-v1.6.1 )
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 22:43:38 +10:00
dependabot[bot]
6aa5ea361e
Bump cla-assistant/github-action from 2.4.0 to 2.5.1 ( #333 )
...
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action ) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/cla-assistant/github-action/releases )
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.4.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: cla-assistant/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 22:42:22 +10:00
dependabot[bot]
f9057474ea
Bump tauri-apps/tauri-action from 0.5.9 to 0.5.13 ( #340 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.5.9 to 0.5.13.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.9...v0.5.13 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 22:41:35 +10:00
Krishan
aef6cf730b
add tauri-local-host plugin for sw ( #345 )
2024-09-13 22:04:35 +10:00
Krishan
db5a2dbe01
Release v4.2.0 ( #343 )
2024-09-12 00:31:46 +10:00
Krishan
8a29f48092
Release v4.1.0 ( #328 )
2024-08-04 20:24:34 +10:00
dependabot[bot]
2fbcbef87c
Bump tauri from 1.6.8 to 1.7.1 in /src-tauri ( #307 )
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.6.8 to 1.7.1.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.8...tauri-v1.7.1 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-27 23:29:36 +10:00
dependabot[bot]
ab9c3f6e88
Bump softprops/action-gh-release from 2.0.6 to 2.0.8 ( #310 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/a74c6b72af54cfa997e81df42d94703d6313a2d0...c062e08bd532815e2082a85e87e3ef29c3e6d191 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-27 23:29:13 +10:00
Krishan
a20c0777ab
Remove outdated actions ( #317 )
2024-07-27 23:21:10 +10:00
Krishan
2ff11d65e7
Release v4.0.3 ( #315 )
2024-07-25 16:04:16 +10:00
Ajay Bura
e252a96c4c
enable hash router for desktop app ( #314 )
2024-07-25 15:49:40 +10:00
Krishan
e8f5c4ce24
Undo system tray and single instance ( #312 )
...
* Revert 5872ab9
* Undo 095b8fc
2024-07-25 14:15:59 +10:00
Krishan
8921baf41a
Universal build for MacOS and fix windows build ( #313 )
...
* wip
* Universal macos workflow and fix windows workflow
* fix path for macos and use diff rust action
2024-07-25 14:15:31 +10:00
Krishan
f36934a796
Release v4.0.1
2024-07-25 00:20:22 +10:00
Krishan
b4ae5c3fc7
Fix macos action
2024-07-25 00:18:22 +10:00
Krishan
2c4b96e9ed
Release v4.0.0
2024-07-24 23:07:18 +10:00
dependabot[bot]
7c2c08503d
Bump actions/setup-node from 4.0.2 to 4.0.3 ( #306 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-21 17:51:40 +10:00
dependabot[bot]
949db775b6
Bump @tauri-apps/api from 1.5.6 to 1.6.0 ( #305 )
...
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri ) from 1.5.6 to 1.6.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.6...@tauri-apps/api-v1.6 )
---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:35:42 +10:00
dependabot[bot]
8ba58d1621
Bump tauri-build from 1.5.2 to 1.5.3 in /src-tauri ( #301 )
...
Bumps [tauri-build](https://github.com/tauri-apps/tauri ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5.2...tauri-build-v1.5.3 )
---
updated-dependencies:
- dependency-name: tauri-build
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:35:26 +10:00
dependabot[bot]
f3b950a322
Bump @tauri-apps/cli from 1.5.14 to 1.6.0 ( #304 )
...
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri ) from 1.5.14 to 1.6.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.14...@tauri-apps/cli-v1.6.0 )
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:34:43 +10:00
dependabot[bot]
3de07b8e49
Bump tauri-plugin-single-instance in /src-tauri ( #302 )
...
Bumps [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace ) from `0d64984` to `a320089`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/0d649843c6b49b7a69200816c8d5195f9953a4fb...a32008965b5cf060cc04e1e143dd221ce410715d )
---
updated-dependencies:
- dependency-name: tauri-plugin-single-instance
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:33:23 +10:00
dependabot[bot]
efbb86ee72
Bump tauri-apps/tauri-action from 0.5.6 to 0.5.9 ( #303 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.5.6 to 0.5.9.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.6...v0.5.9 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:27:50 +10:00
dependabot[bot]
f0de33af24
Bump softprops/action-gh-release from 2.0.5 to 2.0.6 ( #296 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/69320dbe05506a9a39fc8ae11030b214ec2d1f87...a74c6b72af54cfa997e81df42d94703d6313a2d0 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:26:47 +10:00
dependabot[bot]
fb0b3fc781
Bump tauri-plugin-single-instance in /src-tauri ( #291 )
...
Bumps [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace ) from `5624256` to `0d64984`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/562425644ef7c11a7b301a30c07a8c8b545621a8...0d649843c6b49b7a69200816c8d5195f9953a4fb )
---
updated-dependencies:
- dependency-name: tauri-plugin-single-instance
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 14:03:46 +10:00
dependabot[bot]
5571bf534b
Bump tauri-apps/tauri-action from 0.5.5 to 0.5.6 ( #292 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.5...v0.5.6 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 14:02:04 +10:00
dependabot[bot]
d06802ab3f
Bump actions/checkout from 4.1.6 to 4.1.7 ( #293 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 14:01:07 +10:00
dependabot[bot]
704a6905ce
Bump tauri from 1.6.7 to 1.6.8 in /src-tauri ( #290 )
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.7...tauri-v1.6.8 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 22:46:20 +10:00
aceArt-GmbH
5872ab9ea4
Add single-instance tauri plugin ( #261 )
...
Co-authored-by: lukas <lukas.walter@aceart.de >
2024-06-12 22:44:43 +10:00
Krishan
c5ddfa91a2
Undo ffd8dc4bd0
2024-06-06 14:43:14 +10:00
Krishan
ffd8dc4bd0
Merge branch 'main-here' into main
2024-06-06 14:40:47 +10:00
dependabot[bot]
e270bb8a75
Bump serde from 1.0.190 to 1.0.196 in /src-tauri ( #268 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.190 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.190...v1.0.196 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 14:21:10 +10:00
dependabot[bot]
9e3e9c8dba
Bump serde_json from 1.0.108 to 1.0.113 in /src-tauri ( #269 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.108 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.113 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 14:20:01 +10:00
dependabot[bot]
76c4afa9be
Bump tauri from 1.5.2 to 1.6.7 in /src-tauri ( #289 )
...
Bumps [tauri](https://github.com/tauri-apps/tauri ) from 1.5.2 to 1.6.7.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.5.2...tauri-v1.6.7 )
---
updated-dependencies:
- dependency-name: tauri
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 14:19:05 +10:00
dependabot[bot]
aee27ee256
Bump tauri-build from 1.5.0 to 1.5.2 in /src-tauri ( #283 )
...
updated-dependencies:
- dependency-name: tauri-build
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 14:16:47 +10:00
dependabot[bot]
35d00e0db2
Bump tauri-apps/tauri-action from 0.5.4 to 0.5.5 ( #288 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.4...v0.5.5 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 14:13:24 +10:00
dependabot[bot]
3746437783
Bump @tauri-apps/api from 1.5.1 to 1.5.6 ( #284 )
...
updated-dependencies:
- dependency-name: "@tauri-apps/api"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 23:55:09 +10:00
dependabot[bot]
49e133600d
Bump @tauri-apps/cli from 1.5.6 to 1.5.14 ( #285 )
...
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 23:53:29 +10:00
dependabot[bot]
72b2382075
Bump node-fetch from 3.3.0 to 3.3.2 ( #192 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 3.3.0 to 3.3.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.3.0...v3.3.2 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 22:18:57 +10:00
dependabot[bot]
3e177686cf
Bump @actions/github from 5.1.1 to 6.0.0 ( #240 )
...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 5.1.1 to 6.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 22:18:29 +10:00
dependabot[bot]
261b88e3f3
Bump actions/checkout from 4.1.5 to 4.1.6 ( #282 )
...
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 22:15:40 +10:00
dependabot[bot]
b866d7c3b1
Bump tauri-apps/tauri-action from 0.5.3 to 0.5.4 ( #286 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.3...v0.5.4 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 22:14:06 +10:00
Krishan
629196c414
Update node to latest LTS
2024-05-14 14:12:26 +10:00
dependabot[bot]
61bf7a637e
Bump softprops/action-gh-release from 0.1.14 to 2.0.5 ( #277 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 0.1.14 to 2.0.5.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v0.1.14...69320dbe05506a9a39fc8ae11030b214ec2d1f87 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 14:08:00 +10:00
dependabot[bot]
d05a689f91
Bump tauri-apps/tauri-action from 0.4.4 to 0.5.3 ( #279 )
...
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action ) from 0.4.4 to 0.5.3.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases )
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.4.4...v0.5.3 )
---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 14:07:43 +10:00
dependabot[bot]
6417481093
Bump actions/setup-node from 3.6.0 to 4.0.2 ( #278 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v4.0.2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 14:07:22 +10:00
dependabot[bot]
3bb15bf93c
Bump actions/checkout from 3.5.3 to 4.1.5 ( #280 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v4.1.5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 14:03:16 +10:00
dependabot[bot]
77ffbad22c
Bump cla-assistant/github-action from 2.3.0 to 2.4.0 ( #276 )
...
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/cla-assistant/github-action/releases )
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: cla-assistant/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 14:00:34 +10:00
Krishan
6f83708511
Release v3.2.1
2023-11-01 21:53:00 +11:00
Andrew Davidson
a63365b6b9
fixing directory path in README.md ( #228 )
...
the path in the build instructions was not quite correct.
2023-11-01 21:44:12 +11:00
renovate[bot]
c4a79926c7
fix(deps): update rust crate serde_json to 1.0.108 ( #231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 21:43:01 +11:00
renovate[bot]
64f2ce11a4
chore(deps): update tauri-apps/tauri-action action to v0.4.4 ( #232 )
...
* chore(deps): update tauri-apps/tauri-action action to v0.4.4
* Update tauri.yml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com >
2023-11-01 21:41:53 +11:00
renovate[bot]
226f65b0e4
fix(deps): update rust crate serde to 1.0.190 ( #230 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 21:40:30 +11:00
Krishan
97a037d35f
Update tauri.yml
2023-10-31 22:39:37 +11:00
Krishan
53af21c567
Update tauri.yml
2023-10-31 22:12:31 +11:00