Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown

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.

Suggested change
- share more appimage logic
- 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The 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
- less side effects in discovery
- fewer side effects in discovery

- 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ins"
version = "0.13.18"
version = "0.13.19"
edition = "2024"
description = "Instant CLI - command-line utilities"
license = "GPL-2.0-only"
Expand Down
4 changes: 2 additions & 2 deletions pkgbuild/ins/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ins
pkgdesc = A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations
pkgver = 0.13.18
pkgver = 0.13.19
pkgrel = 1
url = https://instantos.io
arch = x86_64
Expand All @@ -14,7 +14,7 @@ pkgbase = ins
optdepends = restic: for backup functionality
optdepends = kitty: default terminal for scratchpad
options = !lto
source = ins-0.13.18.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.18.tar.gz
source = ins-0.13.19.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.19.tar.gz
sha256sums = SKIP

pkgname = ins
2 changes: 1 addition & 1 deletion pkgbuild/ins/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: paperbenni <paperbenni@gmail.com>
pkgname=ins
pkgver=0.13.18
pkgver=0.13.19
pkgrel=1
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
arch=('x86_64')
Expand Down