187534dd6c
feat: enhance capabilities and permissions for dialog and process management
...
Build / increment-version (push) Successful in 7s
Build / build-windows (push) Successful in 4m37s
Build / build-linux (push) Successful in 12m6s
Build / build-android (push) Successful in 11m49s
Build / create-release (push) Successful in 16s
- Updated capabilities.json to include new permissions for dialog and process features.
- Expanded desktop-schema.json and windows-schema.json with detailed dialog and process permissions, including allow/deny options for various commands.
- Integrated dialog and process plugins in lib.rs to enable new functionalities in the application.
2026-02-19 20:43:39 +11:00
5ad2747a2f
feat: add background sync for Matrix client on mobile platforms
...
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 9m42s
Build / build-windows (push) Successful in 10m16s
Build / build-android (push) Failing after 1h57m27s
Build / create-release (push) Has been cancelled
- Introduced background sync functionality for the Matrix client, allowing notifications to be received even when the app is backgrounded.
- Added new commands to start, stop, and get the state of background sync.
- Implemented a BackgroundSyncManager to manage sync state and credentials.
- Integrated matrix-sdk for handling Matrix interactions and notifications.
- Updated Cargo.toml to include necessary dependencies for background sync.
- Modified mobile capabilities to include opener permissions.
- Enhanced lib.rs to handle new commands and integrate background sync logic.
2026-02-05 19:20:55 +11:00
89b0da0854
feat: add Linux permission handling for media access and configure main window in tauri.conf.json
...
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 8m58s
Build / build-windows (push) Successful in 9m17s
Build / build-android (push) Successful in 12m35s
Build / create-release (push) Has been skipped
- Implemented automatic permission handling for microphone and camera access on Linux using webkit2gtk.
- Updated tauri.conf.json to define the main application window with specific dimensions and properties.
2026-02-05 04:57:45 +11:00
90407c49c6
feat: add open_external_url command to open URLs in the default browser
Build / check-version (push) Successful in 6s
Build / build-windows (push) Successful in 6m12s
Build / build-linux (push) Successful in 9m27s
Build / build-android (push) Successful in 26m23s
Build / create-release (push) Has been skipped
2026-01-25 21:50:17 +11:00
58626aa942
refactor: update permission identifiers and descriptions in windows-schema.json
...
- Changed permission identifiers from `shell` to `opener` for clarity.
- Updated descriptions to reflect new functionality for opening URLs and revealing items in directories.
- Removed deprecated permissions and added new autostart permissions in the schema.
- Adjusted the structure of allowed and denied entries for better organization.
feat: implement system tray functionality in lib.rs
- Added system tray support with show and quit options.
- Implemented event handling for tray icon clicks and menu interactions.
- Modified application run logic to minimize to tray on window close.
- Updated plugins to use `tauri_plugin_opener` instead of `tauri_plugin_shell`.
2026-01-25 13:58:58 +11:00
6cabc01f77
feat: update capabilities and add clipboard image reading functionality for Linux
...
- Updated capabilities.json to allow opening shell commands.
- Implemented read_clipboard_image function for Linux using arboard to read images from the clipboard and encode them as base64 PNG.
- Added a stub for read_clipboard_image on non-Linux platforms.
- Registered the new command in the Tauri application.
2026-01-25 11:31:54 +11:00
2a8c3a1475
Refactor code structure for improved readability and maintainability
Build / check-version (push) Successful in 5s
Build / build-linux (push) Successful in 12m45s
Build / build-windows (push) Failing after 15m39s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 01:09:30 +11:00
01312be50d
feat: add deep link and notification permissions to mobile and android schemas
...
- Introduced new permissions for deep link functionality including `allow-get-current`, `allow-is-registered`, `allow-register`, and `allow-unregister`.
- Added comprehensive notification permissions such as `allow-notify`, `allow-request-permission`, and others to enhance notification capabilities.
- Updated the mobile and android schemas to reflect these changes.
- Removed deprecated window state permissions from schemas.
- Updated the capabilities schema to include new default permissions for deep link and notification features.
- Refactored the Tauri application initialization to support new deep link plugin for mobile platforms.
2026-01-24 07:48:09 +11:00
82a3cb9674
Add auto-updater support for Linux with Gitea releases
Build / build-windows (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-linux (push) Has been cancelled
2026-01-24 04:21:36 +11:00
74879140b2
Add notification support and background sync service for Android
Build / build-linux (push) Successful in 8m27s
Build / build-windows (push) Successful in 9m58s
Build / build-android (push) Has been cancelled
2026-01-24 04:07:08 +11:00
b476537f31
Add library target for Android builds
Build / build-linux (push) Successful in 8m20s
Build / build-windows (push) Successful in 8m52s
Build / build-android (push) Failing after 3m27s
2026-01-23 21:42:30 +11:00
50ed3a471d
Upgrade to Tauri 2.x for Ubuntu 24.04 webkit2gtk-4.1 support
Build / build-linux (push) Successful in 7m45s
Build / build-windows (push) Successful in 8m22s
2026-01-23 20:52:38 +11:00
380fca5cd4
Update configuration and dependencies; add encrypted key file
2026-01-23 19:35:22 +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
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
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
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
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
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
Krishan
c25f7e5afb
Release v4.3.1 ( #416 )
2025-02-11 22:02:44 +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
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]
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
Krishan
5acc9eb615
Release v4.2.1 ( #346 )
...
* Release v4.2.1
* update cinny submodule
2024-09-14 23:29:09 +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
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
Krishan
2ff11d65e7
Release v4.0.3 ( #315 )
2024-07-25 16:04:16 +10:00
Krishan
e8f5c4ce24
Undo system tray and single instance ( #312 )
...
* Revert 5872ab9
* Undo 095b8fc
2024-07-25 14:15:59 +10:00
Krishan
f36934a796
Release v4.0.1
2024-07-25 00:20:22 +10:00
Krishan
2c4b96e9ed
Release v4.0.0
2024-07-24 23:07:18 +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]
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
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