You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved filename parsing for dotted versions such as blender-5.1.2-linux-x64.tar.xz.
Fixed architecture parsing for x86_64 filenames.
Fixed false version detection where architecture fragments such as 64 were stored as app versions.
Added recognition for non-Linux OS tokens such as macos, darwin, osx, windows, and win64.
Added platform guard before install so non-Linux archives such as nvim-macos-x86_64.tar.gz are rejected on Linux by default.
Changed
If no reliable version is found from the archive filename, Tarminal now stores the version as unknown/None instead of guessing from weak numeric tokens.
tarminal list now displays unknown when version metadata is not available.
User-provided values from CLI flags, --config, or recipe YAML still take priority over filename guesses.
Notes
Use --force only when you intentionally want to override platform detection.
This release is mainly a parser and safety improvement for real-world release filenames.