Commit Graph

117 Commits

Author SHA1 Message Date
GitHub Actions
252d515970 chore: bump version to 4.11.16 [skip ci] 2026-02-21 14:40:00 +00:00
GitHub Actions
7663e1d1c0 chore: bump version to 4.11.15 [skip ci] 2026-02-21 14:30:49 +00:00
GitHub Actions
033d323b6f chore: bump version to 4.11.14 [skip ci] 2026-02-21 14:20:09 +00:00
GitHub Actions
170947fe1e chore: bump version to 4.11.13 [skip ci] 2026-02-21 14:09:16 +00:00
GitHub Actions
342ca4cfe0 chore: bump version to 4.11.12 [skip ci] 2026-02-21 13:59:26 +00:00
GitHub Actions
c7897d1516 chore: bump version to 4.11.11 [skip ci] 2026-02-21 13:41:48 +00:00
GitHub Actions
0bb14b5f22 chore: bump version to 4.11.10 [skip ci] 2026-02-21 13:27:34 +00:00
GitHub Actions
f652ce8c61 chore: bump version to 4.11.9 [skip ci] 2026-02-21 13:13:34 +00:00
GitHub Actions
baa82f1f0f chore: bump version to 4.11.8 [skip ci] 2026-02-21 13:13:17 +00:00
GitHub Actions
f3b118aacc chore: bump version to 4.11.7 [skip ci] 2026-02-21 12:57:30 +00:00
GitHub Actions
be1781518c chore: bump version to 4.11.6 [skip ci] 2026-02-21 11:24:54 +00:00
GitHub Actions
0768ed0116 chore: bump version to 4.11.5 [skip ci] 2026-02-21 11:06:05 +00:00
litruv
24bed419a2 feat: add auto-updating Postman collection for API testing
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m15s
Build / build-linux (push) Successful in 4m56s
Build / create-release (push) Successful in 19s
2026-02-21 22:05:57 +11:00
GitHub Actions
f23a07384c chore: bump version to 4.11.4 [skip ci] 2026-02-21 10:43:50 +00:00
litruv
4e782409ee feat: Add Paarrot API server with endpoints for controlling app features
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m14s
Build / build-linux (push) Successful in 4m58s
Build / create-release (push) Successful in 16s
- Implemented API server using Express, including endpoints for health check, status, mute, deafen, channel management, and message sending.
- Added middleware for CORS and JSON body parsing.
- Created test scripts (Node.js and Bash) for API endpoint verification.
- Documented API usage and integration in new API documentation files.
- Updated package.json to include necessary dependencies (express, cors, body-parser).
2026-02-21 21:43:36 +11:00
GitHub Actions
b9e8fec8d4 chore: bump version to 4.11.3 [skip ci] 2026-02-21 09:06:23 +00:00
GitHub Actions
448c4c2dfd chore: bump version to 4.11.2 [skip ci] 2026-02-21 08:54:52 +00:00
GitHub Actions
bcdeaf6e48 chore: bump version to 4.11.1 [skip ci] 2026-02-21 08:38:04 +00:00
litruv
7945e2d0be chore: bump version to 4.11.0 (next build will be 4.11.1)
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m2s
Build / build-linux (push) Successful in 4m58s
Build / create-release (push) Successful in 18s
2026-02-21 19:37:55 +11:00
litruv
58b911fbd5 fix: add homepage, author email, and maintainer for deb builds
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m7s
Build / build-linux (push) Successful in 5m40s
Build / create-release (push) Successful in 9s
2026-02-21 18:50:30 +11:00
litruv
72193d2490 fix: add linux build scripts, remove mac builds, disable auto-publish
Some checks failed
Build / increment-version (push) Successful in 7s
Build / build-linux (push) Failing after 1m52s
Build / build-windows (push) Successful in 3m9s
Build / create-release (push) Successful in 10s
2026-02-21 18:14:06 +11:00
litruv
22f5c5e7e4 electron 2026-02-21 17:50:50 +11:00
809e06f9c9 fix: update version to 4.10.2 and mark subproject as dirty
Some checks failed
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 7m22s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / build-linux (push) Has been cancelled
2026-02-20 15:18:10 +11:00
8739ddd5c4 fix: update version to 4.10.17 and mark subproject as dirty
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 7m32s
Build / build-linux (push) Successful in 11m21s
Build / build-android (push) Successful in 26m3s
Build / create-release (push) Successful in 14s
2026-02-20 13:27:21 +11:00
3ecf1a5f03 feat: add HTTP plugin and permissions for fetch operations
- Updated capabilities.json to include new HTTP permissions.
- Enhanced desktop-schema.json and windows-schema.json with detailed fetch operation permissions.
- Integrated the HTTP plugin in lib.rs to enable HTTP functionalities.
2026-02-19 21:57:17 +11:00
2d0398f5d3 fix: update tauri script to use Node.js for file copying
Some checks failed
Build / check-version (push) Successful in 4s
Build / build-linux (push) Failing after 4m21s
Build / build-android (push) Has been cancelled
Build / create-release (push) Has been cancelled
Build / build-windows (push) Has been cancelled
2026-01-25 14:09:54 +11:00
773c036404 fix: update package name to 'paarrot' and add png2icons dependency
Some checks failed
Build / check-version (push) Successful in 4s
Build / build-linux (push) Successful in 12m53s
Build / build-windows (push) Successful in 19m1s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled
2026-01-25 01:50:31 +11:00
2a8c3a1475 Refactor code structure for improved readability and maintainability
Some checks failed
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
50ed3a471d Upgrade to Tauri 2.x for Ubuntu 24.04 webkit2gtk-4.1 support
All checks were successful
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
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]
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
Krishan
5acc9eb615 Release v4.2.1 (#346)
* Release v4.2.1

* update cinny submodule
2024-09-14 23:29:09 +10:00