-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release v0.13.19 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||
|
|
||||||
| ## [Unreleased] | ||||||
|
|
||||||
| ## [0.13.19](https://github.com/instantOS/instantCLI/compare/v0.13.18...v0.13.19) - 2026-04-03 | ||||||
|
|
||||||
| ### Fixed | ||||||
|
|
||||||
| - fix icon formatting | ||||||
|
|
||||||
| ### Other | ||||||
|
|
||||||
| - Merge branch 'main' into dev | ||||||
| - share more appimage logic | ||||||
| - better finder | ||||||
| - recommend eden paths | ||||||
| - better launcher recommendations | ||||||
| - unify more selection logic | ||||||
| - handle existing games better | ||||||
| - better start path | ||||||
| - less side effects in discovery | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (typo): Consider changing “less side effects” to “fewer side effects” for correct grammar. “Side effects” is countable, so “fewer side effects” is the correct phrasing.
Suggested change
|
||||||
| - refactor launch command builder | ||||||
| - better command builder | ||||||
|
|
||||||
| ## [0.13.18](https://github.com/instantOS/instantCLI/compare/v0.13.17...v0.13.18) - 2026-04-02 | ||||||
|
|
||||||
| ### Fixed | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (typo): Consider capitalizing “AppImage” to match the official name of the format.
If the project doesn’t have a specific style reason to keep it lowercase, updating to the official “AppImage” spelling will help with consistency.