Linux update polish: landing page, release-note/README docs, CI Node-24 pins#138
Merged
Conversation
CHANGELOG: the 'One-click updates' and 'Automatically install updates' notes were Windows-only and now stale — Linux AppImage (zsync) and Flatpak (hosted repo) self-update too; add a note on installing the Flatpak from the .flatpakref for automatic updates. README: point the Linux section at in-place updates + the linux.md Updating section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf
Replace the bare placeholder index.html with a styled landing page (packaging/linux/flatpak/pages-index.html, copied by CI so it is reviewable and testable rather than inlined in a YAML heredoc): - Auto-detects the visitor's OS and shows the matching install method first, with tabs to switch (Windows installer / macOS .dmg / Linux Flatpak+AppImage+deb). - Clear per-method steps with copy-to-clipboard commands; the Flatpak channels and the .flatpakref-based auto-update path are spelled out. - Fills in direct download links + the latest version from the GitHub releases API, falling back to the releases page. - Renders README.md below (marked + github-markdown-css), rewriting relative links/images to the GitHub repo. CI now also ships README.md + app-icon.png. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf
GitHub is deprecating Node 20 for Actions, which every build logged a warning for. Update the flagged pins to their current Node-24 releases: - actions/cache v4.3.0 -> v6.1.0 (3 uses in build-and-release) - peaceiris/actions-gh-pages v4.0.0 -> v4.1.0 - build-sndctrl-dll.yml: checkout v4.3.1 -> v6.0.3, setup-java v4.8.0 -> v5.5.0, upload-artifact v4.6.2 -> v7.0.1 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf
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.
Follow-ups on the Linux self-update work (all on main already for #136/#137):
packaging/linux/flatpak/pages-index.html): OS-detecting install page that renders the README, with copy-paste per-OS install commands and live release links. Served from gh-pages.AI-generated; verified locally (YAML valid, CDN/JS/URL checks, appimageupdatetool resolves the real release). End-to-end delta pull verified against the resulting build.
This pull request was made by an AI without any human intervention
🤖 Generated with Claude Code
https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf