chore(release): cut v1.5.3#83
Merged
Merged
Conversation
Move the Unreleased section to v1.5.3 (2026-07-16) and bump the README version-pin examples. This release ships configurable .layerx.yaml discovery, Docker/Podman config env-var support, file-tree page navigation, and further hardening against crafted archives and rogue daemons.
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.
Cuts the v1.5.3 release. Moves the
[Unreleased]changelog section to[v1.5.3] - 2026-07-16and bumps the README version-pin examples.Highlights
Added
Ctrl-d/Ctrl-u(half screen),Ctrl-f/Ctrl-bandPgDn/PgUp(full screen), alongside the existingg/Gandj/kmotions.--config PATHpersistent flag to point any subcommand at a specific.layerx.yaml, regardless of the working directory.Changed
.layerx.yamldiscovery now walks up the directory tree from the current working directory to the filesystem root, then falls back to the XDG /%AppData%config path.DOCKER_CONFIG; the Podman resolver honoursPODMAN_CONNECTIONS_CONFandCONTAINERS_CONF.os.Lstat, so a symlink named like an image reference is no longer mistaken for an archive.sha256:, preventingcache prunefrom touching unrelated directories.layerx:stderr prefix on the--jsonwrite confirmation.Security
manifest.json, image config, legacy root*.json) are capped at 64 MiB and reject headers that overstate their size.Fixed
See CHANGELOG.md for the full list.