chore(release): prepare 1.3.15-Beta.1 - #834
Merged
Merged
Conversation
Contributor
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
appergb
commented
Jul 15, 2026
appergb
left a comment
Collaborator
Author
There was a problem hiding this comment.
Independent senior review — logical verdict: APPROVE
Reviewed exact head a875723 against beta 3143892. Submitted as COMMENTED because the authenticated reviewer is the PR author.
Findings
No blocking, important, or minor finding.
Scope and release integrity
- The exact diff is limited to the five intended release metadata files: package.json, package-lock.json, Cargo.toml, Cargo.lock, and tauri.conf.json. It is exactly 6 insertions / 6 deletions; every changed token is a synchronized version replacement from 1.3.14 to 1.3.15-Beta.1. There is no application logic, UI, workflow, dependency, or generated-code change.
- The six independently extracted values (package.json; package-lock root and nested; Cargo.toml; Cargo.lock openless package; tauri.conf.json) are all exactly 1.3.15-Beta.1. The repository CI version contract independently passed on macOS, Linux, and Windows.
- The live-beta merge tree 40dc6b35cfbad5a1c128d2bba76e6a9ba408b400 is conflict-free and retains exactly those five metadata files as the merge delta.
- v1.3.15-Beta.1-tauri is collision-free: the exact remote tag and GitHub release are absent. Both desktop and Android release workflows match v*-tauri and classify tags containing -Beta. as beta/prerelease. The established v1.3.14-Beta.1-tauri release used the same version/tag form.
- Cargo metadata, npm pack --dry-run, and the Tauri CLI all accept and report/load the 1.3.15-Beta.1 package/config identity.
Independent verification
- npm test: all 22 discovered frontend/contract tests passed, including production build and hotkey-injection gate.
- cargo test --locked --lib: 728 passed, 0 failed.
- backend-tests Cargo suite: 119 passed, 0 failed.
- cargo check --locked: passed with repository warnings only.
- npm audit --audit-level=low: 0 vulnerabilities.
- cargo audit: exit 0, no denied advisory; 18 repository-allowed warnings.
- git diff --check and gitleaks over the exact one-commit PR range: passed.
- All five exact-head checks are green: Android cargo check, macOS checks, Linux checks, Windows checks, and PR-Agent. CI run 29403350726 reports head SHA a875723.
Verdict
Ready to merge into beta. After merge, the proposed tag can be created and the desktop/Android release workflows observed as described in the PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Summary
1.3.15-Beta.1v1.3.15-Beta.1-tauriThis PR contains no application logic or UI changes.
Verification
npm test(22 frontend/contract tests; hotkey gate passed)cargo test --locked --lib --quiet(728 passed)cargo test --manifest-path backend-tests/Cargo.toml --quiet(119 passed)cargo check --lockednpm audit --audit-level=low(0 vulnerabilities)cargo audit(0 denied advisories; 18 repository-allowed warnings)gitleaks git --log-opts=v1.3.14-tauri..HEAD(no leaks)Release
After independent review and all exact-head checks pass, merge into
beta, createv1.3.15-Beta.1-tauri, and verify the desktop and Android release workflows/assets.PR Type
Other
Description
Diagram Walkthrough
File Walkthrough
package.json
Bump frontend version to 1.3.15-Beta.1openless-all/app/package.json
Cargo.toml
Bump backend version to 1.3.15-Beta.1openless-all/app/src-tauri/Cargo.toml
tauri.conf.json
Bump Tauri config version to 1.3.15-Beta.1openless-all/app/src-tauri/tauri.conf.json