Conversation
Move Wayland WebKit default and AUR nosuckshell-bin notes into CHANGELOG 0.3.4; align manifests and AUR PKGBUILD pkgver. Co-authored-by: jm <jm@tresorhaus-berlin.de>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the NoSuckShell desktop app release line to 0.3.4, updating both build/package version fields and the release documentation so the repo stays consistent for tagging and publishing.
Changes:
- Updated desktop app version to 0.3.4 across
package.json,package-lock.json,src-tauri/Cargo.toml, andsrc-tauri/tauri.conf.json. - Bumped the AUR
nosuckshell-binpackage version to 0.3.4. - Updated release docs: added
0.3.4section/link inCHANGELOG.mdand updatedreleases.md“Current release” guidance.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/releases.md | Updates “Current release (0.3.x)” target tag and “what ships” reference to 0.3.4. |
| docs/CHANGELOG.md | Adds 0.3.4 entry and a release link reference for v0.3.4; clarifies AUR publishing wording. |
| aur/nosuckshell-bin/PKGBUILD | Bumps pkgver to 0.3.4 for the AUR binary package. |
| apps/desktop/src-tauri/tauri.conf.json | Updates Tauri app config version to 0.3.4. |
| apps/desktop/src-tauri/Cargo.toml | Updates Rust package version to 0.3.4. |
| apps/desktop/package.json | Updates npm package version to 0.3.4. |
| apps/desktop/package-lock.json | Updates lockfile version fields to 0.3.4 for consistency. |
Files not reviewed (1)
- apps/desktop/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request updates the NoSuckShell desktop app and associated packaging to version 0.3.4. All relevant version numbers have been incremented, and documentation has been updated to reflect the new release.
Version bump and packaging updates:
package.json,package-lock.json,src-tauri/Cargo.toml, andsrc-tauri/tauri.conf.jsonto ensure consistency across the app and build system. [1] [2] [3] [4]aur/nosuckshell-bin/PKGBUILDto 0.3.4.Documentation updates:
CHANGELOG.mdand clarified the AUR publishing workflow description.CHANGELOG.md.releases.mdto reference version 0.3.4 and ensure documentation matches the new release.